- 10 Jul, 2021 3 commits
-
-
I am trying to run Dolphin on a minimal FreeBSD CHERI-RISC-V QEMU instance and I haven't got DBus running. Without this change, KDBusService causes dolphin to exit immediately since the default behaviour is to exit if it can't connect to DBus.
-
I am trying to run Dolphin on a minimal FreeBSD CHERI-RISC-V QEMU instance and I haven't got DBus running. Without this change, I get crashes because QDBusConnection::sessionBus().interface() returns NULL if DBus isn't running.
-
Albert Astals Cid authored
-
- 09 Jul, 2021 2 commits
-
-
Alex Richardson authored
I am cross-compiling dolphin and haven't build KDocTools. Since it's only needed for the handbook we can make the dependency optional.
-
Script Kiddy authored
-
- 07 Jul, 2021 1 commit
-
-
Script Kiddy authored
-
- 05 Jul, 2021 1 commit
-
-
Heiko Becker authored
(cherry picked from commit f8838005)
-
- 04 Jul, 2021 11 commits
-
-
With frameworks/kio!411 the plugin instances can be reused during the lifetime of the KFileItemActions object. This improves performance and also allows the plugins to emit errors, even if they run async.
-
Elvis Angelaccio authored
QAbstractItemModel::match() under the hood uses QRegExp::exactMatch(), so with QRegularExpression we need to use anchoredPattern() on the pattern. Regression spotted by a failing dolphinmainwindowtest.
-
David Hurka authored
Use KActionMenu and KToolBarPopupAction::setPopupMode() methods instead of setDelayed() and setStickyMenu(). Are available since KF 5.77 and KF 5.78 respectively, which is already required by Dolphin.
-
Elvis Angelaccio authored
We already require Qt 5.15
-
Elvis Angelaccio authored
Spotted by clazy. GIT_SILENT
-
This shows a slideshow of thumbs when the user hovers a file item.
-
-
Elvis Angelaccio authored
GIT_SILENT
-
No need to go via KService
-
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"
-
- 03 Jul, 2021 3 commits
-
-
Nicolas Fella authored
-
Alexander Lohnau authored
The other key was used during the transition from KDE4->KDE5 and makes no difference when the config file is read
-
Alexander Lohnau authored
-
- 30 Jun, 2021 1 commit
-
-
Alexander Lohnau authored
The settings kio slave is about to be removed, see network/kio-extras!107.
-
- 29 Jun, 2021 1 commit
-
-
Since a placeholder text is being used when the folder is empty, it also makes sense to show a similar placeholder text when the view is still loading, especially now that the status bar which previously contained a loading indicator now disappears when a folder is loading.
-
- 27 Jun, 2021 1 commit
-
- 25 Jun, 2021 1 commit
-
-
Ömer Fadıl Usta authored
-
- 22 Jun, 2021 3 commits
-
-
Felix Ernst authored
This should have belonged to my previous merge 480b3067 but somehow I managed to miss this one line. It was written by Derek Christ as part of dc3beae3.
-
Felix Ernst authored
-
Before this patch, the shift-action modifier in context menus did not work when a sub-context menu is open, that does not have the main context menu as its parent. The new fix installs an event filter on QApplication whenever a new context menu is opened to make the context menu aware of shift-presses even when a sub-context menu is in focus. BUG: 425997 FIXED-IN: 21.04
-
- 18 Jun, 2021 3 commits
-
-
Ahmad Samir authored
This way they're more correct, which means they can work with KHelpCenter and when falling back to opening the relevant page at docs.kde.org in any web browser. See graphics/okular!441 for more details. (cherry picked from commit 5e79f27a)
-
Ahmad Samir authored
This way they're more correct, which means they can work with KHelpCenter and when falling back to opening the relevant page at docs.kde.org in any web browser. See graphics/okular!441 for more details.
-
Script Kiddy authored
-
- 14 Jun, 2021 1 commit
-
-
Script Kiddy authored
-
- 13 Jun, 2021 1 commit
-
-
Script Kiddy authored
-
- 12 Jun, 2021 1 commit
-
-
Felix Ernst authored
This commit removes the "toggle_filter" action from the default toolbar configuration. It is not quite important enough to be always visible on the toolbar by default. Instead it is easily accessible through the hamburger menu and the menu bar. The filter is only really necessary if one has a lot of items in the current location and one knows exactly how to identify a certain item among them by the name which probably isn't how most people browse their files. There are also some more advanced use-cases but advanced users will be able to either learn the keyboard shortcut or move this action back to the toolbar.
-
- 08 Jun, 2021 2 commits
-
-
Felix Ernst authored
People seem to use the "Sort By" menu often enough that it should be available through the hamburger menu. Before this change one could only sort the view through the right- click context menu, using the details view mode or by using the actions from the menu bar.
-
Script Kiddy authored
-
- 06 Jun, 2021 1 commit
-
-
Script Kiddy authored
-
- 05 Jun, 2021 3 commits
-
-
Heiko Becker authored
-
Heiko Becker authored
(cherry picked from commit 10a00022)
-
Heiko Becker authored
-