| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-15 | Fix KIO warning when URL is empty | David Faure | |
| 2020-12-11 | Do not create instance of GeneralSettings just to access static members | Alexander Lohnau | |
| 2020-12-10 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-09 | operator+/- is disabled for QFlags in qt6 | Laurent Montel | |
| 2020-12-07 | ContextMenu: Allow plugins submenus to react to Shift modifiers | Méven Car | |
| In 9e4642d435085f27134ed6c8431734dcacf65834 support was added for the NewFileMenu. This adds support for the Plugins submenu provided they relay their parentWidget to their own menus. BUG: 425997 | |||
| 2020-12-07 | servicemenuinstaller: Remove file if it already exists | Alexander Lohnau | |
| This is the case when you update an entry. | |||
| 2020-12-07 | dolphinpart: fix broken part icon name | Friedrich W. H. Kossebau | |
| 2020-12-07 | dolphinpart: port to new KPluginMetaData-based KParts API | Friedrich W. H. Kossebau | |
| 2020-12-07 | dolphinpart: add JSON metadata to plugin, install into kf5/parts subdir | Friedrich W. H. Kossebau | |
| 2020-12-06 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-06 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-05 | Merge branch 'release/20.12' | Elvis Angelaccio | |
| 2020-12-05 | Fix PlacesItemModelTest, 2nd try | Elvis Angelaccio | |
| This partly reverts 15a5189b1193cc7305ad2c556d67ec79bdb6e38a The KDE CI does not have KDE_FULL_SESSION set, which means that KIO doesn't add the recentlyused:// urls to the model, but defaults to the old timeline:// urls instead. In both cases KIO adds 2 places, so it is safe to always assume that the expected model count is 14. | |||
| 2020-12-05 | Drop obsolete KF5 version check | Elvis Angelaccio | |
| We depend on 5.77 now. | |||
| 2020-12-05 | Add missing const | Elvis Angelaccio | |
| 2020-12-03 | Fix the docs according to the current double-click option place (take two) | Yuri Chornoivan | |
| 2020-12-03 | DolphinView: set the parent of layout in the ctor | Ahmad Samir | |
| This silences a runtime warning: QLayout: Attempting to add QLayout "" to DolphinView "", which already has a layout Remove redudant setLayout() calls, passing a parent widget to the Q*BoxLayout ctor sets that layout as the top-level layout for that widget. | |||
| 2020-12-03 | Fix the docs according to the current double-click option place | Yuri Chornoivan | |
| 2020-12-02 | GIT_SILENT Update Appstream for new release | Christoph Feck | |
| 2020-12-02 | GIT_SILENT Update Appstream for new release | Christoph Feck | |
| (cherry picked from commit 9b8ac3ef3f73a79896160fee7e92d4bc6a18c71d) | |||
| 2020-12-02 | GIT_SILENT Upgrade release service version to 20.12.0. | Christoph Feck | |
| 2020-12-02 | Toolbar: move and rename filter to edit menu above Search | Méven Car | |
| This is to expose more filter. Also rename "Show Filter Bar" to simply "Filter", keep "Show Filter Bar" as tooltip Adds a toggle filter bar action. | |||
| 2020-11-30 | Merge branch 'release/20.12' | Nate Graham | |
| 2020-11-30 | Re-allow to paste files via context menu | Méven Car | |
| BUG: 429762 | |||
| 2020-11-29 | Utilize KFileItemActions::addActionsTo method from KIO | Alexander Lohnau | |
| 2020-11-29 | Remove unused includes | Nicolas Fella | |
| 2020-11-28 | [kitemlistview]: Animate rubberband fading out | Carson Black | |
| 2020-11-28 | Add placeholder text for empty views | Nate Graham | |
| Throughout our QML-based software, we now display placeholder text for empty views so that the user knows that the view is actually empty, and it's not that the software is just broken. This commit introduces the same thing for Dolphin's main view. BUG: 429248 BUG: 426354 FIXED-IN: 21.04 | |||
| 2020-11-28 | ui.rc files: consistenly use <gui> instead of deprecated <kpartgui> | Friedrich W. H. Kossebau | |
| 2020-11-25 | GIT_SILENT Upgrade release service version to 20.11.90. | Christoph Feck | |
| 2020-11-24 | Merge branch 'release/20.12' | Nate Graham | |
| 2020-11-24 | Allow the openURLJob to run executables | Nate Graham | |
| Otherwise, excecutable files like AppImages won't be allowed to launch even if they are correctly marked as executable. BUG: 429603 FIXED-IN: 20.12 | |||
| 2020-11-24 | Fix typo in gitlab-ci filename | Elvis Angelaccio | |
| 2020-11-24 | Add .gitlab-ci.yml | Elvis Angelaccio | |
| This should enable basic CI support for dolphin MRs. | |||
| 2020-11-23 | Fix delete action switching via 'Shift' when sub-context-menu is open | Derek Christ | |
| Switching the 'Move to Trash' action to 'Delete' using the shift key does not work when the mouse hovers a submenu. This fix resolves the issue by using an event filter instead of the key event functions. BUG: 425997 | |||
| 2020-11-23 | Move repetitive contextmenu related logic in one place | Alexander Lohnau | |
| This makes a bit easier to handle the stuff. Also we don't need the `addVersionControlPluginActions` utility method and we can put it in the new utility method instead. | |||
| 2020-11-23 | Merge branch 'release/20.12' | Felix Ernst | |
| 2020-11-23 | Places panel: highlight place only when it is displayed | Méven Car | |
| BUG: 156678 FIXED-IN: 20.12 | |||
| 2020-11-23 | PlacesItemModelTest: consider also Pictures/Music/Videos folders | Elvis Angelaccio | |
| See a371e23b2b667bc85c311d04549f3d7348d00af5 in kio. | |||
| 2020-11-23 | PlacesItemModelTest: use helper method to increase indexes | Elvis Angelaccio | |
| Instead of duplicating the logic all over the place. | |||
| 2020-11-22 | Rename 'Url Navigator' to 'Location Bar' | Mufeed Ali | |
| 2020-11-22 | Remove unneeded version check | Alexander Lohnau | |
| 2020-11-21 | Add 'Open Terminal Here' action from dolphin to menu | Alexander Lohnau | |
| 2020-11-21 | Select last visited folder when going up/back | Felix Ernst | |
| This commit fixes a regression introduced by ad5d3367c7fef4c3c11188a768f21a2ee2b3c025. A lot of connections were changed there and at least one of them was wrong. The connections can be separated into GUI connections and internal ones. This commit makes it so the GUI stuff is connected to m_urlNavigatorConnected and everything else to m_urlNavigator. BUG: 429097 | |||
| 2020-11-21 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-11-20 | Merge branch 'release/20.12' | Nate Graham | |
| 2020-11-19 | Re-allow icons that are not theme icon | Méven Car | |
| Particularly concerned are .desktop files. See also: 15baa93640bbb49162f26d439e006729ee9c3441 BUG: 429113 | |||
| 2020-11-19 | Allow having the UrlNavigators below the tab bar | Felix Ernst | |
| This commit restores the possibility to have the UrlNavigators below the tab bar. This will happen automatically whenever the UrlNavigator is removed from the toolbar. It is also now again possible to have the toolbar on the side. This option is disabled while the toolbar contains the UrlNavigators. This commit makes no changes to the new default which is having the UrlNavigators in the toolbar but makes sure that upgrading users won't be affected. | |||
| 2020-11-19 | D-Bus activation systemd service | Henri Chain | |
| Correctly scopes dolphin in systemd service `app-org.kde.dolphin.service` when dbus-activated (while still working if systemd is not present), as per https://systemd.io/DESKTOP_ENVIRONMENTS/ uses new ECM modules: - https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/5 to simplify the systemd service templating + install - https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/17 to generate the dbus service file automatically needs https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/25 | |||
| 2020-11-18 | Different icon to launch Konsole terminal | Alexander Lohnau | |
