┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-13Dolphin preferences dialog use now for everything colorfull iconsAndreas Kainz
2021-11-03Port ViewModeSettings from macros to std::variantFelix Ernst
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.
2021-11-02Remove duplicate include from .h/.cppLaurent Montel
2021-10-31GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 3973e37b46b4463888c1c73441d13349d53f4d6f)
2021-10-30Add support for recentlyused: kio to view properties.David Murray
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.)
2021-10-27GIT_SILENT made messages (after extraction)l10n daemon script
2021-10-25GIT_SILENT: add missing override keywordLaurent Montel
2021-10-20Save size of config dialog in state configAlexander Lohnau
CCBUG: 397602
2021-10-20Utilize KXMLGUI API to store state config in separate fileAlexander Lohnau
CCBUG: 397602
2021-10-11Currently, when changing Version Control settings in Configure -> Context ↵Blaster goo
Menu, it 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
2021-10-09Install KCMs in dolphin/kcms namespaceAlexander Lohnau
This will allow consumers to load the plugin from this namespace without KServiceTypeTrader being involved.
2021-10-09SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2021-10-07Fix typo: PascalCase in docsivan tkachenko
2021-10-06Change settings window title to "Configure" for consistency sakeFelipe Kinoshita
This commit makes Dolphin's settings window more consistent with other KDE apps.
2021-10-05GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 89629bfcc6b74d0d102a01a920e9d9b17580088f)
2021-10-04Rewrite filter algorithm to properly support filtering with expanded folders ↵Eduardo Cruz
under Detail View mode. BUG: 411878 CCBUG: 442275 FIXED-IN: 21.12
2021-09-28Merge branch 'release/21.08'Nate Graham
2021-09-28Fix closing a secondary viewContainer on startup settings changeEugene Popov
Apply split view settings only when changing the corresponding option. BUG: 426221 FIXED-IN: 21.08.2
2021-09-22Don't force icon for preferred search tool action if one is manually configuredNicolas Fella
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 d3f427a6da1b117c85b1080bf198ae4758d00e8e)
2021-09-22Don't force icon for preferred search tool action if one is manually configuredNicolas Fella
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
2021-09-20SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2021-09-20GIT_SILENT made messages (after extraction)l10n daemon script
2021-09-13GIT_SILENT made messages (after extraction)l10n daemon script
2021-09-13GIT_SILENT made messages (after extraction)l10n daemon script
2021-09-07Merge branch 'release/21.08'Nate Graham
2021-09-07Fixed a missing bracket.Tyson Tan
2021-09-05Make "Empties Trash to create free space" translatable.Tyson Tan
2021-08-31Port to KTerminalLauncherJobNate Graham
Dolphin still uses KToolInvocation::invokeTerminal() which is deprecated and requires KInit. However Dolphin was ported away from requiring it in other ways, so it is now possible to have Dolphin running but not KInit, which breaks the "Open in Terminal" functionality. Using KTerminalLauncherJob fixes this. It was introduced in Frameworks 5.83, so the CMake dependency version is accordingly increased. BUG: 441072 FIXED-IN: 21.12
2021-08-30Tabs: ensure to have folder icons for remote foldersMéven Car
KIO::iconForUrl relies on filename to find the icon for remote files. Appending / at the end of the filename allows it to interpret it as a folder. This causes inconsistent tab icons. To reproduce: Open in a tab a url on a smb or sftp folder, i.e sftp:/my-server/photos Before: Icon is a cloud. After: Icon is a folder Previously a folder icon could be presented if the tab was first opened with a url with a trailing /
2021-08-30[Split view] Reset splitter position on double clickEugene Popov
This commit makes Dolphin to reset the position of the Split View splitter on double-click. BUG: 206525 FIXED-IN: 21.12
2021-08-29Revert "Revert "Disable Hidden Files Last sort by default""Elvis Angelaccio
This reverts commit 272aa65bb55dd31f58e8a8e24ea7bc8bd2712daa.
2021-08-29Revert "Revert "Configurable Show hidden files and folders last toggle""Elvis Angelaccio
This reverts commit bb67def173f31819bb9a696627f9af71c7037dcd.
2021-08-29Revert "Revert "Show hidden files and folders last""Elvis Angelaccio
This reverts commit 63e12c0cdf4e3437b95b9c50e5791dbf97183687.
2021-08-29Merge branch 'release/21.08'Elvis Angelaccio
2021-08-29Filter the items that have changedEugene Popov
2021-08-27GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit b9f320b1646140350edb82cfcf55bce7a325439f)
2021-08-27GIT_SILENT Update Appstream for new releaseHeiko Becker
2021-08-27FoldersPanel: Fix inline renamingJan Paul Batrina
Commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 changed the value for emitRoleEditingFinished() to a struct containing the new name, but folderspanel was not updated. BUG: 441124
2021-08-26Use default icon size when resetting zoom levelEugene Popov
BUG: 437349
2021-08-25DBus activation with filemanager ifaceAndrey Butirsky
In Dolphin on wayland currently, if you right clicks a file and create a zip file from it, Dolphin makes a new window. What we want to happen is Dolphin to focus the window we have with the file selected. This patches Dolphin's dbusinterface.cpp to call KWindowSystem::setCurrentXdgActivationToken() with the startupID
2021-08-24Fix selecting file always opening new instanceAlexander Lohnau
Instead try to attach to all existing instances and quit after succeeding. BUG: 440663
2021-08-23SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2021-08-23GIT_SILENT made messages (after extraction)l10n daemon script
2021-08-23SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2021-08-23GIT_SILENT made messages (after extraction)l10n daemon script
2021-08-14Simplify KFileItemModel's sortingChristian Muehlhaeuser
Returns from function as soon as we encounter a decisive comparison, while ensuring the fallbacks provide a stable sorting. Added comment to clarify the situation.
2021-08-10Avoid crash on start when help actions are restricted through the Kiosk systemAlexander Volkov
KHelpMenu may not create some actions, so check for nullptr before setting "What's this?" text. (cherry picked from commit 0ac57fbe90d580a514c3bac4cefaa9ed87f178f9)
2021-08-10Avoid crash on start when help actions are restricted through the Kiosk systemAlexander Volkov
KHelpMenu may not create some actions, so check for nullptr before setting "What's this?" text.
2021-08-09SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2021-08-09GIT_SILENT made messages (after extraction)l10n daemon script