| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-13 | GIT_SILENT Upgrade KDE Applications version to 18.03.70. | Albert Astals Cid | |
| 2017-11-13 | GIT_SILENT Upgrade KDE Applications version to 17.11.80. | Albert Astals Cid | |
| 2017-09-21 | Select child folder when navigating to a parent folder | Gregor 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-03 | Set 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-17 | GIT_SILENT Upgrade KDE Applications version to 17.11.70. | Albert Astals Cid | |
| 2017-03-20 | GIT_SILENT Upgrade KDE Applications version to 17.07.70. | Albert Astals Cid | |
| 2017-02-06 | Drop no longer used dependency | Elvis 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-05 | Port tooltips to KToolTipWidget | Elvis 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-03 | Fix 5 clazy warnings | Spencer Brown | |
| This bumps the minimum Qt version to 5.5 (because of Q_ENUM usage). REVIEW: 129604 | |||
| 2016-11-16 | GIT_SILENT Upgrade KDE Applications version to 17.03.70. | Albert Astals Cid | |
| 2016-07-19 | GIT_SILENT Upgrade KDE Applications version to 16.11.70. | Albert Astals Cid | |
| 2016-07-01 | Merge branch 'Applications/16.04' | Kai Uwe Broulik | |
| 2016-06-25 | add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation | David Faure | |
| This fixes some URLs built from local paths without scheme. | |||
| 2016-06-07 | GIT_SILENT Upgrade KDE Applications version to 16.04.2. | Albert Astals Cid | |
| 2016-05-18 | Merge branch 'Applications/16.04' | David Edmundson | |
| 2016-04-27 | GIT_SILENT Upgrade KDE Applications version to 16.04.1. | Albert Astals Cid | |
| 2016-04-26 | Merge branch 'Applications/16.04' | Wolfgang Bauer | |
| 2016-04-13 | GIT_SILENT Upgrade KDE Applications version to 16.04.0. | Albert Astals Cid | |
| 2016-04-09 | Selection toggle: Use emblem-remove and emblem-added icons from Breeze | Emmanuel 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-06 | GIT_SILENT Upgrade KDE Applications version to 16.03.90. | Albert Astals Cid | |
| 2016-03-19 | GIT_SILENT Upgrade KDE Applications version to 16.03.80. | Albert Astals Cid | |
| 2016-03-16 | Merge branch 'Applications/15.12' | Emmanuel Pescosta | |
| 2016-03-09 | GIT_SILENT Upgrade KDE Applications version to 15.12.3. | Albert Astals Cid | |
| 2016-02-17 | Make KFileMetaData optional again | Frank 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-12 | GIT_SILENT Upgrade KDE Applications version to 15.12.2. | Albert Astals Cid | |
| 2016-02-10 | Increase the required KF5 version | Frank Reininghaus | |
| Dolphin needs version 5.19 of kfilemetadata since 2257b94e4fc425a62bcdc065791566a20c517052 | |||
| 2016-02-10 | Detect FileMetaData framework at CMake stage becasuse Dolphin needs it | Frank Reininghaus | |
| 2016-01-19 | include KDEFrameworksCompilerSettings as suggested in the documentation | Aleix Pol | |
| 2016-01-07 | GIT_SILENT Upgrade KDE Applications version to 15.12.1. | Albert Astals Cid | |
| 2015-12-08 | GIT_SILENT Upgrade KDE Applications version to 15.12.0. | Albert Astals Cid | |
| 2015-12-02 | GIT_SILENT Upgrade KDE Applications version to 15.11.90. | Albert Astals Cid | |
| 2015-11-18 | GIT_SILENT Upgrade KDE Applications version to 15.11.80. | Albert Astals Cid | |
| 2015-11-14 | Enable KCrash crash handler. | Andreas Cord-Landwehr | |
| 2015-11-09 | Merge branch 'Applications/15.08' | Emmanuel Pescosta | |
| 2015-11-04 | GIT_SILENT Upgrade KDE Applications version to 15.08.3. | Albert Astals Cid | |
| 2015-11-04 | Use the new KOverlayIconPlugin interface from KIO::Widgets | Olivier Goffart | |
| REVIEW: 125675 | |||
| 2015-10-09 | GIT_SILENT Upgrade KDE Applications version to 15.08.2. | Albert Astals Cid | |
| 2015-09-26 | Merge branch 'Applications/15.08' | Michael Palimaka | |
| 2015-09-26 | Fix KF5Activities being optional. | Michael Palimaka | |
| If found via find_package(KF5 COMPONENTS Activities) instead, it will inherit REQUIRED from the previous call. REVIEW: 125360 | |||
| 2015-09-10 | GIT_SILENT Upgrade KDE Applications version to 15.08.1. | Albert Astals Cid | |
| 2015-08-27 | Update dependencies. | Michael Palimaka | |
| It appears that KF5TextEditor was added for KTextEdit, but that is actually provided by KF5TextWidgets. It's then necessary to explicitly link to KF5Parts (it was previously brought in implicitly by KF5TextEditor). REVIEW: 124932 | |||
| 2015-08-23 | Fix build. | Michael Palimaka | |
| 2015-08-21 | Merge branch 'Applications/15.08' | Harald Sitter | |
| Conflicts: CMakeLists.txt | |||
| 2015-08-12 | Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0 | David Faure | |
| This can be changed to 5.1 or 6.0 on its own schedule (although libdolphinprivate is really private, no headers installed) CCMAIL: [email protected] | |||
| 2015-08-12 | GIT_SILENT Upgrade KDE Applications version to 15.08.0. | Albert Astals Cid | |
| 2015-08-05 | GIT_SILENT Upgrade KDE Applications version to 15.07.90. | Albert Astals Cid | |
| 2015-07-29 | Enable automatic update of version number | Ragnar Thomsen | |
| Use CMake variables autoupdated by release script. Dolphin version is automatically updated to KDE Applications version. | |||
| 2015-04-22 | Add dbus interface to dolphin | Ashish Bansal | |
| Implemented org.freedesktop.FileManager1 dbus interface in dolphin http://www.freedesktop.org/wiki/Specifications/file-manager-interface/ REVIEW: 123313 BUG: 343016 | |||
| 2015-03-06 | Use the same doc folder name everyone else uses | Albert Astals Cid | |
| 2015-02-27 | Fix build in a kdelibs4-free enviroment | Hrvoje Senjan | |
| If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed. | |||
