diff options
author | markd <markd> | 2014-02-01 09:54:23 +0000 |
---|---|---|
committer | markd <markd> | 2014-02-01 09:54:23 +0000 |
commit | 80f1a33d92b49d237f2006bd31a304369557468b (patch) | |
tree | 6b086cc0334fb0ae95bb01b6246690c7509f59f4 /devel/kdevplatform | |
parent | 37f70e6ee822ff538c54b1f30bc7eb778006986b (diff) | |
download | pkgsrc-80f1a33d92b49d237f2006bd31a304369557468b.tar.gz |
Update to kdevplatform 1.6.0 (kdevelop 4.6.0)
Aside from many bug fixes and general improvements such as performance
optimizations in various areas, which make KDevelop 4.6.0 faster and less
memory-hungry, a few changes are especially noteworthy:
The ReviewBoard plugin now supports updating existing review requests.
There is a new plugin which adds support for building projects with ninja
instead of make. CMake support was also stabilized and improved, adding
support for missing or new CMake features.
Diffstat (limited to 'devel/kdevplatform')
-rw-r--r-- | devel/kdevplatform/Makefile | 9 | ||||
-rw-r--r-- | devel/kdevplatform/PLIST | 146 | ||||
-rw-r--r-- | devel/kdevplatform/distinfo | 10 | ||||
-rw-r--r-- | devel/kdevplatform/patches/patch-sublime_aggregatemodel.cpp | 8 |
4 files changed, 57 insertions, 116 deletions
diff --git a/devel/kdevplatform/Makefile b/devel/kdevplatform/Makefile index dad881770cb..194a6df3094 100644 --- a/devel/kdevplatform/Makefile +++ b/devel/kdevplatform/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2014/01/01 11:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2014/02/01 09:54:23 markd Exp $ # -DISTNAME= kdevplatform-1.5.2 -PKGREVISION= 2 +DISTNAME= kdevplatform-1.6.0 CATEGORIES= devel kde -MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.5.2/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.6.0/src/} EXTRACT_SUFX= .tar.xz MAINTAINER= frank@fthieme.net @@ -21,7 +20,7 @@ CXXFLAGS.Linux+= -fpermissive REPLACE_BASH+= \ util/kdevplatform_shell_environment.sh \ - util/kdev_format_source.sh + util/kdev_format_source BUILDLINK_DEPMETHOD.qt4-tools= full .include "../../meta-pkgs/kde4/kde4.mk" diff --git a/devel/kdevplatform/PLIST b/devel/kdevplatform/PLIST index 3009451962c..96fa5d50406 100644 --- a/devel/kdevplatform/PLIST +++ b/devel/kdevplatform/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.7 2013/11/07 13:48:59 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2014/02/01 09:54:23 markd Exp $ bin/kdev_dbus_socket_transformer -bin/kdev_format_source.sh +bin/kdev_format_source bin/kdevplatform_shell_environment.sh include/kdevplatform/debugger/breakpoint/breakpoint.h include/kdevplatform/debugger/breakpoint/breakpointdetails.h @@ -50,12 +50,14 @@ include/kdevplatform/interfaces/ipatchexporter.h include/kdevplatform/interfaces/ipatchsource.h include/kdevplatform/interfaces/iplugin.h include/kdevplatform/interfaces/iplugincontroller.h +include/kdevplatform/interfaces/ipluginversion.h include/kdevplatform/interfaces/iproject.h include/kdevplatform/interfaces/iprojectcontroller.h include/kdevplatform/interfaces/iprojectprovider.h include/kdevplatform/interfaces/iruncontroller.h include/kdevplatform/interfaces/iselectioncontroller.h include/kdevplatform/interfaces/isession.h +include/kdevplatform/interfaces/isessionlock.h include/kdevplatform/interfaces/isourceformatter.h include/kdevplatform/interfaces/isourceformattercontroller.h include/kdevplatform/interfaces/istatus.h @@ -148,7 +150,11 @@ include/kdevplatform/language/duchain/parsingenvironment.h include/kdevplatform/language/duchain/persistentsetmap.h include/kdevplatform/language/duchain/persistentsymboltable.h include/kdevplatform/language/duchain/referencecounting.h +include/kdevplatform/language/duchain/repositories/abstractitemrepository.h include/kdevplatform/language/duchain/repositories/itemrepository.h +include/kdevplatform/language/duchain/repositories/itemrepositoryexampleitem.h +include/kdevplatform/language/duchain/repositories/itemrepositoryregistry.h +include/kdevplatform/language/duchain/repositories/repositorymanager.h include/kdevplatform/language/duchain/repositories/typerepository.h include/kdevplatform/language/duchain/safetycounter.h include/kdevplatform/language/duchain/specializationstore.h @@ -205,6 +211,7 @@ include/kdevplatform/language/languageexport.h include/kdevplatform/language/util/basicsetrepository.h include/kdevplatform/language/util/debuglanguageparserhelper.h include/kdevplatform/language/util/includeitem.h +include/kdevplatform/language/util/kdevhash.h include/kdevplatform/language/util/navigationtooltip.h include/kdevplatform/language/util/setrepository.h include/kdevplatform/openwith/iopenwith.h @@ -224,9 +231,12 @@ include/kdevplatform/project/importprojectjob.h include/kdevplatform/project/interfaces/ibuildsystemmanager.h include/kdevplatform/project/interfaces/iprojectbuilder.h include/kdevplatform/project/interfaces/iprojectfilemanager.h +include/kdevplatform/project/interfaces/iprojectfilter.h +include/kdevplatform/project/interfaces/iprojectfilterprovider.h include/kdevplatform/project/projectbuildsetmodel.h include/kdevplatform/project/projectconfigskeleton.h include/kdevplatform/project/projectexport.h +include/kdevplatform/project/projectfiltermanager.h include/kdevplatform/project/projectitemlineedit.h include/kdevplatform/project/projectkcmodule.h include/kdevplatform/project/projectmodel.h @@ -246,6 +256,7 @@ include/kdevplatform/shell/runcontroller.h include/kdevplatform/shell/selectioncontroller.h include/kdevplatform/shell/session.h include/kdevplatform/shell/sessioncontroller.h +include/kdevplatform/shell/sessionlock.h include/kdevplatform/shell/shellexport.h include/kdevplatform/shell/shellextension.h include/kdevplatform/shell/sourceformattercontroller.h @@ -271,6 +282,8 @@ include/kdevplatform/tests/json/jsondeclarationtests.h include/kdevplatform/tests/json/jsonducontexttests.h include/kdevplatform/tests/json/jsontesthelpers.h include/kdevplatform/tests/json/jsontypetests.h +include/kdevplatform/tests/json/kdevplatformjsontestsexport.h +include/kdevplatform/tests/json/testsuite.cpp include/kdevplatform/tests/json/testsuite.h include/kdevplatform/tests/kdevplatformtestsexport.h include/kdevplatform/tests/kdevsignalspy.h @@ -291,17 +304,6 @@ include/kdevplatform/util/executecompositejob.h include/kdevplatform/util/fileutils.h include/kdevplatform/util/focusedtreeview.h include/kdevplatform/util/formattinghelpers.h -include/kdevplatform/util/google/dense_hash_map -include/kdevplatform/util/google/dense_hash_set -include/kdevplatform/util/google/hash_fun.h -include/kdevplatform/util/google/sparse_hash_map -include/kdevplatform/util/google/sparse_hash_set -include/kdevplatform/util/google/sparsehash/densehashtable.h -include/kdevplatform/util/google/sparsehash/sparseconfig.h -include/kdevplatform/util/google/sparsehash/sparseconfig_windows.h -include/kdevplatform/util/google/sparsehash/sparsehashtable.h -include/kdevplatform/util/google/sparsetable -include/kdevplatform/util/google/type_traits.h include/kdevplatform/util/kdevstringhandler.h include/kdevplatform/util/kdevvarlengtharray.h include/kdevplatform/util/ksharedobject.h @@ -349,15 +351,13 @@ lib/cmake/kdevplatform/KDevPlatformConfigVersion.cmake lib/cmake/kdevplatform/KDevPlatformMacros.cmake lib/cmake/kdevplatform/KDevPlatformTargets-relwithdebinfo.cmake lib/cmake/kdevplatform/KDevPlatformTargets.cmake -lib/kde4/imports/org/kde/kdevplatform/libkdevelopdashboarddeclarativeplugin.so -lib/kde4/imports/org/kde/kdevplatform/qmldir lib/kde4/kcm_kdev_bgsettings.so lib/kde4/kcm_kdev_ccsettings.so lib/kde4/kcm_kdev_envsettings.so -lib/kde4/kcm_kdev_genericprojectmanagersettings.so lib/kde4/kcm_kdev_pluginsettings.so lib/kde4/kcm_kdev_projectsettings.so lib/kde4/kcm_kdev_uisettings.so +lib/kde4/kcm_kdevprojectfilter.so lib/kde4/kcm_kdevsourceformattersettings.so lib/kde4/kdevappwizard.so lib/kde4/kdevclassbrowser.so @@ -379,7 +379,7 @@ lib/kde4/kdevopenwith.so lib/kde4/kdevpastebin.so lib/kde4/kdevpatchreview.so lib/kde4/kdevproblemreporter.so -lib/kde4/kdevprojectdashboard.so +lib/kde4/kdevprojectfilter.so lib/kde4/kdevprojectmanagerview.so lib/kde4/kdevquickopen.so lib/kde4/kdevreviewboard.so @@ -390,7 +390,6 @@ lib/kde4/kdevswitchtobuddy.so lib/kde4/kdevtemplatemanager_config.so lib/kde4/kdevtestview.so lib/kde4/kdevvcschangesviewplugin.so -lib/kde4/plasma_kdev_projectfileelement.so lib/kde4/plugins/grantlee/0.3/kdev_filters.so lib/libkdevplatformdebugger.so lib/libkdevplatformdebugger.so.7 @@ -448,6 +447,7 @@ share/kde/apps/kdevcodegen/licenses/GPL v2+ (KDE) share/kde/apps/kdevcodegen/licenses/GPL v3 share/kde/apps/kdevcodegen/licenses/LGPL v2 share/kde/apps/kdevcodegen/licenses/LGPL v2+ (KDE) +share/kde/apps/kdevcodegen/licenses/LGPL v3 share/kde/apps/kdevcodegen/licenses/MIT X11 share/kde/apps/kdevcodegen/licenses/Mozilla v1.1 share/kde/apps/kdevcodegen/templates/arguments_names.txt @@ -478,19 +478,16 @@ share/kde/apps/kdevsnippet/kdevsnippet.rc share/kde/apps/kdevsourceformatter/kdevsourceformatter.rc share/kde/apps/kdevstandardoutputview/kdevstandardoutputview.rc share/kde/apps/kdevtestview/kdevtestview.rc -share/kde/apps/plasma/plasmoids/org.kdevelop.branches/contents/qml/main.qml -share/kde/apps/plasma/plasmoids/org.kdevelop.branches/metadata.desktop share/kde/config/kdevappwizard.knsrc share/kde/config/kdevfiletemplates.knsrc share/kde4/services/kcm_kdev_bgsettings.desktop share/kde4/services/kcm_kdev_ccsettings.desktop share/kde4/services/kcm_kdev_envsettings.desktop -share/kde4/services/kcm_kdev_genericprojectmanagersettings.desktop share/kde4/services/kcm_kdev_pluginsettings.desktop share/kde4/services/kcm_kdev_projectsettings.desktop share/kde4/services/kcm_kdev_uisettings.desktop +share/kde4/services/kcm_kdevprojectfilter.desktop share/kde4/services/kcm_kdevsourceformattersettings.desktop -share/kde4/services/kdev-dash-projectfileelement.desktop share/kde4/services/kdevappwizard.desktop share/kde4/services/kdevclassbrowser.desktop share/kde4/services/kdevcodeutils.desktop @@ -498,7 +495,6 @@ share/kde4/services/kdevcontextbrowser.desktop share/kde4/services/kdevcvs.desktop share/kde4/services/kdevdocumentswitcher.desktop share/kde4/services/kdevdocumentview.desktop -share/kde4/services/kdevelop-dashboard-branches.desktop share/kde4/services/kdevexecute.desktop share/kde4/services/kdevexecutescript.desktop share/kde4/services/kdevexternalscript.desktop @@ -512,7 +508,7 @@ share/kde4/services/kdevopenwith.desktop share/kde4/services/kdevpastebin.desktop share/kde4/services/kdevpatchreview.desktop share/kde4/services/kdevproblemreporter.desktop -share/kde4/services/kdevprojectdashboard.desktop +share/kde4/services/kdevprojectfilter.desktop share/kde4/services/kdevprojectmanagerview.desktop share/kde4/services/kdevquickopen.desktop share/kde4/services/kdevreviewboard.desktop @@ -545,7 +541,7 @@ share/locale/bs/LC_MESSAGES/kdevpastebin.mo share/locale/bs/LC_MESSAGES/kdevpatchreview.mo share/locale/bs/LC_MESSAGES/kdevplatform.mo share/locale/bs/LC_MESSAGES/kdevproblemreporter.mo -share/locale/bs/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/bs/LC_MESSAGES/kdevprojectfilter.mo share/locale/bs/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/bs/LC_MESSAGES/kdevquickopen.mo share/locale/bs/LC_MESSAGES/kdevreviewboard.mo @@ -577,7 +573,7 @@ share/locale/ca/LC_MESSAGES/kdevpastebin.mo share/locale/ca/LC_MESSAGES/kdevpatchreview.mo share/locale/ca/LC_MESSAGES/kdevplatform.mo share/locale/ca/LC_MESSAGES/kdevproblemreporter.mo -share/locale/ca/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/ca/LC_MESSAGES/kdevprojectfilter.mo share/locale/ca/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/ca/LC_MESSAGES/kdevquickopen.mo share/locale/ca/LC_MESSAGES/kdevreviewboard.mo @@ -599,6 +595,7 @@ share/locale/ca@valencia/LC_MESSAGES/kdevexecute.mo share/locale/ca@valencia/LC_MESSAGES/kdevexecutescript.mo share/locale/ca@valencia/LC_MESSAGES/kdevexternalscript.mo share/locale/ca@valencia/LC_MESSAGES/kdevfilemanager.mo +share/locale/ca@valencia/LC_MESSAGES/kdevfiletemplates.mo share/locale/ca@valencia/LC_MESSAGES/kdevgenericprojectmanager.mo share/locale/ca@valencia/LC_MESSAGES/kdevgit.mo share/locale/ca@valencia/LC_MESSAGES/kdevgrepview.mo @@ -608,12 +605,17 @@ share/locale/ca@valencia/LC_MESSAGES/kdevpastebin.mo share/locale/ca@valencia/LC_MESSAGES/kdevpatchreview.mo share/locale/ca@valencia/LC_MESSAGES/kdevplatform.mo share/locale/ca@valencia/LC_MESSAGES/kdevproblemreporter.mo +share/locale/ca@valencia/LC_MESSAGES/kdevprojectfilter.mo share/locale/ca@valencia/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/ca@valencia/LC_MESSAGES/kdevquickopen.mo share/locale/ca@valencia/LC_MESSAGES/kdevreviewboard.mo share/locale/ca@valencia/LC_MESSAGES/kdevsnippet.mo share/locale/ca@valencia/LC_MESSAGES/kdevstandardoutputview.mo share/locale/ca@valencia/LC_MESSAGES/kdevsubversion.mo +share/locale/ca@valencia/LC_MESSAGES/kdevswitchtobuddy.mo +share/locale/ca@valencia/LC_MESSAGES/kdevtemplates_config.mo +share/locale/ca@valencia/LC_MESSAGES/kdevtestview.mo +share/locale/ca@valencia/LC_MESSAGES/kdevvcsprojectintegration.mo share/locale/da/LC_MESSAGES/kdevappwizard.mo share/locale/da/LC_MESSAGES/kdevclassbrowser.mo share/locale/da/LC_MESSAGES/kdevcodeutils.mo @@ -635,7 +637,7 @@ share/locale/da/LC_MESSAGES/kdevpastebin.mo share/locale/da/LC_MESSAGES/kdevpatchreview.mo share/locale/da/LC_MESSAGES/kdevplatform.mo share/locale/da/LC_MESSAGES/kdevproblemreporter.mo -share/locale/da/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/da/LC_MESSAGES/kdevprojectfilter.mo share/locale/da/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/da/LC_MESSAGES/kdevquickopen.mo share/locale/da/LC_MESSAGES/kdevreviewboard.mo @@ -667,7 +669,7 @@ share/locale/de/LC_MESSAGES/kdevpastebin.mo share/locale/de/LC_MESSAGES/kdevpatchreview.mo share/locale/de/LC_MESSAGES/kdevplatform.mo share/locale/de/LC_MESSAGES/kdevproblemreporter.mo -share/locale/de/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/de/LC_MESSAGES/kdevprojectfilter.mo share/locale/de/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/de/LC_MESSAGES/kdevquickopen.mo share/locale/de/LC_MESSAGES/kdevreviewboard.mo @@ -698,7 +700,6 @@ share/locale/el/LC_MESSAGES/kdevpastebin.mo share/locale/el/LC_MESSAGES/kdevpatchreview.mo share/locale/el/LC_MESSAGES/kdevplatform.mo share/locale/el/LC_MESSAGES/kdevproblemreporter.mo -share/locale/el/LC_MESSAGES/kdevprojectdashboard.mo share/locale/el/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/el/LC_MESSAGES/kdevquickopen.mo share/locale/el/LC_MESSAGES/kdevreviewboard.mo @@ -709,32 +710,6 @@ share/locale/el/LC_MESSAGES/kdevswitchtobuddy.mo share/locale/el/LC_MESSAGES/kdevtemplates_config.mo share/locale/el/LC_MESSAGES/kdevtestview.mo share/locale/el/LC_MESSAGES/kdevvcsprojectintegration.mo -share/locale/en_GB/LC_MESSAGES/kdevappwizard.mo -share/locale/en_GB/LC_MESSAGES/kdevclassbrowser.mo -share/locale/en_GB/LC_MESSAGES/kdevcodeutils.mo -share/locale/en_GB/LC_MESSAGES/kdevcontextbrowser.mo -share/locale/en_GB/LC_MESSAGES/kdevcvs.mo -share/locale/en_GB/LC_MESSAGES/kdevdocumentswitcher.mo -share/locale/en_GB/LC_MESSAGES/kdevdocumentview.mo -share/locale/en_GB/LC_MESSAGES/kdevexecute.mo -share/locale/en_GB/LC_MESSAGES/kdevexecutescript.mo -share/locale/en_GB/LC_MESSAGES/kdevexternalscript.mo -share/locale/en_GB/LC_MESSAGES/kdevfilemanager.mo -share/locale/en_GB/LC_MESSAGES/kdevgenericprojectmanager.mo -share/locale/en_GB/LC_MESSAGES/kdevgit.mo -share/locale/en_GB/LC_MESSAGES/kdevgrepview.mo -share/locale/en_GB/LC_MESSAGES/kdevkonsole.mo -share/locale/en_GB/LC_MESSAGES/kdevopenwith.mo -share/locale/en_GB/LC_MESSAGES/kdevpastebin.mo -share/locale/en_GB/LC_MESSAGES/kdevpatchreview.mo -share/locale/en_GB/LC_MESSAGES/kdevplatform.mo -share/locale/en_GB/LC_MESSAGES/kdevproblemreporter.mo -share/locale/en_GB/LC_MESSAGES/kdevprojectmanagerview.mo -share/locale/en_GB/LC_MESSAGES/kdevquickopen.mo -share/locale/en_GB/LC_MESSAGES/kdevreviewboard.mo -share/locale/en_GB/LC_MESSAGES/kdevsnippet.mo -share/locale/en_GB/LC_MESSAGES/kdevstandardoutputview.mo -share/locale/en_GB/LC_MESSAGES/kdevsubversion.mo share/locale/es/LC_MESSAGES/kdevappwizard.mo share/locale/es/LC_MESSAGES/kdevclassbrowser.mo share/locale/es/LC_MESSAGES/kdevcodeutils.mo @@ -756,7 +731,7 @@ share/locale/es/LC_MESSAGES/kdevpastebin.mo share/locale/es/LC_MESSAGES/kdevpatchreview.mo share/locale/es/LC_MESSAGES/kdevplatform.mo share/locale/es/LC_MESSAGES/kdevproblemreporter.mo -share/locale/es/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/es/LC_MESSAGES/kdevprojectfilter.mo share/locale/es/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/es/LC_MESSAGES/kdevquickopen.mo share/locale/es/LC_MESSAGES/kdevreviewboard.mo @@ -787,7 +762,6 @@ share/locale/et/LC_MESSAGES/kdevpastebin.mo share/locale/et/LC_MESSAGES/kdevpatchreview.mo share/locale/et/LC_MESSAGES/kdevplatform.mo share/locale/et/LC_MESSAGES/kdevproblemreporter.mo -share/locale/et/LC_MESSAGES/kdevprojectdashboard.mo share/locale/et/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/et/LC_MESSAGES/kdevquickopen.mo share/locale/et/LC_MESSAGES/kdevreviewboard.mo @@ -817,7 +791,7 @@ share/locale/fi/LC_MESSAGES/kdevpastebin.mo share/locale/fi/LC_MESSAGES/kdevpatchreview.mo share/locale/fi/LC_MESSAGES/kdevplatform.mo share/locale/fi/LC_MESSAGES/kdevproblemreporter.mo -share/locale/fi/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/fi/LC_MESSAGES/kdevprojectfilter.mo share/locale/fi/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/fi/LC_MESSAGES/kdevquickopen.mo share/locale/fi/LC_MESSAGES/kdevreviewboard.mo @@ -849,7 +823,7 @@ share/locale/fr/LC_MESSAGES/kdevpastebin.mo share/locale/fr/LC_MESSAGES/kdevpatchreview.mo share/locale/fr/LC_MESSAGES/kdevplatform.mo share/locale/fr/LC_MESSAGES/kdevproblemreporter.mo -share/locale/fr/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/fr/LC_MESSAGES/kdevprojectfilter.mo share/locale/fr/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/fr/LC_MESSAGES/kdevquickopen.mo share/locale/fr/LC_MESSAGES/kdevreviewboard.mo @@ -881,7 +855,7 @@ share/locale/gl/LC_MESSAGES/kdevpastebin.mo share/locale/gl/LC_MESSAGES/kdevpatchreview.mo share/locale/gl/LC_MESSAGES/kdevplatform.mo share/locale/gl/LC_MESSAGES/kdevproblemreporter.mo -share/locale/gl/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/gl/LC_MESSAGES/kdevprojectfilter.mo share/locale/gl/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/gl/LC_MESSAGES/kdevquickopen.mo share/locale/gl/LC_MESSAGES/kdevreviewboard.mo @@ -913,7 +887,7 @@ share/locale/it/LC_MESSAGES/kdevpastebin.mo share/locale/it/LC_MESSAGES/kdevpatchreview.mo share/locale/it/LC_MESSAGES/kdevplatform.mo share/locale/it/LC_MESSAGES/kdevproblemreporter.mo -share/locale/it/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/it/LC_MESSAGES/kdevprojectfilter.mo share/locale/it/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/it/LC_MESSAGES/kdevquickopen.mo share/locale/it/LC_MESSAGES/kdevreviewboard.mo @@ -945,7 +919,7 @@ share/locale/kk/LC_MESSAGES/kdevpastebin.mo share/locale/kk/LC_MESSAGES/kdevpatchreview.mo share/locale/kk/LC_MESSAGES/kdevplatform.mo share/locale/kk/LC_MESSAGES/kdevproblemreporter.mo -share/locale/kk/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/kk/LC_MESSAGES/kdevprojectfilter.mo share/locale/kk/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/kk/LC_MESSAGES/kdevquickopen.mo share/locale/kk/LC_MESSAGES/kdevreviewboard.mo @@ -976,7 +950,6 @@ share/locale/nb/LC_MESSAGES/kdevpastebin.mo share/locale/nb/LC_MESSAGES/kdevpatchreview.mo share/locale/nb/LC_MESSAGES/kdevplatform.mo share/locale/nb/LC_MESSAGES/kdevproblemreporter.mo -share/locale/nb/LC_MESSAGES/kdevprojectdashboard.mo share/locale/nb/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/nb/LC_MESSAGES/kdevquickopen.mo share/locale/nb/LC_MESSAGES/kdevreviewboard.mo @@ -984,34 +957,6 @@ share/locale/nb/LC_MESSAGES/kdevsnippet.mo share/locale/nb/LC_MESSAGES/kdevstandardoutputview.mo share/locale/nb/LC_MESSAGES/kdevsubversion.mo share/locale/nb/LC_MESSAGES/kdevvcsprojectintegration.mo -share/locale/nds/LC_MESSAGES/kdevappwizard.mo -share/locale/nds/LC_MESSAGES/kdevclassbrowser.mo -share/locale/nds/LC_MESSAGES/kdevcodeutils.mo -share/locale/nds/LC_MESSAGES/kdevcontextbrowser.mo -share/locale/nds/LC_MESSAGES/kdevcvs.mo -share/locale/nds/LC_MESSAGES/kdevdocumentswitcher.mo -share/locale/nds/LC_MESSAGES/kdevdocumentview.mo -share/locale/nds/LC_MESSAGES/kdevexecute.mo -share/locale/nds/LC_MESSAGES/kdevexecutescript.mo -share/locale/nds/LC_MESSAGES/kdevexternalscript.mo -share/locale/nds/LC_MESSAGES/kdevfilemanager.mo -share/locale/nds/LC_MESSAGES/kdevgenericprojectmanager.mo -share/locale/nds/LC_MESSAGES/kdevgit.mo -share/locale/nds/LC_MESSAGES/kdevgrepview.mo -share/locale/nds/LC_MESSAGES/kdevkonsole.mo -share/locale/nds/LC_MESSAGES/kdevopenwith.mo -share/locale/nds/LC_MESSAGES/kdevpastebin.mo -share/locale/nds/LC_MESSAGES/kdevpatchreview.mo -share/locale/nds/LC_MESSAGES/kdevplatform.mo -share/locale/nds/LC_MESSAGES/kdevproblemreporter.mo -share/locale/nds/LC_MESSAGES/kdevprojectdashboard.mo -share/locale/nds/LC_MESSAGES/kdevprojectmanagerview.mo -share/locale/nds/LC_MESSAGES/kdevquickopen.mo -share/locale/nds/LC_MESSAGES/kdevreviewboard.mo -share/locale/nds/LC_MESSAGES/kdevsnippet.mo -share/locale/nds/LC_MESSAGES/kdevstandardoutputview.mo -share/locale/nds/LC_MESSAGES/kdevsubversion.mo -share/locale/nds/LC_MESSAGES/kdevvcsprojectintegration.mo share/locale/nl/LC_MESSAGES/kdevappwizard.mo share/locale/nl/LC_MESSAGES/kdevclassbrowser.mo share/locale/nl/LC_MESSAGES/kdevcodeutils.mo @@ -1033,7 +978,7 @@ share/locale/nl/LC_MESSAGES/kdevpastebin.mo share/locale/nl/LC_MESSAGES/kdevpatchreview.mo share/locale/nl/LC_MESSAGES/kdevplatform.mo share/locale/nl/LC_MESSAGES/kdevproblemreporter.mo -share/locale/nl/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/nl/LC_MESSAGES/kdevprojectfilter.mo share/locale/nl/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/nl/LC_MESSAGES/kdevquickopen.mo share/locale/nl/LC_MESSAGES/kdevreviewboard.mo @@ -1065,7 +1010,6 @@ share/locale/pl/LC_MESSAGES/kdevpastebin.mo share/locale/pl/LC_MESSAGES/kdevpatchreview.mo share/locale/pl/LC_MESSAGES/kdevplatform.mo share/locale/pl/LC_MESSAGES/kdevproblemreporter.mo -share/locale/pl/LC_MESSAGES/kdevprojectdashboard.mo share/locale/pl/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/pl/LC_MESSAGES/kdevquickopen.mo share/locale/pl/LC_MESSAGES/kdevreviewboard.mo @@ -1097,7 +1041,7 @@ share/locale/pt/LC_MESSAGES/kdevpastebin.mo share/locale/pt/LC_MESSAGES/kdevpatchreview.mo share/locale/pt/LC_MESSAGES/kdevplatform.mo share/locale/pt/LC_MESSAGES/kdevproblemreporter.mo -share/locale/pt/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/pt/LC_MESSAGES/kdevprojectfilter.mo share/locale/pt/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/pt/LC_MESSAGES/kdevquickopen.mo share/locale/pt/LC_MESSAGES/kdevreviewboard.mo @@ -1129,7 +1073,7 @@ share/locale/pt_BR/LC_MESSAGES/kdevpastebin.mo share/locale/pt_BR/LC_MESSAGES/kdevpatchreview.mo share/locale/pt_BR/LC_MESSAGES/kdevplatform.mo share/locale/pt_BR/LC_MESSAGES/kdevproblemreporter.mo -share/locale/pt_BR/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/pt_BR/LC_MESSAGES/kdevprojectfilter.mo share/locale/pt_BR/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/pt_BR/LC_MESSAGES/kdevquickopen.mo share/locale/pt_BR/LC_MESSAGES/kdevreviewboard.mo @@ -1161,7 +1105,6 @@ share/locale/ru/LC_MESSAGES/kdevpastebin.mo share/locale/ru/LC_MESSAGES/kdevpatchreview.mo share/locale/ru/LC_MESSAGES/kdevplatform.mo share/locale/ru/LC_MESSAGES/kdevproblemreporter.mo -share/locale/ru/LC_MESSAGES/kdevprojectdashboard.mo share/locale/ru/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/ru/LC_MESSAGES/kdevquickopen.mo share/locale/ru/LC_MESSAGES/kdevreviewboard.mo @@ -1193,7 +1136,7 @@ share/locale/sk/LC_MESSAGES/kdevpastebin.mo share/locale/sk/LC_MESSAGES/kdevpatchreview.mo share/locale/sk/LC_MESSAGES/kdevplatform.mo share/locale/sk/LC_MESSAGES/kdevproblemreporter.mo -share/locale/sk/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/sk/LC_MESSAGES/kdevprojectfilter.mo share/locale/sk/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/sk/LC_MESSAGES/kdevquickopen.mo share/locale/sk/LC_MESSAGES/kdevreviewboard.mo @@ -1225,7 +1168,7 @@ share/locale/sl/LC_MESSAGES/kdevpastebin.mo share/locale/sl/LC_MESSAGES/kdevpatchreview.mo share/locale/sl/LC_MESSAGES/kdevplatform.mo share/locale/sl/LC_MESSAGES/kdevproblemreporter.mo -share/locale/sl/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/sl/LC_MESSAGES/kdevprojectfilter.mo share/locale/sl/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/sl/LC_MESSAGES/kdevquickopen.mo share/locale/sl/LC_MESSAGES/kdevreviewboard.mo @@ -1257,7 +1200,7 @@ share/locale/sv/LC_MESSAGES/kdevpastebin.mo share/locale/sv/LC_MESSAGES/kdevpatchreview.mo share/locale/sv/LC_MESSAGES/kdevplatform.mo share/locale/sv/LC_MESSAGES/kdevproblemreporter.mo -share/locale/sv/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/sv/LC_MESSAGES/kdevprojectfilter.mo share/locale/sv/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/sv/LC_MESSAGES/kdevquickopen.mo share/locale/sv/LC_MESSAGES/kdevreviewboard.mo @@ -1293,7 +1236,7 @@ share/locale/uk/LC_MESSAGES/kdevpastebin.mo share/locale/uk/LC_MESSAGES/kdevpatchreview.mo share/locale/uk/LC_MESSAGES/kdevplatform.mo share/locale/uk/LC_MESSAGES/kdevproblemreporter.mo -share/locale/uk/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/uk/LC_MESSAGES/kdevprojectfilter.mo share/locale/uk/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/uk/LC_MESSAGES/kdevquickopen.mo share/locale/uk/LC_MESSAGES/kdevreviewboard.mo @@ -1324,7 +1267,6 @@ share/locale/zh_CN/LC_MESSAGES/kdevpastebin.mo share/locale/zh_CN/LC_MESSAGES/kdevpatchreview.mo share/locale/zh_CN/LC_MESSAGES/kdevplatform.mo share/locale/zh_CN/LC_MESSAGES/kdevproblemreporter.mo -share/locale/zh_CN/LC_MESSAGES/kdevprojectdashboard.mo share/locale/zh_CN/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/zh_CN/LC_MESSAGES/kdevquickopen.mo share/locale/zh_CN/LC_MESSAGES/kdevreviewboard.mo @@ -1354,7 +1296,7 @@ share/locale/zh_TW/LC_MESSAGES/kdevpastebin.mo share/locale/zh_TW/LC_MESSAGES/kdevpatchreview.mo share/locale/zh_TW/LC_MESSAGES/kdevplatform.mo share/locale/zh_TW/LC_MESSAGES/kdevproblemreporter.mo -share/locale/zh_TW/LC_MESSAGES/kdevprojectdashboard.mo +share/locale/zh_TW/LC_MESSAGES/kdevprojectfilter.mo share/locale/zh_TW/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/zh_TW/LC_MESSAGES/kdevquickopen.mo share/locale/zh_TW/LC_MESSAGES/kdevreviewboard.mo diff --git a/devel/kdevplatform/distinfo b/devel/kdevplatform/distinfo index fee556f53e0..6eb76228c2a 100644 --- a/devel/kdevplatform/distinfo +++ b/devel/kdevplatform/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2013/11/07 13:48:59 markd Exp $ +$NetBSD: distinfo,v 1.8 2014/02/01 09:54:23 markd Exp $ -SHA1 (kdevplatform-1.5.2.tar.xz) = a2fa1f765e992739546fa04d0aaffc4f2200c520 -RMD160 (kdevplatform-1.5.2.tar.xz) = 180156a9816fe7f40d084fa983017484ec8d430e -Size (kdevplatform-1.5.2.tar.xz) = 1895448 bytes -SHA1 (patch-sublime_aggregatemodel.cpp) = 29954a7e4a58dc567377fc03ffca010549c4dbfc +SHA1 (kdevplatform-1.6.0.tar.xz) = 8ed8ccb63b64a3675716f1ad14b4a73fcbf4133d +RMD160 (kdevplatform-1.6.0.tar.xz) = 6c212795effdd3ec0077795e37884edead916f06 +Size (kdevplatform-1.6.0.tar.xz) = 1889840 bytes +SHA1 (patch-sublime_aggregatemodel.cpp) = 76bca4fbe352760eaa570ea242d0e33263481e90 diff --git a/devel/kdevplatform/patches/patch-sublime_aggregatemodel.cpp b/devel/kdevplatform/patches/patch-sublime_aggregatemodel.cpp index 698e79cc46e..41de356b240 100644 --- a/devel/kdevplatform/patches/patch-sublime_aggregatemodel.cpp +++ b/devel/kdevplatform/patches/patch-sublime_aggregatemodel.cpp @@ -1,13 +1,13 @@ -$NetBSD: patch-sublime_aggregatemodel.cpp,v 1.1 2013/10/14 14:34:25 joerg Exp $ +$NetBSD: patch-sublime_aggregatemodel.cpp,v 1.2 2014/02/01 09:54:23 markd Exp $ ---- sublime/aggregatemodel.cpp.orig 2013-10-14 11:07:07.000000000 +0000 +--- sublime/aggregatemodel.cpp.orig 2013-12-07 18:45:39.000000000 +0000 +++ sublime/aggregatemodel.cpp @@ -81,7 +81,7 @@ Qt::ItemFlags AggregateModel::flags(cons { if (!index.isValid()) return 0; -- return Qt::ItemIsEnabled & Qt::ItemIsSelectable; -+ return Qt::ItemFlags(Qt::ItemIsEnabled & Qt::ItemIsSelectable); +- return Qt::ItemIsEnabled | Qt::ItemIsSelectable; ++ return Qt::ItemFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); } QVariant AggregateModel::headerData(int section, Qt::Orientation orientation, int role) const |