┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-26Fix Refresh tooltip text and add Refresh whatsThis text Tem PQD
BUG: 469263
2023-06-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-25GIT_SILENT made messages (after extraction)l10n daemon script
2023-06-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-20GIT_SILENT made messages (after extraction)l10n daemon script
2023-06-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-17Hide application/x-trash files following showHidenFilesMéven Car
BUG: 3212
2023-06-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-16SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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-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-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-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-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
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 build without KF5ActivitiesHeiko Becker
2023-05-09Disable Qt6 CI build in master, use kf6 branch for 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
2023-04-25Fix test regression in DolphinMainWindowTest::testGoActionsMéven Car
2023-04-25Revert "Adapt autotest to new expected "Space" key behaviour"Felix Ernst
This reverts commit df5cf6fe851021a73159fdd3487fe629c1ea8376. The autotest was orginally changed to adapt to new behaviour when the Space key is pressed. This change used to be implemented in KItemListController which meant that the KItemListControllerTest needed changing, but this is no longer the case. Instead the new behaviour when the Space key is pressed is now implemented further up the hierarchy, so the KItemListController change could be reverted in 7b6a67e520c04f56b4b05fa26b252177398df6df and as such we can also revert this autotest change.
2023-04-25Fix activating the Selection Mode with a keyboard shortcutEugene Popov
If a spacebar is used as a keyboard shortcut to activate the Selection Mode, then allow this shortcut to be triggered only if the view has a keyboard focus. BUG: 465489