| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-08 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 6c0062039284aa117fcde92b97002143aa905c77) | |||
| 2024-04-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-06 | Change "Could not" to "Cannot" in error messages | Jin Liu | |
| To align with KIO | |||
| 2024-04-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-05 | KItemListController: don't create rubber band for a right click in an empty ↵ | Amol Godbole | |
| region Rubber band was being incorrectly created for a right click in an empty region. Handle this case in KItemListController::onPress(). BUG: 484881 | |||
| 2024-04-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-04 | versioncontrol: make observer the sole owner of plugins | Méven Car | |
| Also properly shutdown thread. | |||
| 2024-04-04 | kitemlist: don't open dir when double-click on expand arrow | Méven Car | |
| BUG: 484688 | |||
| 2024-04-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-03 | DolphinMainWindow: show a banner when the user presses the shortcut of a ↵ | Jin Liu | |
| disabled action Currently, there's no feedback when the user presses a shortcut of a disabled action, e.g. cut / paste in a read-only directory. This patch shows a banner in that case. It's implemented by enabling a QShortcut for each disabled action. the QShortcut is deleted when the action is enabled again. The following actions are included: cut paste rename moveToTrash deleteWithTrashShortcut deleted createDir copyToOtherView moveToOtherView | |||
| 2024-04-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-04-02 | Mark servicemenu items' KNS content as risky | Nate Graham | |
| By design, these items will run arbitrary shell scripts on the user's machine. That makes them security-sensitive and risky. Mark them accordingly so the user is informed of the risk. Depends on https://invent.kde.org/frameworks/knewstuff/-/merge_requests/309 | |||
| 2024-04-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-30 | Fix layout in Compact View mode for RTL | Eugene Popov | |
| This MR fixes the layout in Compact View mode when items are grouped. | |||
| 2024-03-30 | Fix selection marker for RTL | Eugene Popov | |
| This MR makes the selection marker to be shown on the right in RTL mode. | |||
| 2024-03-30 | Contextmenu: add a separator before vcs actions | Méven Car | |
| 2024-03-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-28 | Also use breeze style on macOS | Méven Car | |
| 2024-03-28 | Use breeze style on Windows | Julius Künzel | |
| Most KDE apps to the same | |||
| 2024-03-28 | Add comment to explain KColorSchemeManager | Felix Ernst | |
| 2024-03-28 | KColorSchemeManager only on Windows and macOS | Julius Künzel | |
| 2024-03-28 | Use KColorSchemeManager | Julius Künzel | |
| Fixes the dark theme on Windows | |||
| 2024-03-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-27 | Touch up various user-visible strings | Tem PQD | |
| This improves consistency among wording. More clarity is achieved by avoiding technical terms or terms with multiple meanings. Notable changes: -Specify full settings path: "Configure Dolphin > View > General" in Show Hidden Files whatsThis -Mention setting to hide files with application/x-trash MIME type in "Show Hidden Files" whatsThis -Mention Split View mode in "Copy/Move to Other View" whatsThis -Reword "Activate Tab" actions to "Go to Tab" (Next, Previous, Last, numbers) -Add "Last Tab" iconText, consistent with "Next Tab" & "Previous Tab" -Update Split View whatsthis to explain how to tell which view is "in focus" visually -Replace "pane" with "view" in split view settings text, and clarify tooltip text -Reword "objects" to "items" in whatsThis texts -Reword "find bar" to "search bar" in Search button whatsThis text | |||
| 2024-03-27 | Better support for RTL | Eugene Popov | |
| This MR fixes some issues related to RTL scripts: - wrong layout in Compact View mode - broken horizontal scrolling in Icon View and Details View modes - broken navigation with left and right arrow keys in Details View mode BUG: 484012 BUG: 449493 | |||
| 2024-03-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-25 | Use craft to build for windows | Méven Car | |
| 2024-03-25 | Fix right-mouse click crashes on Windows | Julius Künzel | |
| 2024-03-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-24 | versioncontrol: Prevent a use-after-free in UpdateItemStatesThread | Méven Car | |
| UpdateItemStatesThread kept a pointer reference to m_plugin whose lifetime was tied to VersionControlObserver parents. On application shutdown it could happen the thread is still running when the Observer is destroyed. Make the plugin pointer a weak reference, allowing to stop the thread when the plugin is gone. BUG: 477425 | |||
| 2024-03-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-23 | Avoid wrapping text in the status bar | Eugene Popov | |
| The size of the status bar isn't intended to display multiline text. | |||
| 2024-03-23 | KItemListView: Improve scrollToItem() | Eugene Popov | |
| Prevent an item with a long name from scrolling to the right edge when navigating in Compact View mode. | |||
| 2024-03-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-18 | DolphinContextMenu: Add hint that secondary app will be opened by middle click | Kai Uwe Broulik | |
| Displays it in the menu like a keyboard shortcut. Otherwise nobody will ever find this feature. | |||
| 2024-03-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-16 | Save 'Open Archives as Folders' setting | Nicolas Fella | |
| This got lost in 489b56b68bb29e81337e115c490eea4403001b71 BUG: 474500 | |||
| 2024-03-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-03-16 | 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-03-16 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
