1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-06-30 23:46:46 +00:00
Commit Graph

8076 Commits

Author SHA1 Message Date
l10n daemon script
b20323c4cd GIT_SILENT Sync po/docbooks with svn 2024-04-22 01:37:41 +00:00
l10n daemon script
c556aed545 GIT_SILENT made messages (after extraction) 2024-04-22 00:40:16 +00:00
Albert Astals Cid
dba927590a GIT_SILENT Upgrade release service version to 24.07.70. 2024-04-21 12:08:07 +02:00
l10n daemon script
5dea066f87 GIT_SILENT Sync po/docbooks with svn 2024-04-21 01:28:18 +00:00
l10n daemon script
c715be6198 GIT_SILENT Sync po/docbooks with svn 2024-04-20 01:28:50 +00:00
l10n daemon script
835dc09f28 GIT_SILENT Sync po/docbooks with svn 2024-04-19 01:30:57 +00:00
l10n daemon script
2f2681f464 GIT_SILENT made messages (after extraction) 2024-04-19 00:40:32 +00:00
Felix Ernst
57f45004cf Add branding colors for Flathub
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-18 10:28:28 +00:00
l10n daemon script
0df340f905 GIT_SILENT Sync po/docbooks with svn 2024-04-18 01:21:37 +00:00
Felix Ernst
a07f24228a Fix crash while entering selection mode with Qt6.7
`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-17 07:32:27 +00:00
l10n daemon script
a16b9e5828 GIT_SILENT Sync po/docbooks with svn 2024-04-17 01:31:34 +00:00
l10n daemon script
4320310b9b GIT_SILENT made messages (after extraction) 2024-04-17 00:40:26 +00:00
l10n daemon script
98aebbd1e3 GIT_SILENT Sync po/docbooks with svn 2024-04-16 01:33:17 +00:00
l10n daemon script
a9b94d3469 GIT_SILENT made messages (after extraction) 2024-04-16 00:40:25 +00:00
l10n daemon script
7d6f82b8ab GIT_SILENT made messages (after extraction) 2024-04-15 00:40:15 +00:00
l10n daemon script
9f46040902 GIT_SILENT Sync po/docbooks with svn 2024-04-14 01:24:32 +00:00
l10n daemon script
d8987d3d62 GIT_SILENT made messages (after extraction) 2024-04-14 00:40:15 +00:00
l10n daemon script
8a011b6d8a GIT_SILENT Sync po/docbooks with svn 2024-04-13 01:29:59 +00:00
l10n daemon script
98640eafd4 GIT_SILENT made messages (after extraction) 2024-04-13 00:40:29 +00:00
l10n daemon script
b5c348d2f3 GIT_SILENT Sync po/docbooks with svn 2024-04-12 01:28:03 +00:00
l10n daemon script
8e180d2110 GIT_SILENT made messages (after extraction) 2024-04-12 00:39:40 +00:00
Méven Car
9ba1d33b57 viewproperties: remove now obsolete recentdocument reference 2024-04-11 15:53:39 +00:00
Carl Schwan
be59daa853 Improve appstream summary
Use verb
2024-04-11 12:53:00 +00:00
Joshua Goins
39ce726862 DisabledActionNotifier: Prevent null dereferences
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-11 11:20:02 +00:00
l10n daemon script
1ef57e9533 GIT_SILENT Sync po/docbooks with svn 2024-04-11 01:28:41 +00:00
Laurent Montel
a411d4ca49 GIT_SILENT: flatpak: Update Sdk to 6.7 2024-04-10 08:27:13 +02:00
l10n daemon script
222ea004c6 GIT_SILENT Sync po/docbooks with svn 2024-04-10 01:30:29 +00:00
Felix Ernst
13cf4c096f Fix saving sort role after change from header
This is a partial revert of
5186f09cab. 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-09 05:53:41 +00:00
l10n daemon script
10d3c1e55f GIT_SILENT Sync po/docbooks with svn 2024-04-09 01:29:56 +00:00
Heiko Becker
2df8de8fcb GIT_SILENT Update Appstream for new release
(cherry picked from commit 6c00620392)
2024-04-08 17:05:41 +02:00
l10n daemon script
f7c774017a GIT_SILENT Sync po/docbooks with svn 2024-04-08 01:29:24 +00:00
l10n daemon script
2ab75d3567 GIT_SILENT Sync po/docbooks with svn 2024-04-07 01:27:55 +00:00
Jin Liu
d6beab23ec Change "Could not" to "Cannot" in error messages
To align with KIO
2024-04-06 17:13:10 +08:00
l10n daemon script
a4fa160e15 GIT_SILENT Sync po/docbooks with svn 2024-04-06 01:28:42 +00:00
Amol Godbole
24268a4df5 KItemListController: don't create rubber band for a right click in an empty 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 13:47:10 +00:00
l10n daemon script
282e809b34 GIT_SILENT Sync po/docbooks with svn 2024-04-05 01:26:22 +00:00
Méven Car
b9024361fa versioncontrol: make observer the sole owner of plugins
Also properly shutdown thread.
2024-04-04 13:39:47 +02:00
Méven Car
95e88ff1fc kitemlist: don't open dir when double-click on expand arrow
BUG: 484688
2024-04-04 09:44:52 +02:00
l10n daemon script
252ce41a4f GIT_SILENT Sync po/docbooks with svn 2024-04-04 01:30:48 +00:00
Jin Liu
7d49cb567b DolphinMainWindow: show a banner when the user presses the shortcut of a 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 12:34:50 +00:00
l10n daemon script
e75bfea1cb GIT_SILENT Sync po/docbooks with svn 2024-04-03 01:30:41 +00:00
Nate Graham
fc120fab3b Mark servicemenu items' KNS content as risky
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 08:35:05 -06:00
l10n daemon script
f7834f3c6f GIT_SILENT Sync po/docbooks with svn 2024-04-02 01:20:58 +00:00
l10n daemon script
8106488c4d GIT_SILENT Sync po/docbooks with svn 2024-03-31 01:42:31 +00:00
Eugene Popov
efbae76afe Fix layout in Compact View mode for RTL
This MR fixes the layout in Compact View mode when items are grouped.
2024-03-30 12:21:58 +00:00
Eugene Popov
181c33a159 Fix selection marker for RTL
This MR makes the selection marker to be shown on the right in RTL mode.
2024-03-30 11:54:13 +00:00
Méven Car
c57b0c422b Contextmenu: add a separator before vcs actions 2024-03-30 12:12:58 +01:00
l10n daemon script
d1098049db GIT_SILENT Sync po/docbooks with svn 2024-03-30 01:21:19 +00:00
l10n daemon script
da15d5bf85 GIT_SILENT Sync po/docbooks with svn 2024-03-29 01:42:45 +00:00
Méven Car
9cadc790c7 Also use breeze style on macOS 2024-03-28 10:56:16 +00:00