| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-24 | DolphinView: observeCreatedDirectory take into account last / of m_url | Méven Car | |
| BUG: 513345 | |||
| 2025-12-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-23 | dolphintabbpage: Allow migration for users with the old session file format | Oliver Schramm | |
| Commit 8d44699f introduced a new session file format, without providing a migration path for the old file format, which led to users losing their session. Besides adding the migration path, the condition check for future updates is necessary, since we don't provide guarantees for backwards-compatible format changes. In case users downgrade their Dolphin version/immutable distro or they share the Dolphin config file across multiple systems, Dolphin at least won't crash when reading a session file with a newer format. BUG: 513466 | |||
| 2025-12-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-14 | 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" | |||
| 2025-12-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-13 | 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" | |||
| 2025-12-13 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2025-12-12 | Clarify split view startup option label | Philipp Kiemle | |
| Using plural here better conveys that every new window will have split view mode enabeled. The original string was introduced in !1103 CCBUG:464696 CCBUG:186185 | |||
| 2025-12-12 | CI: Add documentation build | Johnny Jazeix | |
| 2025-12-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-12 | 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" | |||
| 2025-12-10 | CI - Flatpak - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for libzip | Justin Zobel | |
| 2025-12-10 | CI - Flatpak - Update Runtime to latest | Justin Zobel | |
| 2025-12-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-08 | kfileitemmodel: Fix folder/file icon rating display | Pan Zhang | |
| Fix the issue where enabling icon rating always showed five white stars. Retrieve the correct rating from KFileMetaData::UserMetaData for local files and insert it into the item data. This ensures both files and folders display the updated rating correctly. BUG: 512940 | |||
| 2025-12-08 | CI - Flatpak - Remove vlc patch as no longer needed | Justin Zobel | |
| 2025-12-08 | CI - Flatpak - Remove vlc patch as no longer needed | Justin Zobel | |
| 2025-12-08 | CI - Flatpak - Updates | Justin Zobel | |
| 2025-12-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-03 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 74285708c697b7a05f22da3ce4d1032d6dfa539c) | |||
| 2025-12-03 | kconfig: add update script for split view closing options | Rafał Lichwała | |
| 2025-12-03 | folderstabssettingspage: add 3 options for closing split view | Rafał Lichwała | |
| There is one bool setting in Dolphin Interface->Folders&Tabs->Split_view which determines which panel is closed on "Close split view" button click (currently focused or unfocused one). This commit replaces this setting with (enum-based) 3-state combo box. Since now we can set "When closing a split view" action to: - Close the active pane - Close the inactive pane - Close the right pane BUG: 464696 BUG: 186185 | |||
| 2025-12-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-12-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-28 | DolphinTabWidget: fix wrong variable in tabInserted tooltip loop | Wang Yu | |
| Use loop index 'i' instead of function parameter 'index' for setTabToolTip. Previously all tooltips would be set on the newly inserted tab instead of their respective tabs. | |||
| 2025-11-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-27 | kitemviews: Prevent crash when dragging details side padding header | Carlos Aurelio | |
| Calling createRolePixmap() while roleIndex is < 0 (which is the case for the header side padding) would cause access to a negative index of a vector, so exit the function before so and do nothing. BUG: 511057 | |||
| 2025-11-27 | dolphinnavigatorswidgetaction: show focus indicator in split mode | Rafał Lichwała | |
| This commit uses KUrlNavigator focus indicator to show sufficiently which panel (left or right) is currently active in split mode. This MR is based on KIO changes in https://invent.kde.org/frameworks/kio/-/merge_requests/2054 See discussion in MR: !1076 (comment 1334290), see https://invent.kde.org/frameworks/kio/-/merge_requests/2058 @teams/vdg {width=849 height=313} {width=849 height=313} {width=849 height=313} {width=849 height=313} @teams/vdg BUG: 150718 BUG: 428440 | |||
| 2025-11-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-22 | DolphinView: when creating a dir hierarchy only select dir in current path | Méven Car | |
| If you are in ~ And create at once ~/1/2 Select the 1 folder afterwards | |||
| 2025-11-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-11-21 | context menu: use selected item as containing folder for New file menu | Méven Car | |
| Use current view url as fallback. Don't update the selection after a directory is created, except if there was no selection. CCBUG: 508196 BUG: 512020 | |||
| 2025-11-21 | DolphinView: open the property dialog on Alt+activated | Méven Car | |
| Similarly to Microsoft explorer. FEATURE: 512383 | |||
