- 01 Dec, 2021 2 commits
-
-
Alexander Lohnau authored
The QString overload uses KServiceTypeTrader, which is deprecated
-
Nate Graham authored
There's nothing KDE-specific about these keywords.
-
- 30 Nov, 2021 1 commit
-
-
Felipe Kinoshita authored
-
- 29 Nov, 2021 4 commits
-
-
Nate Graham authored
-
Nate Graham authored
This is safe to change without a fallback icon explicitly specified because if it doesn't exist in the active icon theme, it will fall back to edit-copy which is a standard FreeDesktop icon name present in every icon theme ever. CCBUG: 423937
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
"Extensions" is additions to the status bar like free space bar and zoom slider which should hide while loading. The status bar itself should only show/hide based on the global setting. BUG: 443132
-
- 28 Nov, 2021 1 commit
-
-
The methods slotRefreshItems(), slotItemsAdded() and slotItemsDeleted() are adapted so they are now compatible with the new behavior of filtering expanded folders achieved in ed83f37f. The new behavior is that expanded folders are hidden from view if neither the folder itself nor any of its contents passes the filter. Previously expanded folders would always stay visible no matter the filter. A bug where the parent expanded folder would disappear after adding or refreshing an item while filtering is also fixed. Tests are added to make sure these behavior changes won't regress. BUG: 442275 FIXED-IN: 22.04
-
- 27 Nov, 2021 1 commit
-
-
Fushan Wen authored
The ordering of encodings is different from other KDE apps in "Select Remote Charset" menu. We should keep the UI consistency. BUG: 445148
-
- 23 Nov, 2021 1 commit
-
-
Kai Uwe Broulik authored
Folder thumbnails are not cached as we cannot know whether something inside a folder changed. Moreover, they are also a collage of several files and might even traverse into subdirectories. This takes time.
-
- 22 Nov, 2021 1 commit
-
-
Heiko Becker authored
-
- 21 Nov, 2021 1 commit
-
-
Ben Cooksley authored
-
- 13 Nov, 2021 2 commits
-
-
Eugene Popov authored
This MR fixes an issue where the window and tab titles don't properly handle creating/deleting/renaming items in the places bar, as well as switching to the Search mode.
-
Andreas-Kainz authored
-
- 08 Nov, 2021 2 commits
-
-
Heiko Becker authored
-
Heiko Becker authored
-
- 03 Nov, 2021 1 commit
-
-
Macros should be avoided if possible. Instead this commit replaces the usage of macros with an std::variant of the ViewModeSettings. As part of this cleanup, code that belongs to the VideModeSettings class is moved there. Some parameters are also renamed to be more in line with typical naming conventions.
-
- 02 Nov, 2021 1 commit
-
-
Laurent Montel authored
-
- 31 Oct, 2021 1 commit
-
-
Heiko Becker authored
(cherry picked from commit 3973e37b)
-
- 30 Oct, 2021 1 commit
-
-
David Murray authored
Add "recentlyused" to the URL schemes recognised by ViewProperties as needing special handling. User-set view properties for the recentlyused: kio are then saved under view_properties/recentlyused in dolphin's app data directory. (Previously, the recentlyused: kio was treated, by default, as if it was a remote location for the purposes of view properties. Since it displays somewhat specialised results (files/directories from various locations), users might find it useful to set particular view properties and have them remembered.)
-
- 27 Oct, 2021 1 commit
-
-
Script Kiddy authored
-
- 25 Oct, 2021 1 commit
-
-
Laurent Montel authored
-
- 20 Oct, 2021 2 commits
-
-
Alexander Lohnau authored
CCBUG: 397602
-
Alexander Lohnau authored
CCBUG: 397602
-
- 11 Oct, 2021 1 commit
-
-
tells you to restart to apply those settings. This commit changes that by asking you if you would like to restart now or later. FEATURE: 441192 FIXED-IN: 21.12
-
- 09 Oct, 2021 2 commits
-
-
Alexander Lohnau authored
This will allow consumers to load the plugin from this namespace without KServiceTypeTrader being involved.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Oct, 2021 1 commit
-
-
ivan tkachenko authored
-
- 06 Oct, 2021 1 commit
-
-
Felipe Kinoshita authored
This commit makes Dolphin's settings window more consistent with other KDE apps.
-
- 04 Oct, 2021 2 commits
-
-
Heiko Becker authored
(cherry picked from commit 89629bfc)
-
Rewrite filter algorithm to properly support filtering with expanded folders under Detail View mode. BUG: 411878 CCBUG: 442275 FIXED-IN: 21.12
-
- 03 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 02 Oct, 2021 1 commit
-
-
Laurent Montel authored
-
- 28 Sep, 2021 2 commits
-
-
Nate Graham authored
-
Apply split view settings only when changing the corresponding option. BUG: 426221 FIXED-IN: 21.08.2
-
- 22 Sep, 2021 2 commits
-
-
Nicolas Fella authored
The code reads the icon from the relevant application and uses that for the action When the user has configured one manually in the toolbar settings that is overridden To avoid this only change the icon if it is the default one (search) BUG: 442815 (cherry picked from commit d3f427a6)
-
Nicolas Fella authored
The code reads the icon from the relevant application and uses that for the action When the user has configured one manually in the toolbar settings that is overridden To avoid this only change the icon if it is the default one (search) BUG: 442815
-
- 20 Sep, 2021 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 13 Sep, 2021 1 commit
-
-
Script Kiddy authored
-