┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
2023-04-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-23Add DolphinTabPage::inactiveViewContainer()Eugene Popov
2023-04-23Improve copying and moving items between panelsEugene 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).
2023-04-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-22FilterBar: improve keyboard behavior and tab orderingEugene Popov
With this MR, when the filterbar has the keyboard focus: - pressing the Tab key moves the keyboard focus to the view - pressing the Down, PageDown, Up and PageUp keys moves the focus to the view and emulate pressing the same key in it (you can navigate directly from the filterbar)
2023-04-22TerminalPanel: rename currentWorkingDirectoryIsParentOf to ↵Méven Car
currentWorkingDirectoryIsChildOf NO_CHANGELOG
2023-04-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-21TerminalPanel: better check if terminal needs to change its ↵Méven Car
currentWorkingDirectory when unmounting CCBUG: 467403
2023-04-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-20DolphinView: allow selectUrls to be considered for selection in more casesMéven Car
* when there is some selection already (some files were created previously) * when the model has not yet insert all the selectedUrls Also * Rename DolphinView::slotCopyingDone to slotItemCreatedFromJob BUG: 407161
2023-04-20Reuse existing proxy styleFelix Ernst
Before this commit, a new QProxyStyle was created every time the selection mode was enabled. The previously used one was automatically deleted in the process because of the std::unique_ptr re-assignment. This isn't really a problem in itself, but I strongly assume that the sudden deletion of the old style shortly before setting a new style might be the cause of the crash/bug 468548. This commit simply re-uses the previously created proxy style which doesn't seem to cause any behaviour change even when the application style has been changed in the time since the proxy style was created. Another potential solution might be to simply use deleteLater() on the old proxy style instead of letting std::unique_ptr delete the old proxy style instantly while it is still in use. That seems more involved than simply re-using the old style though. BUG: 468548 FIXED-IN: 23.08
2023-04-20Restrict attaching instances to those on the same activity or same virtual ↵Méven Car
desktop CCBUG: 408919
2023-04-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-12GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit fb084ec1a14e2cc0b8842056c8b34d20f4d86484)
2023-04-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-05Make "don't run me with sudo/kdesu" message informativeNate Graham
We tell users what not to do, but we don't tell then what to do instead. At one point we told them to just use Dolphin normally and the polkit integration would kick in, but that work ended up being reverted and abandoned. Instead, tell them to use kio-admin, which exists as a released product and will hopefully not get removed anytime soon. CCBUG: 467948
2023-04-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-03Add test for openFiles()Felix Ernst
The basic mainWindow methods openFiles(), openDirectories(), isUrlOpen(), and isItemVisibleInAnyView() have some non-obvious behaviours that shouldn't regress. We never want to open directories that are already open. We only want to open new tabs when the currently open ones don't have the file that should be highlighted in view already. This should work even if view modes that allow folder expansion are in play. It should also work when the view area is split.
2023-04-03PlacesPanel: clean some warningsMéven Car
NO_CHANGELOG
2023-04-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-02Context menu: allow to show copy to/move to inactive split viewMéven Car
Prevent copying/moving to same folder as origin when copying/moving to inactive split view BUG: 356436
2023-04-01GIT_SILENT Sync po/docbooks with svnl10n daemon script