| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2023-05-08 | Fix typo | Méven Car | |
| 2023-05-08 | Fix libraries versions | Méven Car | |
| 2023-05-08 | Correct baloo-widgets version used | Méven Car | |
| 2023-05-08 | Fix baloo-widgets dep | Méven Car | |
| 2023-05-08 | Fetch latest baloo-widgets | Méven Car | |
| 2023-05-08 | Build CI only on Qt6 | Méven Car | |
| 2023-05-08 | Improve CI | Méven Car | |
| 2023-05-07 | Port to Qt6 | Méven Car | |
| 2023-05-06 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 3fb0380fd45b723c4fec414bf08b33bf81a08f95) | |||
| 2023-05-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-29 | KFileItemModelRolesUpdater: test isSlow in `startDirectorySizeCounting` | Méven Car | |
| NO_CHANGELOG | |||
| 2023-04-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-25 | Fix test regression in DolphinMainWindowTest::testGoActions | Méven Car | |
| 2023-04-25 | Revert "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-25 | Fix activating the Selection Mode with a keyboard shortcut | Eugene 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 | |||
| 2023-04-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-23 | Add DolphinTabPage::inactiveViewContainer() | Eugene Popov | |
| 2023-04-23 | Improve copying and moving items between panels | Eugene Popov | |
| Currently, copying the selected items between panels is performed by the active panel, which is wrong, because the inactive panel cannot select the copied items after the operation is completed (as it happens when drag'n'dropping or copying using keyboard shortcuts). | |||
