| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-13 | Tabbar: duplicate tab when double clicking on it | Méven Car | |
| BUG: 470388 | |||
| 2023-06-13 | Settings Add ViewModes > Content display | Mé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-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-10 | Adjust KCMs to no longer do cast manually | Alexander Lohnau | |
| KCModule::widget returns the widget that should be a parent for widgets the KCM creates | |||
| 2023-06-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-04 | Update my eMail to the KDE-provided one | Felix Ernst | |
| GIT_SILENT NO_CHANGELOG | |||
| 2023-06-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-02 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit db3c01a34ab927f0ef2401c03d175cd253656950) | |||
| 2023-05-31 | Only use KStartupInfo on X11 | Nicolas Fella | |
| 2023-05-31 | [CI] Fix baloo-widgets branch | Nicolas Fella | |
| @same pulls in the kf6 branch, but we want master | |||
| 2023-05-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-26 | Expand or collapse all selected folders on Key Right/Left | Méven Car | |
| CCBUG: 196772 | |||
| 2023-05-26 | KDirectoryContentsCounter: 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-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-24 | Revert "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-24 | Revert "global.cpp: Ensure qApp does not emit signal because of local ↵ | Méven Car | |
| QEventLoop" This reverts commit dec80fb0f940ff4e71032c2d3544f0d60a05c4ce. | |||
| 2023-05-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-19 | global.cpp: Ensure qApp does not emit signal because of local QEventLoop | Méven Car | |
| BUG: 469656 | |||
| 2023-05-16 | Bring back the "Create New" menu in the menu bar | Jakob 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-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-12 | Remove deprecated, ifdef'd code for old KIO versions | Jakob Petsovits | |
| 2023-05-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-05-10 | Add a TODO KF6 to solve bug 464722 | Méven Car | |
| CCBUG: 464722 | |||
| 2023-05-09 | Fix a typo, take 2 | Méven Car | |
| 2023-05-09 | Fix a typo | Méven Car | |
| 2023-05-09 | Fix build without KF5Activities | Heiko Becker | |
| 2023-05-09 | Disable Qt6 CI build in master, use kf6 branch for Qt6 | Méven Car | |
| 2023-05-09 | Fix a bunch of Qt6/Kf6 warnings | Méven Car | |
| 2023-05-09 | Fix dolphinvcs_export.h export path | Méven Car | |
| 2023-05-09 | Fix for KUserFeedbackQt6 includes | Méven Car | |
| 2023-05-09 | Fix for KUserFeedbackQt6 includes | Méven Car | |
| 2023-05-09 | Ensure good export of dolphinvcs headers | Méven Car | |
| 2023-05-08 | Merge branch 'master' into kf6 | Méven Car | |
| 2023-05-08 | Revert "partially Improve kuserfeedback import" | Méven Car | |
| This reverts commit 047bf33d9050b89243479adb22aaa354b10878a4. | |||
| 2023-05-08 | Improve kuserfeedback import | Méven Car | |
| 2023-05-08 | Fix baloo-widgets import take 3 | Méven Car | |
| 2023-05-08 | Fix baloo-widgets import take 2 | Méven Car | |
| 2023-05-08 | Fix baloo-widgets imports | Méven Car | |
| 2023-05-08 | Update libraries versions to latest-kf6 | Méven Car | |
| 2023-05-08 | Fix kuserfeedback version | Méven Car | |
| 2023-05-08 | Clean a debug message | Méven Car | |
