| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-09 | Rename FileMetaDataToolTip to DolphinFileMetaDataWidget | Elvis Angelaccio | |
| Since commit 230fe13d1f this class is not a "tooltip" anymore, but just a simple widget. Rename it to avoid future confusion. Reviewers: emmanuelp Differential Revision: https://phabricator.kde.org/D4451 | |||
| 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). | |||
| 2016-11-22 | Add application icon for Mac and MS Windows. | R.J.V. Bertin | |
| Uses the Oxygen theme because it fits in better with prevailent icons on those platforms. | |||
| 2016-04-22 | Fix exports and linkage, remove sources from tests which are already being ↵ | Andrius da Costa Ribas | |
| linked. REVIEW: 127709 | |||
| 2015-11-14 | Enable KCrash crash handler. | Andreas Cord-Landwehr | |
| 2015-09-07 | Name AppStream metainfo file like the .desktop file | Matthias Klumpp | |
| 2015-09-01 | Reduce dependancy | Montel Laurent | |
| 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-19 | do not install namelink for private library | Harald Sitter | |
| there are no headers being installed for the private library so it cannot be linked anyway, so we can also skip the namelink creation (.so symlink) REVIEW: 124812 | |||
| 2015-05-03 | Remove SpaceInfoToolsMenu and use KMoreToolsMenuFactory instead | Gregor Mi | |
| Reduces the amount of needed code. NEW: by using KMoreTools the menu is now user-configurable and will automatically extended when KMoreToolsPresets gets new tools. REVIEW: 122911 | |||
| 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-31 | Remove deprecated X scaling of QPixmaps | David Edmundson | |
| QPixmaps are no longer X pixmaps so this won't ever work anymore REVIEW: 123138 | |||
| 2015-03-08 | Use new KDE_ macro | Montel Laurent | |
| 2015-02-26 | Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ↵ | Emmanuel Pescosta | |
| present, because KFileMetaDataWidget is in KDELibs4Support) Reviewed-By: Vishesh Handa | |||
| 2015-02-26 | Revert "Use the Baloo Query Builder widget to add syntax-highlighting in ↵ | Emmanuel Pescosta | |
| Dolphin search" The natural query parser is too unstable for the release atm, we'll readd the query parser when the code is mature enough. This reverts commit e3578ee3b770a1b8f359ed1a3cc6e3ac7f6c700e. | |||
| 2015-02-25 | Bump the Qt version to 5.4 and the KF5 version to 5.7 | Emmanuel Pescosta | |
| Added all required components Reviewed-By: David Edmundson | |||
| 2015-02-25 | Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove ↵ | Emmanuel Pescosta | |
| the deprecated KVersionControlPlugin interface from konqlib REVIEW: 122687 | |||
| 2015-02-24 | Fix build on Jenkins (or with BUILD_TESTING=ON) | Hrvoje Senjan | |
| 2015-02-24 | Replace kDebug/kWarning by categorized logging (org.kde.dolphin) | Emmanuel Pescosta | |
| 2015-02-18 | Make tests optional | Andreas Sturmlechner | |
| REVIEW: 122212 | |||
| 2015-02-04 | Try to fix the build | Hrvoje Senjan | |
| 2015-02-04 | Add dolphin dbus service | Emmanuel Pescosta | |
| 2015-02-04 | Port Dolphin away from KApplication, KCmdLineArgs and K4AboutData | Mathieu Tarral | |
| 2015-01-31 | Port away from KGlobalSettings::naturalSorting() by moving it to Dolphin's ↵ | Emmanuel Pescosta | |
| GeneralSettings REVIEW: 122310 | |||
| 2015-01-12 | Add disk usage statistics menu to SpaceInfo widget in the status bar: | Gregor Mi | |
| the menu has the following entries: 1. Filelight location 2. Filelight device 3. Filelight 4. KDiskFree KService is used to find the applications and display proper translations. KRun is used to run the applications. REVIEW: 121478 CHANGELOG: Add a menu on left-click on the SpaceInfo widget in the status bar to show Disk Usage statistics. | |||
| 2014-12-14 | show warnings about deprecated declarations | Emmanuel Pescosta | |
| 2014-11-20 | Fix build after review 121078 | Luca Beltrame | |
| RR 121078 fixed exports, but did not include the necessary generate_export_header in the CMakeLists.txt. Please, if you are testing for Windows, ensure you also test your build in Linux (and with a clean build dir). The fact that kde-baseapps for KF5 is still unreleased does not mean it should not be buildable. CCMAIL: [email protected] | |||
| 2014-10-21 | port Konqueror from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120650 | |||
| 2014-10-20 | The filenamesearch ioslave has been moved to kio-extras, remove it from Dolphin. | Emmanuel Pescosta | |
| See commit 05689c462745edbaeebcfc63d456877746805451 in kio-extras | |||
| 2014-10-14 | Port Dolphin to the new Baloo APIs | Vishesh Handa | |
| REVIEW: 120582 | |||
| 2014-10-07 | Convert to reverse dns | Montel Laurent | |
| 2014-09-10 | Use the Baloo Query Builder widget to add syntax-highlighting in Dolphin search | Denis Steckelmacher | |
| REVIEW: 112589 | |||
| 2014-08-24 | use non-deprecated cmake var name | David Faure | |
| 2014-08-22 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinmainwindow.h dolphin/src/dolphinrecenttabsmenu.cpp dolphin/src/dolphinviewcontainer.cpp kfind/CMakeLists.txt | |||
| 2014-08-10 | Port accessibility to Qt 5 | Frederik Gladhorn | |
| REVIEW: 119428 | |||
| 2014-08-10 | Implemented DolphinTabWidget class to encapsulate the tab handling from ↵ | Emmanuel Pescosta | |
| DolphinMainWindow. REVIEW: 119115 | |||
| 2014-07-18 | install rc file to KXMLGUI_INSTALL_DIR | Montel Laurent | |
| 2014-07-10 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinviewcontainer.cpp | |||
| 2014-07-08 | Implemented (QTabBar based) DolphinTabBar class to encapsulate the tab bar ↵ | Emmanuel Pescosta | |
| handling from DolphinMainWindow. REVIEW: 118969 | |||
| 2014-07-04 | Implemented DolphinTabPage class to encapsulate the split view handling from ↵ | Emmanuel Pescosta | |
| DolphinMainWindow. The signal activeViewUrlChanged in DolphinTabPage is currently unused, but we need it later when we implement the tab widget and tab bar. DolphinTabPage has saveState/restoreState which are using a QByteArray instead of the KConfigGroup to be more generic. REVIEW: 118964 | |||
| 2014-06-29 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinmainwindow.h | |||
| 2014-06-29 | Reenable tests. | Christophe Giboudeaux | |
| 2014-06-29 | KF5ify Dolphin. | Christophe Giboudeaux | |
| 2014-06-28 | Create KF5::Konq | Christophe Giboudeaux | |
| 2014-06-27 | Fix build. | Christophe Giboudeaux | |
| 2014-06-27 | Rename the Baloo modules. | Christophe Giboudeaux | |
| 2014-06-25 | Add AppStream meta data file (imported from ↵ | Emmanuel Pescosta | |
| https://github.com/ximion/kde-appstream-metadata-templates/blob/master/apps/dolphin.appdata.xml) Thanks to Matthias Klumpp for providing this file! REVIEW: 118701 | |||
| 2014-06-20 | Kde-baseapps frameworks - replace generic soversion. | Scarlett Clark | |
| Review:118851 | |||
| 2014-06-20 | i18n fixes | Lukáš Tinkl | |
| 2014-06-20 | kde-baseapps frameworks dolphin with snapshot frameworks branch ↵ | Scarlett Clark | |
| baloo/baloo-widgets path fixes. | |||
