┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-13Tabbar: duplicate tab when double clicking on itMéven Car
BUG: 470388
2023-06-13Settings Add ViewModes > Content displayMéven Car
This does not move the settings location in files though. baby step for https://invent.kde.org/system/dolphin/-/issues/36
2023-06-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-10Adjust KCMs to no longer do cast manuallyAlexander Lohnau
KCModule::widget returns the widget that should be a parent for widgets the KCM creates
2023-06-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-04Update my eMail to the KDE-provided oneFelix Ernst
GIT_SILENT NO_CHANGELOG
2023-06-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-02GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit db3c01a34ab927f0ef2401c03d175cd253656950)
2023-05-31Only use KStartupInfo on X11Nicolas Fella
2023-05-31[CI] Fix baloo-widgets branchNicolas Fella
@same pulls in the kf6 branch, but we want master
2023-05-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
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