┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-31SVN_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"
2024-05-30Offer installing Filelight if no disk usage analyzer was foundNicolas Fella
This avoids an empty menu and points the user towards a useful tool BUG: 477739
2024-05-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-28GIT_SILENT made messages (after extraction)l10n daemon script
2024-05-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-27SVN_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"
2024-05-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-26SVN_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"
2024-05-26Baloo Widgets and kio-extras are both part of KDE Gear - which is also what ↵Ben Cooksley
Dolphin is part of. Accordingly, they should be using @same for their dependencies
2024-05-25Explicitly link against Qt::DBusVolker Krause
That's used here and on Windows is no longer implicitly provided by KF.
2024-05-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-25SVN_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"
2024-05-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-23Add "Move to New Folder…" actionAhmet Hakan Çelik
This commit introduces an action which creates a new folder with a name specified by the user and moves all the currently selected items there in one go. This action is implemented as a KFileItemActionPlugin which means users can disable it on Dolphin's context menu settings page. BUG: 484555
2024-05-23Use m-dash instead of a hyphenTomáš Hnyk
2024-05-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-21Haiku build fixesSchrijvers Luc
Co-authored-by: Gerasim Troeglazov <[email protected]>
2024-05-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-21GIT_SILENT made messages (after extraction)l10n daemon script
2024-05-20Add label to button for closing the admin barFelix Ernst
The exact effect of the button is not perfectly clear without a label because it could theoretically also have no effect other than dismissing the bar (which is not the case). This situation is clarified through this added label. The tooltip of the button is adapted to complement the new button label.
2024-05-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-18Avoid implicitly selecting itemsFelix Ernst
Items should only be selected if the user wants to act on them. However, previous to this commit we sometimes selected items even when there is no reason to assume that the user would like to act on them. Such selections are dangerous because they make it more likely that the user manipulates items by accident which they never even explicitly selected. Example: The "Up" action is used to navigate to the parent folder. This will implicitly select the folder one emerged from after opening the parent folder, so just one accidental press of the Delete key will lead to data loss if the press goes unnoticed. This scenario would have been avoided if no folder had been selected automatically. The above example becomes even more dangerous if the user is acting with elevated privileges. The following implicit selections of items are being removed: - Selecting items that are being activated - Selecting folders one emerges from Even though these items will no longer be selected after these actions, they will still be marked as current. The only downside I see is that our indication of which item is "current" is a lot weaker than the selection highlight, so it might be more difficult to spot which folder one has emerged from. However, this could be counter-acted with some other temporary indication if this really turns out to be a problem. The only downside I see is that our indication of which item is "current" is a lot weaker than the selection highlight, so it might be more difficult to spot which folder one has emerged from. However, this could be counter-acted with some other temporary indication if this really turns out to be a problem. BUG: 424723
2024-05-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-17GIT_SILENT made messages (after extraction)l10n daemon script
2024-05-17GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 3e59d49a483e2cdb232f15a54ae5cce931b60b46)
2024-05-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-16GIT_SILENT made messages (after extraction)l10n daemon script
2024-05-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-14GIT_SILENT made messages (after extraction)l10n daemon script
2024-05-13UrlNavigator: show a "lock" icon after the breadcrumb for read-only dirJin Liu
2024-05-13use proper icon set and style outside of PlasmaChristoph Cullmann
the framework functions used will setup the proper icon set and re-coloring and style to use details see https://invent.kde.org/frameworks/kiconthemes/-/issues/3
2024-05-13previews: Add `EnableRemoteFolderThumbnail` optionSergey Katunin
This option allows to enable preview for locally mounted remote folders Setting was added in kio: frameworks/kio/#c7d6ff8f218a0c063f762bd236453a7ae00b817e
2024-05-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-11Add "Act as Administrator" toggle actionFelix Ernst
This commit adds an "Act as Administrator" toggle action to the View menu if kio-admin is installed. The action allows switching between acting as an admin with root-access or not. This was already possible in Dolphin when kio-admin is installed by editing the location bar directly. However this is somewhat unintuitive and there are no warnings at all about the dangers of acting as an administrator. This commit adds a warning dialog when triggering the action. It is somewhat explicit about the risks because this is in fact very dangerous. Furthermore, while acting on a view with administrative privileges, a bar above the view shows up that contains a warning. The bar can be closed to stop acting with elevated privileges. The warning dialog can be disabled and re-enabled from the Dolphin settings but only if the action is even available. There is a lot more to be done to further improve this feature both security-wise as well as when it comes to usability. But considering that we are already encouraging users to use this feature without any warnings at all, I feel like now is a good time to merge this. This work is part of a project funded through the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology. As such, please contact me if you plan on doing related work so what you are doing doesn't collide with work I am being funded to do.
2024-05-11Check if namejob is already being run before opening new createDirectory dialogAkseli Lahtinen
This is a fix for a bug where in network views (or otherwise slow systems), pressing `Ctrl+Shift+N` multiple times opens multiple popup windows and thus causes a crash when any of the popups is interacted with after closing the topmost one. The problem is not the crash with popups themselves, but that we're opening multiple popups in the first place. In regular views this works fine, since the `nameJob` does not take long time at all and only one popup opens, immediately blocking the shortcut. In network views, the `nameJob` seems to take a while to run, since it is loading info from network. If user spams `Ctrl+Shift+N` shortcut in frustration, it starts more `nameJob`s and eventually when those jobs are done, it opens multiple popups. This code checks that if we're already running a `namejob`, we're very likely waiting for the `createDir` popup to appear, so we don't do anything until there is no more `nameJob` running. I've tested that it works in both network and regular Dolphin views. BUG:481401
2024-05-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-08view: Add setting to trigger user set action with double clickGeorge Florea Bănuș
Default action is select-all.
2024-05-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-05-07settings: use QFormLayout for confirmation tabMéven Car
For consistency.