Commit graph

7706 commits

Author SHA1 Message Date
l10n daemon script d8bf2f3f19 GIT_SILENT Sync po/docbooks with svn 2023-06-12 02:21:47 +00:00
Alexander Lohnau 3d0c946eef Adjust KCMs to no longer do cast manually
KCModule::widget returns the widget that should be a parent for widgets the KCM creates
2023-06-10 10:26:58 +02:00
l10n daemon script bb08c70a98 GIT_SILENT Sync po/docbooks with svn 2023-06-06 01:57:27 +00:00
Felix Ernst e5abe2c67b Update my eMail to the KDE-provided one
GIT_SILENT
NO_CHANGELOG
2023-06-04 18:09:42 +02:00
l10n daemon script 049227478c GIT_SILENT Sync po/docbooks with svn 2023-06-04 02:03:48 +00:00
Heiko Becker 05e99b3dd1 GIT_SILENT Update Appstream for new release
(cherry picked from commit db3c01a34a)
2023-06-02 20:44:17 +02:00
Nicolas Fella 1c393f50d5 Only use KStartupInfo on X11 2023-05-31 12:43:57 +00:00
Nicolas Fella 5b301819fa [CI] Fix baloo-widgets branch
@same pulls in the kf6 branch, but we want master
2023-05-31 14:37:06 +02:00
l10n daemon script 019533f564 GIT_SILENT Sync po/docbooks with svn 2023-05-31 02:47:41 +00:00
l10n daemon script 5162335805 GIT_SILENT Sync po/docbooks with svn 2023-05-30 02:25:27 +00:00
l10n daemon script 44593d4bac GIT_SILENT Sync po/docbooks with svn 2023-05-29 01:54:29 +00:00
l10n daemon script eca055b802 GIT_SILENT Sync po/docbooks with svn 2023-05-28 02:06:04 +00:00
l10n daemon script d4dab2a446 GIT_SILENT Sync po/docbooks with svn 2023-05-27 01:52:48 +00:00
Méven Car c17e6c8d2b Expand or collapse all selected folders on Key Right/Left
CCBUG: 196772
2023-05-26 16:10:38 +00:00
Méven Car a1c5c5cf81 KDirectoryContentsCounter: show intermediate dir size counting results, improve stopping, improve data caching
Two user visible changes:
 * we can see the dir size changing as it is updated.
 * This makes the file counting a lot more reactive, when changing directories for instance.

`KDirectoryContentsCounterWorker::walkDir` is not recursive anymore.

The cache is now shared and only a single thread is used to count size recursively.
2023-05-26 15:10:09 +00:00
l10n daemon script ab13c8881d GIT_SILENT Sync po/docbooks with svn 2023-05-26 01:49:22 +00:00
l10n daemon script 221ec836d5 GIT_SILENT Sync po/docbooks with svn 2023-05-25 01:51:49 +00:00
Méven Car ee8b71e556 Revert "Restrict attaching instances to those on the same activity or same virtual desktop"
This reverts commit b99f6f50ee.

BUG: 408919

Reintroduces:
CCBUG: 408919
2023-05-24 10:11:41 +00:00
Méven Car b01329bf36 Revert "global.cpp: Ensure qApp does not emit signal because of local QEventLoop"
This reverts commit dec80fb0f9.
2023-05-24 10:11:41 +00:00
l10n daemon script 1b4e753645 GIT_SILENT Sync po/docbooks with svn 2023-05-24 01:57:02 +00:00
l10n daemon script 7d71b1ceb7 GIT_SILENT Sync po/docbooks with svn 2023-05-23 02:50:21 +00:00
Méven Car dec80fb0f9 global.cpp: Ensure qApp does not emit signal because of local QEventLoop
BUG: 469656
2023-05-19 15:31:42 +00:00
Jakob Petsovits b5b6762b15 Bring back the "Create New" menu in the menu bar
This commit is the result of a three-way diff that
combines my own initial patch with related changes from
Felix Ernst's MR !545 and further suggestions by Méven Car.

Fixes DolphinMainWindowTest::testNewFileMenuEnabled().
Tests are now passing again for my build.

"Create New" was broken by commit c64059bd which switched to the
new, non-deprecated KNewFileMenu constructor (kio commit 89bc6bad)
that doesn't add itself to the passed KActionCollection parameter.
After the switch, hamburger menu and context menu was still working
as intended but the menu bar was missing the "Create New" menu.

This commit adds the addAction("new_menu") call to the File menu
setup that would have previously been called by the deprecated
KNewFileMenu constructor. The corresponding test can now find
the QObject for the menu's named action again, verifying its
existence and enabled-ness like it did before.

The DolphinNewFileMenu constructor's unused actionCollection
parameter serves no use anymore except to confuse people.
We replace it with a single QAction* parameter, createDirAction,
which gets passed to setNewFolderShortcutAction().

2 out of 3 constructor call sites have access to this action,
while the remaining call site in dolphinmainwindow.cpp must wait
until after it has been initialized by DolphinViewActionHandler.
In this case, setNewFolderShortcutAction() is still called manually
at a later time.
2023-05-16 11:11:51 -04:00
l10n daemon script d4897767bf GIT_SILENT Sync po/docbooks with svn 2023-05-16 02:04:05 +00:00
l10n daemon script db98dabc70 GIT_SILENT Sync po/docbooks with svn 2023-05-14 02:14:44 +00:00
Jakob Petsovits 1b0caf69a8 Remove deprecated, ifdef'd code for old KIO versions 2023-05-12 16:56:36 -04:00
l10n daemon script 8f01673728 GIT_SILENT Sync po/docbooks with svn 2023-05-11 01:53:24 +00:00
Méven Car 629a5d44dd
Add a TODO KF6 to solve bug 464722
CCBUG: 464722
2023-05-10 16:41:30 +02:00
Méven Car ac1f8131f9 Fix a typo, take 2 2023-05-09 12:11:21 +02:00
Méven Car 2b877de270 Fix a typo 2023-05-09 11:20:34 +02:00
Heiko Becker c3fb0dc15b Fix build without KF5Activities 2023-05-09 08:49:28 +00:00
Méven Car b82789f519
Disable Qt6 CI build in master, use kf6 branch for Qt6 2023-05-09 10:46:26 +02:00
Méven Car 5887d1d852 Fix a bunch of Qt6/Kf6 warnings 2023-05-09 10:30:14 +02:00
Méven Car d6da4a903f Fix dolphinvcs_export.h export path 2023-05-09 10:11:54 +02:00
Méven Car d2092ed444 Fix for KUserFeedbackQt6 includes 2023-05-09 09:34:38 +02:00
Méven Car 468df35149 Fix for KUserFeedbackQt6 includes 2023-05-09 09:24:46 +02:00
Méven Car 0a581f97be Ensure good export of dolphinvcs headers 2023-05-09 09:24:19 +02:00
Méven Car 863ee3a87c Merge branch 'master' into kf6 2023-05-08 17:46:51 +02:00
Méven Car 69f6b9b78b Revert "partially Improve kuserfeedback import"
This reverts commit 047bf33d90.
2023-05-08 17:43:48 +02:00
Méven Car 047bf33d90 Improve kuserfeedback import 2023-05-08 16:23:15 +02:00
Méven Car e42873374c Fix baloo-widgets import take 3 2023-05-08 16:14:11 +02:00
Méven Car 7397f28108 Fix baloo-widgets import take 2 2023-05-08 16:13:15 +02:00
Méven Car 967b33572b Fix baloo-widgets imports 2023-05-08 16:10:08 +02:00
Méven Car ca533f6a9d Update libraries versions to latest-kf6 2023-05-08 15:57:56 +02:00
Méven Car 53d277a9bf Fix kuserfeedback version 2023-05-08 15:49:05 +02:00
Méven Car ed93133538 Clean a debug message 2023-05-08 15:44:33 +02:00
Méven Car 7c0b3959ab Fix typo 2023-05-08 15:35:41 +02:00
Méven Car cb43e1a1dc Fix libraries versions 2023-05-08 15:32:55 +02:00
Méven Car 2d09024571
Correct baloo-widgets version used 2023-05-08 15:04:49 +02:00
Méven Car 8126eae784
Fix baloo-widgets dep 2023-05-08 11:35:35 +02:00