| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-12 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-06-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-11 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-06-11 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-06-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-09 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 5d4729973d58beac659fe581c9160ac5f60af21e) | |||
| 2024-06-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-06 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-06-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-06-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-31 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-30 | Offer installing Filelight if no disk usage analyzer was found | Nicolas Fella | |
| This avoids an empty menu and points the user towards a useful tool BUG: 477739 | |||
| 2024-05-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-28 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-05-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-27 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-26 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-26 | Baloo 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-25 | Explicitly link against Qt::DBus | Volker Krause | |
| That's used here and on Windows is no longer implicitly provided by KF. | |||
| 2024-05-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-25 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-23 | Add "Move to New Folder…" action | Ahmet 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-23 | Use m-dash instead of a hyphen | Tomáš Hnyk | |
| 2024-05-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-21 | Haiku build fixes | Schrijvers Luc | |
| Co-authored-by: Gerasim Troeglazov <[email protected]> | |||
| 2024-05-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-21 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-05-20 | Add label to button for closing the admin bar | Felix 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-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-18 | Avoid implicitly selecting items | Felix 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-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-17 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-05-17 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 3e59d49a483e2cdb232f15a54ae5cce931b60b46) | |||
| 2024-05-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-16 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-05-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-05-14 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-05-13 | UrlNavigator: show a "lock" icon after the breadcrumb for read-only dir | Jin Liu | |
