- 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 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 07 Sep, 2021 2 commits
-
-
Nate Graham authored
-
Tyson Tan authored
-
- 05 Sep, 2021 1 commit
-
-
Tyson Tan authored
-
- 31 Aug, 2021 1 commit
-
-
Nate Graham authored
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
-
- 30 Aug, 2021 2 commits
-
-
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 /
-
This commit makes Dolphin to reset the position of the Split View splitter on double-click. BUG: 206525 FIXED-IN: 21.12
-
- 29 Aug, 2021 5 commits
-
-
Elvis Angelaccio authored
This reverts commit 272aa65b.
-
Elvis Angelaccio authored
This reverts commit bb67def1.
-
Elvis Angelaccio authored
This reverts commit 63e12c0c.
-
Elvis Angelaccio authored
-
-
- 27 Aug, 2021 4 commits
-
-
Heiko Becker authored
(cherry picked from commit b9f320b1)
-
Heiko Becker authored
-
Heiko Becker authored
-
Commit 5a0da4a9 changed the value for emitRoleEditingFinished() to a struct containing the new name, but folderspanel was not updated. BUG: 441124
-
- 26 Aug, 2021 1 commit
- 25 Aug, 2021 1 commit
-
-
Andrey Butirsky authored
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
-
- 24 Aug, 2021 1 commit
-
-
Alexander Lohnau authored
Instead try to attach to all existing instances and quit after succeeding. BUG: 440663
-
- 23 Aug, 2021 4 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
-
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
-
- 14 Aug, 2021 1 commit
-
-
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.
-
- 10 Aug, 2021 2 commits
-
-
Alexander Volkov authored
KHelpMenu may not create some actions, so check for nullptr before setting "What's this?" text. (cherry picked from commit 0ac57fbe)
-
Alexander Volkov authored
KHelpMenu may not create some actions, so check for nullptr before setting "What's this?" text.
-
- 09 Aug, 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
-