┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-24GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-23Add two first appium tests that run on CIMéven Car
Based upon @mart https://invent.kde.org/system/dolphin/-/merge_requests/492/diffs Co-authored-by: Marco Martin <[email protected]>
2024-04-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-22GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-21GIT_SILENT Upgrade release service version to 24.07.70.Albert Astals Cid
2024-04-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-19GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-18Add branding colors for FlathubFelix Ernst
This is needed or they definitely won't feature us. The light blue color is chosen because it is vibrant and fits the association with "Dolphin". The very dark color is chosen to still have a good contrast with the Dolphin icon even though it is already quite dark at the top left corner. For more information see: https://docs.flathub.org/blog/introducing-app-brand-colors/
2024-04-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-17Fix crash while entering selection mode with Qt6.7Felix Ernst
`deleteLater()` on a non-existing object seems to cause a crash with Qt6.7. This makes some sense but wasn't the case previously. I didn't test this yet but it is a harmless change so if anyone can confirm we can IMO merge directly. This was brought up in https://invent.kde.org/system/dolphin/-/merge_requests/764#note_920935, reported in the bug linked below, and the sentry crash reporting page also has a few dozen reports (https://crash-reports.kde.org/organizations/kde/issues/13589/?project=4&query=is%3Aunresolved&referrer=issue-stream&stream_index=1). Dolphin 24.02 is also affected but we are already past the last bug fix release for it. BUG: 485599
2024-04-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-17GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-16GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-15GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-14GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-13GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-12GIT_SILENT made messages (after extraction)l10n daemon script
2024-04-11viewproperties: remove now obsolete recentdocument referenceMéven Car
2024-04-11Improve appstream summaryCarl Schwan
Use verb
2024-04-11DisabledActionNotifier: Prevent null dereferencesJoshua Goins
This prevents a crash on startup where it tries to delete a null QShortcut because it didn't check if the QShortcut actually exists in the QHash. BUG: 485089
2024-04-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-10GIT_SILENT: flatpak: Update Sdk to 6.7Laurent Montel
2024-04-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-09Fix saving sort role after change from headerFelix Ernst
This is a partial revert of 5186f09cabf0af4b0683e75b0bcde1061f84a67e. That commit tried to simplify code, however this lead to the saving of view properties being skipped, introducing the linked bug. The issue is that by the time the slotSortRoleChangedFromHeader() method is called, the model already changed its sort role. Therefore the check if the new role is identical to the old sort role fails and no saving would occur. With this partial revert the header will continue to change the sort role itself (which allows a minor optimization of not double sorting when also changing the sort order at the same time). The method slotSortRoleChangedFromHeader() is then only responsible for saving that change in the ViewProperties and telling the SortBy menu in the user interface that the sorting has changed. BUG: 480246
2024-04-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-08GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 6c0062039284aa117fcde92b97002143aa905c77)
2024-04-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-06Change "Could not" to "Cannot" in error messagesJin Liu
To align with KIO
2024-04-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-05KItemListController: 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-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-04versioncontrol: make observer the sole owner of pluginsMéven Car
Also properly shutdown thread.
2024-04-04kitemlist: don't open dir when double-click on expand arrowMéven Car
BUG: 484688
2024-04-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-03DolphinMainWindow: 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-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-04-02Mark servicemenu items' KNS content as riskyNate 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-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-03-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-03-30Fix layout in Compact View mode for RTLEugene Popov
This MR fixes the layout in Compact View mode when items are grouped.
2024-03-30Fix selection marker for RTLEugene Popov
This MR makes the selection marker to be shown on the right in RTL mode.
2024-03-30Contextmenu: add a separator before vcs actionsMéven Car