Commit graph

7335 commits

Author SHA1 Message Date
Méven Car bb686052c7
Revert "Remove deprecated ConfigurePreviewPluginDialog"
This reverts commit d8de1c37e5.
2023-02-14 17:03:43 +01:00
Méven Car 1c98a50d83
Revert "Remove deprecated KServiceTypeTrader"
This reverts commit 648c2db6e4.
2023-02-14 17:03:33 +01:00
Nicolas Fella 4fbc5302e7 Fix 'Show Target' for non-local URLs
Links are not always local files, e.g. 'remote:/zeroconf' links to 'zeroconf:/'

The current code fails there

Instead of using QFile API that does not work on non-local URLs use QUrl::resolved to resolve relative links

Furthermore, QFile::exists doesn't work for non-local URLs. Instead do a KIO stat to check whether the target exists
2023-02-14 14:54:29 +01:00
l10n daemon script 9c6c80edc9 GIT_SILENT Sync po/docbooks with svn 2023-02-14 02:30:19 +00:00
Méven Car ba930ddb36 Optimize Directory size counting
Two changes:
 * Prioritise size counting for visible path
 * stop the worker when switching dirs
2023-02-12 11:21:53 +00:00
l10n daemon script a15def4e64 GIT_SILENT Sync po/docbooks with svn 2023-02-12 02:21:39 +00:00
l10n daemon script d185e21887 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2023-02-12 02:02:18 +00:00
l10n daemon script f885d2f1be GIT_SILENT made messages (after extraction) 2023-02-12 01:01:24 +00:00
l10n daemon script 61dfc68c74 GIT_SILENT Sync po/docbooks with svn 2023-02-11 02:21:03 +00:00
Dāvis Mosāns 648c2db6e4 Remove deprecated KServiceTypeTrader 2023-02-10 09:44:23 +00:00
Dāvis Mosāns d8de1c37e5 Remove deprecated ConfigurePreviewPluginDialog 2023-02-10 09:44:23 +00:00
l10n daemon script aa31bcecc6 GIT_SILENT Sync po/docbooks with svn 2023-02-10 02:33:18 +00:00
Friso Smit b168f9a98b Fix zooming for high resolution scroll wheels
BUG: 432671
2023-02-09 16:28:29 +00:00
Forest ix c57c5384fc Reveal the Backspace shortcut in the UI
Since the Back action already has two standard shortcuts, a third one appended
to the list will be invisible in the UI, which shows only the first two.  This
leaves users unable to reassign it.

We therefore make it the first shortcut in the list, so that the hidden third
entry will be the dedicated Back button, which users are far less likely to
want reassigned.

BUG: 371130
2023-02-09 11:17:26 +00:00
Andrew Gunnerson 34e0a5488e KFileItemModelRolesUpdater: Skip directory item count if it isSlow()
This makes the behavior of kernel cifs/nfs mounts the same as with kio's
smb://. It also helps reduce the chance of the UI hanging due to
opendir/readdir slowing down stat calls on the UI thread.

Signed-off-by: Andrew Gunnerson <accounts+kde@chiller3.com>
2023-02-09 09:18:35 +00:00
Alexander Volkov 24cc1483bc Avoid crash on start when help actions are restricted through the Kiosk system
This was first applied in 0ac57fbe90,
but then "reverted" in 3ccdcc2176 by
misunderstanding.
2023-02-09 09:09:21 +00:00
l10n daemon script 8c9035a89b GIT_SILENT Sync po/docbooks with svn 2023-02-09 02:49:19 +00:00
l10n daemon script fa7a8fcf38 GIT_SILENT Sync po/docbooks with svn 2023-02-08 03:47:06 +00:00
l10n daemon script 43b6049263 GIT_SILENT Sync po/docbooks with svn 2023-02-07 02:33:03 +00:00
Serg Podtynnyi 36dfe5795f Selects next item in list after delete/trash actions
BUG: 419914
BUG: 181214
2023-02-06 10:47:49 +07:00
l10n daemon script b6c280c306 GIT_SILENT Sync po/docbooks with svn 2023-02-06 02:39:43 +00:00
Serg Podtynnyi 580f3bf0d5 Add a .git-blame-ignore-revs file 2023-02-05 12:46:30 +07:00
Serg Podtynnyi 38c34eeca3 Add clang-format and format code as in Frameworks 2023-02-05 12:45:38 +07:00
l10n daemon script ffff8af851 GIT_SILENT Sync po/docbooks with svn 2023-02-05 02:24:33 +00:00
Serg Podtynnyi a9ac1f1252 Add Page count and Publisher columns
BUG: 374561
2023-02-04 22:14:46 +07:00
l10n daemon script 4b4678040d GIT_SILENT Sync po/docbooks with svn 2023-02-04 02:55:50 +00:00
l10n daemon script d73e82b9d4 GIT_SILENT Sync po/docbooks with svn 2023-02-03 02:41:10 +00:00
l10n daemon script cd05bbfc7a GIT_SILENT Sync po/docbooks with svn 2023-02-02 02:34:57 +00:00
Davide Garberi f0d201dcf1 dolphinview: Fix right click broken on placeholderLabel
* This commit fixes the right click context menu not being shown
  whenever the click is made right on the placeholderLabel text

Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2023-02-01 10:20:09 +00:00
l10n daemon script e4e68b90b1 GIT_SILENT Sync po/docbooks with svn 2023-01-31 02:26:13 +00:00
l10n daemon script 95902d0333 GIT_SILENT Sync po/docbooks with svn 2023-01-30 02:47:34 +00:00
l10n daemon script 572f4d2e9a SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2023-01-30 02:05:00 +00:00
l10n daemon script 4a3ddf29f9 GIT_SILENT made messages (after extraction) 2023-01-30 01:00:43 +00:00
Heiko Becker 9eb780a288 GIT_SILENT Update Appstream for new release
(cherry picked from commit dd7a4fc0e8)
2023-01-29 23:39:25 +01:00
Bharadwaj Raju 3c48004086 Fix sudo message
We don't have KIO PolKit support yet
2023-01-29 10:46:12 +00:00
l10n daemon script 2d5aa3bbe2 GIT_SILENT Sync po/docbooks with svn 2023-01-29 02:36:22 +00:00
l10n daemon script 9a1bec8bca GIT_SILENT Sync po/docbooks with svn 2023-01-28 02:33:48 +00:00
l10n daemon script e26438e3c2 GIT_SILENT made messages (after extraction) 2023-01-28 01:01:14 +00:00
l10n daemon script a17a13c4df GIT_SILENT Sync po/docbooks with svn 2023-01-26 02:16:08 +00:00
Serg Podtynnyi 96323e049c Clear filter bar on clicking current folder in places
Reset the filter bar when user clicks on the current folder in places
list, also rename slot function to be more clear.

BUG: 259382
2023-01-25 18:37:55 +07:00
l10n daemon script 2ae4c7aafc GIT_SILENT Sync po/docbooks with svn 2023-01-25 02:36:59 +00:00
l10n daemon script 249c87e11c GIT_SILENT Sync po/docbooks with svn 2023-01-24 02:31:21 +00:00
l10n daemon script 07b22d8474 GIT_SILENT Sync po/docbooks with svn 2023-01-23 02:17:34 +00:00
l10n daemon script 7be0f2d6fb GIT_SILENT Sync po/docbooks with svn 2023-01-22 02:34:53 +00:00
l10n daemon script 83964c2071 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2023-01-22 02:03:57 +00:00
l10n daemon script 579eadeb6d GIT_SILENT made messages (after extraction) 2023-01-22 01:00:52 +00:00
Oliver Beard 86d89c3bd1 Use both split view names in tab names
When the tab is a split view, use the name of both views rather than only the active view.
2023-01-19 22:33:10 +00:00
l10n daemon script c709386185 GIT_SILENT Sync po/docbooks with svn 2023-01-19 02:40:35 +00:00
l10n daemon script 2263e577ff GIT_SILENT Sync po/docbooks with svn 2023-01-17 02:47:24 +00:00
Willyanto Willyanto 0a0f0c76db Replace qswap with std::swap
Fixes obsolete function 'qSwap' called. It is recommended to use 'std::swap'
instead. (CWE-477)
2023-01-16 23:45:56 +07:00