Commit graph

8084 commits

Author SHA1 Message Date
Christoph Cullmann 638a0663a1 avoid need for activities lib
use KRecentFilesAction like Kate and others to signal used
files/dirs

could later be used to plug-in a recently used menu, too,
if ever wanted

avoids that this dependency could be missed and the functionality
is not there, too
2024-07-04 11:31:29 +00:00
l10n daemon script 76c0795458 GIT_SILENT Sync po/docbooks with svn 2024-07-04 01:28:18 +00:00
l10n daemon script 9f37c517b0 GIT_SILENT Sync po/docbooks with svn 2024-07-03 01:31:20 +00:00
l10n daemon script 98ff038416 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"
2024-07-03 01:20:28 +00:00
l10n daemon script aeb2b11fe4 GIT_SILENT Sync po/docbooks with svn 2024-07-02 01:30:03 +00:00
Felix Ernst e2f3165789 Revert "DragAndDropHelper::updateDropAction: use StatJob for remote URLs"
This reverts commit dc149ec5e5.

This prevents a crash. One issue identified is that the commit that
I am reverting here accesses a QDropEvent at a moment in time in
which it might have already been deleted. We cannot check if it
exists by that time because we do not control its lifetime and it
is not a QObject.
2024-07-01 14:06:01 +00:00
Felix Ernst 92b178b740 Guide users to using kio-admin instead of sudo
This commit adds a guided setup that leads users from a situation
in which they try to "sudo dolphin" towards them successfully
setting up and using kio-admin.

1. When users enter "sudo dolphin", they are told to start Dolphin
   by typing "dolphin --sudo" or "dolphin --admin" instead.
2. When Dolphin is started with "--sudo" or "--admin" it checks
   whether an "admin" protocol is installed. If not, a guided
   setup leads users towards installing it.
3. After that, Dolphin starts with an installed "admin" protocoll
   like kio-admin. Now a non-modal information dialog appears that
   explains how to activate and use kio-admin.
2024-07-01 12:03:22 +00:00
l10n daemon script 887f3a6e83 GIT_SILENT Sync po/docbooks with svn 2024-07-01 01:29:28 +00:00
l10n daemon script b3a3952744 GIT_SILENT Sync po/docbooks with svn 2024-06-30 01:30:28 +00:00
l10n daemon script 5eb3240e16 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"
2024-06-30 01:20:00 +00:00
l10n daemon script 44b05452c3 GIT_SILENT Sync po/docbooks with svn 2024-06-29 01:28:35 +00:00
Heiko Becker 1b0f077733 GIT_SILENT Update Appstream for new release
(cherry picked from commit d9fa656fd2)
2024-06-28 22:29:02 +02:00
Nicolas Fella dd9bbda488 Add missing GENERATE_MOC to kconfig_add_kcfg_files
dolphin_generalsettings uses signals, so needs moc
2024-06-28 14:33:14 +00:00
l10n daemon script 0d9a9c2d8d GIT_SILENT Sync po/docbooks with svn 2024-06-28 01:38:37 +00:00
l10n daemon script 08347a59c0 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"
2024-06-28 01:27:14 +00:00
l10n daemon script 3a54a369d9 GIT_SILENT Sync po/docbooks with svn 2024-06-27 01:33:05 +00:00
Nicolas Semrau d24f49bd8e Preview settings: Improve msg about network usage
This makes the explanation a bit less jargonistic.

While I rose the issue on Nate's TWIK blog, Sergey Katunin (@sgakerru)
came up with the final wording of this change. Thanks!
2024-06-26 10:14:42 +00:00
l10n daemon script 97abdaaa90 GIT_SILENT Sync po/docbooks with svn 2024-06-25 01:27:37 +00:00
Felix Ernst d953875b60 DolphinViewContainer: Use KMessageWidget::MessageType instead of own type
This slightly simplifies code and allows showing
KMessageWidget::Positive message boxes.
2024-06-24 17:06:09 +00:00
leia uwu 3ccd49e586 fix information panel icon
see https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/364#note_969048
2024-06-23 16:45:58 +00:00
l10n daemon script dae29117aa GIT_SILENT Sync po/docbooks with svn 2024-06-23 01:32:17 +00:00
l10n daemon script 99f5dfc73b GIT_SILENT Sync po/docbooks with svn 2024-06-22 01:37:04 +00:00
l10n daemon script af7e37139d 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"
2024-06-22 01:22:28 +00:00
l10n daemon script 6af359f2c7 GIT_SILENT Sync po/docbooks with svn 2024-06-21 01:29:27 +00:00
Felix Ernst 9108534ce0 Prevent inconsistent status bar progress reporting states
Merge setting title and progress percent into one method. This
makes sure that the method can be called from all over the place
and will still always show a consistent state instead of partially
showing the progress percent for one progress but the label for
a different one.

This is to enable various tasks reporting progress at the same time
in a way that doesn't lead to a confusing mess for users. Usually
multiple tasks do not show progress at the same time, but when it
happens this commit should make sure that the user experience is
at least bearable.

Allow not having a "Stop" button next to the progress report for
tasks that cannot be stopped.
2024-06-20 09:45:32 +00:00
l10n daemon script 15eff9f5ad GIT_SILENT Sync po/docbooks with svn 2024-06-19 01:29:38 +00:00
Albert Astals Cid 0b3f99d606 CI: Disable Craft Windows
It has been broken for 4 consecutive weeks
2024-06-18 22:44:09 +02:00
Nate Graham 3c22512d8c AppData: use non-deprecated form of developer ID 2024-06-18 09:12:45 -06:00
l10n daemon script e96e724136 GIT_SILENT Sync po/docbooks with svn 2024-06-17 01:33:06 +00:00
l10n daemon script ba8026df82 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"
2024-06-17 01:19:40 +00:00
l10n daemon script e843589057 GIT_SILENT made messages (after extraction) 2024-06-17 00:41:17 +00:00
Marius P 22d5283eb7 Prefer en_US, "colour" -> "color" 2024-06-16 03:43:20 +03:00
l10n daemon script a5efe00f0b GIT_SILENT Sync po/docbooks with svn 2024-06-14 01:26:15 +00:00
l10n daemon script 9e6c90421d GIT_SILENT Sync po/docbooks with svn 2024-06-13 01:27:06 +00:00
l10n daemon script d2d5921194 GIT_SILENT Sync po/docbooks with svn 2024-06-12 01:33:25 +00:00
l10n daemon script 02422bca89 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"
2024-06-12 01:20:11 +00:00
l10n daemon script bee17990d0 GIT_SILENT made messages (after extraction) 2024-06-12 00:41:14 +00:00
l10n daemon script 7330d75d8e GIT_SILENT Sync po/docbooks with svn 2024-06-11 01:34:32 +00:00
l10n daemon script 5d2b495c44 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"
2024-06-11 01:19:51 +00:00
l10n daemon script c14de67536 GIT_SILENT made messages (after extraction) 2024-06-11 00:41:09 +00:00
l10n daemon script 7ef6169026 GIT_SILENT Sync po/docbooks with svn 2024-06-10 01:48:00 +00:00
Heiko Becker b94346e945 GIT_SILENT Update Appstream for new release
(cherry picked from commit 5d4729973d)
2024-06-09 23:51:29 +02:00
l10n daemon script bfacf4218a GIT_SILENT Sync po/docbooks with svn 2024-06-08 01:34:00 +00:00
l10n daemon script 642aa8d8ca GIT_SILENT Sync po/docbooks with svn 2024-06-06 01:32:37 +00:00
l10n daemon script d06cd8effe GIT_SILENT made messages (after extraction) 2024-06-06 00:41:07 +00:00
l10n daemon script 6a78e7285d GIT_SILENT Sync po/docbooks with svn 2024-06-05 01:48:16 +00:00
l10n daemon script 9f5440da16 GIT_SILENT Sync po/docbooks with svn 2024-06-03 01:26:10 +00:00
l10n daemon script e990cbbe3f GIT_SILENT Sync po/docbooks with svn 2024-06-02 01:27:07 +00:00
l10n daemon script ae0ea57156 GIT_SILENT Sync po/docbooks with svn 2024-06-01 01:27:30 +00:00
l10n daemon script 8a58b92c90 GIT_SILENT Sync po/docbooks with svn 2024-05-31 01:41:00 +00:00