┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2018-11-24[PlacesPanel] Port to KFilePlaceEditDialogElvis Angelaccio
Summary: This patch ports away from the old PlacesItemEditDialog copy, which doesn't honour the "applicationLocal" checkbox. KFilePlaceEditDialog was not exported by KIO, but it will be starting from 5.53 BUG: 376619 FIXED-IN: 19.03.80 Test Plan: * Create a new place ("Add Entry" from the panel context menu) and check the "only show in dolphin" checkbox * Edit an existing (global) place and check the "only show in dolphin" checkbox Reviewers: #dolphin Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D16824
2018-11-10GIT_SILENT Upgrade KDE Applications version to 19.03.70.Albert Astals Cid
2018-11-09GIT_SILENT Upgrade KDE Applications version to 18.03.70.Albert Astals Cid
2018-11-02Autogenerate debug file + install debug categories fileLaurent Montel
2018-08-21Port away from kdelibs4supportElvis Angelaccio
Summary: It was only used as fallback when baloo was not found, but `KFileMetaDataWidget` is useless without nepomuk. The result of this patch is that the information panel and the tooltips won't be available from platforms without baloo (instead of being available but broken). The baloo dependency remains optional. Closes T8720 Test Plan: Build dolphin with `cmake -DCMAKE_DISABLE_FIND_PACKAGE_KF5Baloo=ON ..` and make sure it doesn't show tooltips or the information panel. Reviewers: #dolphin, broulik, ngraham Subscribers: kfm-devel Tags: #dolphin Maniphest Tasks: T8720 Differential Revision: https://phabricator.kde.org/D14814
2018-07-16GIT_SILENT Upgrade KDE Applications version to 18.11.70.Albert Astals Cid
2018-06-29Remove QT definitions duplicated from KDEFrameworkCompilerSettings or deadFriedrich W. H. Kossebau
2018-05-20cmake: add warning when baloo will be disabledElvis Angelaccio
Summary: KFileMetaDataWidget is useless without nepomuk (which no one ships anymore). Let's add at least a warning until we will get rid of kdelibs4support (see T8720). Test Plan: Uninstall baloo-widgets, build dolphin and check the cmake output. Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D13005
2018-05-17Revert "Reverting Baloo-widgets version change in cmakelists, since this ↵Nathaniel Graham
breaks the information panel" Sorry, this was actually correct, and the rest of us were using old baloo-widgets. Anyone experiencing issues with Information Panel content in Dolphin master should Compile and deploy baloo-widgets from git master too. CCMAIL: [email protected] CCMAIL: [email protected] This reverts commit 58edb20a999e335fcefec013806be0a778f7960f.
2018-05-17Reverting Baloo-widgets version change in cmakelists, since this breaks the ↵Nathaniel Graham
information panel Let's find another way to do this. CCMAIL: [email protected] CCMAIL: [email protected]
2018-05-12Fix broken build without baloo-widgets masterElvis Angelaccio
D11245 introduced a dependency on baloo-widgets master, but baloo-widgets is only an optional dependency.
2018-03-19GIT_SILENT Upgrade KDE Applications version to 18.07.70.Albert Astals Cid
2018-03-11Align minimum ECM and KF5 versionsElvis Angelaccio
It doesn't make sense to require 1.6.0 which is years old.
2018-03-10Fix some compile warningsRoman Inflianskas
Reviewers: markg, elvisangelaccio Reviewed By: markg, elvisangelaccio Subscribers: chehrlic, rkflx, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D10995
2018-01-27Bump minimum KF5 versionElvis Angelaccio
This should have been part of D9333.
2018-01-10Needs kio >= 5.42Albert Astals Cid
At least since 5f1df43b87898b380228a3548553de3290ddb0d7
2017-12-14Use Kio::KPlacesModel as source model for PlacesItemModelRenato Araujo Oliveira Filho
Summary: Use Kio::KPlacesModel as source model for PlacesItemModel avoiding duplicated code. Depends on D8862 Depends on D8332 Depends on D8434 Depends on D8348 Depends on D8630 Test Plan: Unit test created Reviewers: elvisangelaccio, emmanuelp, mlaurent, mwolff Reviewed By: elvisangelaccio, mlaurent, mwolff Subscribers: mwolff, mlaurent, anthonyfieroni, nicolasfella, ngraham, #dolphin Differential Revision: https://phabricator.kde.org/D8855
2017-12-02Merge remote-tracking branch 'origin/Applications/17.12'Heiko Becker
2017-12-01Use CMakePackageConfigHelpers instead of the ECM variantHeiko Becker
Summary: dolphin already requires cmake >= 3.0, which includes the macro. Also make sure to include the CMakeFindDependencyMacro. Reviewers: #dolphin Differential Revision: https://phabricator.kde.org/D9091
2017-11-30GIT_SILENT Upgrade KDE Applications version to 17.11.90.Christoph Feck
2017-11-15Turn on Dolphin icon previews by defaultNathaniel Graham
Summary: BUG: 338492 BUG: 350212 By default, turn on all preview plugins and turn on previews themselves. Depends on D8347 Test Plan: Tested this change in an up-to-date KDE Neon: removed the existing dolphinrc file, deployed Dolphin with the change, and observed that previews are now turned on for all file types for which a plugin exists except for text files, which are in the blacklist because they're mostly useless at nearly all icon sizes (still available in case people want them, though). Here's how Dolphin's main window looks by default now in KDE Neon: {F5441184} (You may notice that there are no previews for the video files; that's because Neon doesn't ship with any plugins for them, so that would be expected at this point) And here is how the Settings > General > Preview window looks like now by default: {F5435391} Reviewers: #dolphin, #vdg, markg, abetts, dfaure, aseigo, elvisangelaccio Reviewed By: #vdg, abetts, dfaure, elvisangelaccio Subscribers: abetts, cfeck, andreaska, emmanuelp, andreask, markg, broulik, anthonyfieroni, davidedmundson, ltoscano, dfaure, elvisangelaccio, #konqueror Tags: #dolphin Differential Revision: https://phabricator.kde.org/D7440
2017-11-13GIT_SILENT Upgrade KDE Applications version to 18.03.70.Albert Astals Cid
2017-11-13GIT_SILENT Upgrade KDE Applications version to 17.11.80.Albert Astals Cid
2017-09-21Select child folder when navigating to a parent folderGregor Mi
Whenever the dolphin view is initialized to show the contents of a new URL (e.g. "/home/x/test") it will be checked if the new URL is a parent of the previous displayed URL (e.g. "/home/x/test/documents/aaa"). If the check is successful, then the common child (in this example: "/home/x/test/documents/") folder item will be selected and scrolled into view. REVIEW: 123253 BUG: 377392 CCBUG: 335616
2017-09-03Set version in project()Elvis Angelaccio
As discussed on release-team [1], this will enable automatically setting product versions on bugzilla [2]. [1]: https://mail.kde.org/pipermail/release-team/2017-July/010474.html [2]: https://community.kde.org/Guidelines_and_HOWTOs/Application_Versioning#Bugzilla_versions
2017-07-17GIT_SILENT Upgrade KDE Applications version to 17.11.70.Albert Astals Cid
2017-03-20GIT_SILENT Upgrade KDE Applications version to 17.07.70.Albert Astals Cid
2017-02-06Drop no longer used dependencyElvis Angelaccio
KWindowSystem is no longer used since commit 230fe13d1f. It was only pulled for `KWindowEffects::enableBlurBehind()`, which is now in plasma-integration (triggered by KToolTipWidget).
2017-02-05Port tooltips to KToolTipWidgetElvis Angelaccio
Use the new KToolTipWidget class (introduced by kwidgetsaddons 5.30) as backend of ToolTipManager. FileMetaDataToolTip becomes a simple widget used as content of the tooltip. It is now possible to actually use the metadata widget shown inside the tooltips. Tooltips are now functional on Wayland as well. More information about KToolTipWidget in https://git.reviewboard.kde.org/r/129648/ BUG: 352276 BUG: 371223 FIXED-IN: 17.04.0 Closes T4980 Differential Revision: D4449
2016-12-03Fix 5 clazy warningsSpencer Brown
This bumps the minimum Qt version to 5.5 (because of Q_ENUM usage). REVIEW: 129604
2016-11-16GIT_SILENT Upgrade KDE Applications version to 17.03.70.Albert Astals Cid
2016-07-19GIT_SILENT Upgrade KDE Applications version to 16.11.70.Albert Astals Cid
2016-07-01Merge branch 'Applications/16.04'Kai Uwe Broulik
2016-06-25add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilationDavid Faure
This fixes some URLs built from local paths without scheme.
2016-06-07GIT_SILENT Upgrade KDE Applications version to 16.04.2.Albert Astals Cid
2016-05-18Merge branch 'Applications/16.04'David Edmundson
2016-04-27GIT_SILENT Upgrade KDE Applications version to 16.04.1.Albert Astals Cid
2016-04-26Merge branch 'Applications/16.04'Wolfgang Bauer
2016-04-13GIT_SILENT Upgrade KDE Applications version to 16.04.0.Albert Astals Cid
2016-04-09Selection toggle: Use emblem-remove and emblem-added icons from BreezeEmmanuel Pescosta
This raises the minimum KF5 version to 5.21.0 BUG: 357587 FIXED-IN: 16.08.0 REVIEW: 127400 CCMAIL: [email protected]
2016-04-06GIT_SILENT Upgrade KDE Applications version to 16.03.90.Albert Astals Cid
2016-03-19GIT_SILENT Upgrade KDE Applications version to 16.03.80.Albert Astals Cid
2016-03-16Merge branch 'Applications/15.12'Emmanuel Pescosta
2016-03-09GIT_SILENT Upgrade KDE Applications version to 15.12.3.Albert Astals Cid
2016-02-17Make KFileMetaData optional againFrank Reininghaus
In 15b20cd077c6743bb5ec947f5f3e014a4a32b110, I added KFileMetaData to the required build dependencies in order to make the version increase in 6c5930c229c8b96aae45e19ad4b7a1c57caa6ddc effective, and ensure that the build fails at the CMake stage if the KFileMetaData version is too old. However, I had missed that KFileMetaData was already an optional dependency. This commit makes it optional again and adjusts the required version. Thanks to Christoph Feck for notifying me about this issue and sorry for the stupid mistake. CCMAIL: [email protected]
2016-02-12GIT_SILENT Upgrade KDE Applications version to 15.12.2.Albert Astals Cid
2016-02-10Increase the required KF5 versionFrank Reininghaus
Dolphin needs version 5.19 of kfilemetadata since 2257b94e4fc425a62bcdc065791566a20c517052
2016-02-10Detect FileMetaData framework at CMake stage becasuse Dolphin needs itFrank Reininghaus
2016-01-19include KDEFrameworksCompilerSettings as suggested in the documentationAleix Pol
2016-01-07GIT_SILENT Upgrade KDE Applications version to 15.12.1.Albert Astals Cid