┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-26Expand or collapse all selected folders on Key Right/LeftMéven Car
CCBUG: 196772
2023-05-26KDirectoryContentsCounter: show intermediate dir size counting results, ↵Méven Car
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-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-24Revert "Restrict attaching instances to those on the same activity or same ↵Méven Car
virtual desktop" This reverts commit b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85. BUG: 408919 Reintroduces: CCBUG: 408919
2023-05-24Revert "global.cpp: Ensure qApp does not emit signal because of local ↵Méven Car
QEventLoop" This reverts commit dec80fb0f940ff4e71032c2d3544f0d60a05c4ce.
2023-05-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-19global.cpp: Ensure qApp does not emit signal because of local QEventLoopMéven Car
BUG: 469656
2023-05-16Bring back the "Create New" menu in the menu barJakob Petsovits
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-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-12Remove deprecated, ifdef'd code for old KIO versionsJakob Petsovits
2023-05-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-10Add a TODO KF6 to solve bug 464722Méven Car
CCBUG: 464722
2023-05-09Fix a typo, take 2Méven Car
2023-05-09Fix a typoMéven Car
2023-05-09Fix build without KF5ActivitiesHeiko Becker
2023-05-09Disable Qt6 CI build in master, use kf6 branch for Qt6Méven Car
2023-05-09Fix a bunch of Qt6/Kf6 warningsMéven Car
2023-05-09Fix dolphinvcs_export.h export pathMéven Car
2023-05-09Fix for KUserFeedbackQt6 includesMéven Car
2023-05-09Fix for KUserFeedbackQt6 includesMéven Car
2023-05-09Ensure good export of dolphinvcs headersMéven Car
2023-05-08Merge branch 'master' into kf6Méven Car
2023-05-08Revert "partially Improve kuserfeedback import"Méven Car
This reverts commit 047bf33d9050b89243479adb22aaa354b10878a4.
2023-05-08Improve kuserfeedback importMéven Car
2023-05-08Fix baloo-widgets import take 3Méven Car
2023-05-08Fix baloo-widgets import take 2Méven Car
2023-05-08Fix baloo-widgets importsMéven Car
2023-05-08Update libraries versions to latest-kf6Méven Car
2023-05-08Fix kuserfeedback versionMéven Car
2023-05-08Clean a debug messageMéven Car
2023-05-08Fix typoMéven Car
2023-05-08Fix libraries versionsMéven Car
2023-05-08Correct baloo-widgets version usedMéven Car
2023-05-08Fix baloo-widgets depMéven Car
2023-05-08Fetch latest baloo-widgetsMéven Car
2023-05-08Build CI only on Qt6Méven Car
2023-05-08Improve CIMéven Car
2023-05-07Port to Qt6Méven Car
2023-05-06GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 3fb0380fd45b723c4fec414bf08b33bf81a08f95)
2023-05-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-29KFileItemModelRolesUpdater: test isSlow in `startDirectorySizeCounting`Méven Car
NO_CHANGELOG
2023-04-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-26GIT_SILENT Sync po/docbooks with svnl10n daemon script