| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-30 | Disable "Create folder" action if the location is not writable | Gleb Kasachou | |
| Instead of hiding the action when the user lacks permission to create the folder, it is now shown in a disabled state. The tooltip is also updated to reflect the disabled state. | |||
| 2025-07-30 | Apply 2 suggestion(s) to 1 file(s) | Gleb Kasachou | |
| Co-authored-by: Méven Car <[email protected]> | |||
| 2025-07-30 | Add a check before offering to create folder | Gleb Kasachou | |
| This commit adds a function that checks if a folder can be created at the url entered in the location bar. This prevents offering to create folders in locations where the user does not have write permissions. | |||
| 2025-07-30 | Apply 2 suggestion(s) to 1 file(s) | Gleb Kasachou | |
| Co-authored-by: Méven Car <[email protected]> | |||
| 2025-07-30 | Offer to mkpath when user goes to a nonexistent folder | Gleb Kasachou | |
| This commit changes Dolphin's behavior when a nonexistent local path is entered into the location bar. Previously, an error message would pop up. This commit adds a button to that message that allows to create the path and navigate to it. | |||
| 2025-07-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-29 | settings: Fix memory leak in PanelSettingsPage constructor | lzwind lzwind | |
| Replace heap-allocated KFormat objects with stack-allocated formatter. No functionality change. | |||
| 2025-07-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-28 | search/bar: Use correct parent method in keyPressEvent | Wang Yu | |
| Changed QWidget::keyReleaseEvent to QWidget::keyPressEvent to match the actual event being handled. | |||
| 2025-07-28 | 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-07-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-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" | |||
| 2025-07-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-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" | |||
| 2025-07-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-24 | KItemListView: Don't allow starting role editing when animation is running | Akseli Lahtinen | |
| If user presses delete and then F2 in very quick succession, the inline rename field will get stuck in place, due to the animation moving the actual item in different place. To avoid any confusion, disallow starting role editing while any animations are running. BUG: 497125 | |||
| 2025-07-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-23 | Don't unset XDG_ACTIVATION_TOKEN manually | Kai Uwe Broulik | |
| If we didn't attach to an existing instance, we call QWindow::show() on our MainWindow which requires the token. Upon successful attachment to another instance we exit anyway. | |||
| 2025-07-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-18 | Make strings in credits HIG compliant | Philipp Kiemle | |
| See https://develop.kde.org/hig/text_and_labels/ - Use en-dashes for date ranges - Use © | |||
| 2025-07-18 | 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-07-18 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2025-07-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-13 | panels/information: Fix preview size for animated images | Ismael Asensio | |
| If the image size is larger than the available size, we need to scale so it fits into the preview | |||
| 2025-07-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-07-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-11 | movetonewfolder: allow to move folders | Méven Car | |
| * Set a widget parent for the job. * Better deduce the current working directory BUG: 506612 | |||
| 2025-07-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-06 | Revert "CI: Remove linux-qt6 build" | Albert Astals Cid | |
| It doesn't make sense we don't test our main platform. Also we need this otherwise dolphin-plugins doesn't work This reverts commit 4cfda4009d588b603a9d0dc8490b06c9d2cf3a98. | |||
| 2025-07-05 | GIT_SILENT Upgrade release service version to 25.11.70. | Albert Astals Cid | |
| 2025-07-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-02 | DolphinView: display errorMessage when copy errors occurs | Méven Car | |
| when copying multiple files. CopyJob skip those by default (CopyJobPrivate::slotSubError), and emits warning. Hook this to errorMessage. We would need to improve this as only the last error Message will be visible. BUG: 506282 | |||
| 2025-07-02 | DolphinView: display errorMessage when copy errors occurs | Méven Car | |
| when copying multiple files. CopyJob skip those by default (CopyJobPrivate::slotSubError), and emits warning. Hook this to errorMessage. We would need to improve this as only the last error Message will be visible. BUG: 506282 | |||
| 2025-07-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-07-01 | 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-06-30 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 3094423b5572c538bbc7e5ed48917c6cdd4b5fab) | |||
| 2025-06-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-06-29 | DolphinView: use correct slot as trashjob results | Méven Car | |
| When using the Delete action. | |||
| 2025-06-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-06-28 | Add margins to the zoom menu entry | Gleb Kasachou | |
| 2025-06-28 | clean include | Méven Car | |
| 2025-06-28 | mediawidget: bind arrow keys to slide in media | Méven Car | |
| 2025-06-28 | InformationPanel: Port from Phonon to QtMultimedia | Méven Car | |
