Commit graph

7498 commits

Author SHA1 Message Date
l10n daemon script db98dabc70 GIT_SILENT Sync po/docbooks with svn 2023-05-14 02:14:44 +00:00
l10n daemon script 8f01673728 GIT_SILENT Sync po/docbooks with svn 2023-05-11 01:53:24 +00:00
Méven Car 629a5d44dd
Add a TODO KF6 to solve bug 464722
CCBUG: 464722
2023-05-10 16:41:30 +02:00
Heiko Becker c3fb0dc15b Fix build without KF5Activities 2023-05-09 08:49:28 +00:00
Méven Car b82789f519
Disable Qt6 CI build in master, use kf6 branch for Qt6 2023-05-09 10:46:26 +02:00
Heiko Becker 26808a188c GIT_SILENT Update Appstream for new release
(cherry picked from commit 3fb0380fd4)
2023-05-06 10:10:17 +02:00
l10n daemon script 8e85fbb70c GIT_SILENT Sync po/docbooks with svn 2023-05-04 02:08:28 +00:00
l10n daemon script 7e394dc093 GIT_SILENT Sync po/docbooks with svn 2023-04-30 03:09:25 +00:00
Méven Car 47e4c64e6a KFileItemModelRolesUpdater: test isSlow in startDirectorySizeCounting
NO_CHANGELOG
2023-04-29 10:47:40 +00:00
l10n daemon script bd40f21a0a GIT_SILENT Sync po/docbooks with svn 2023-04-29 02:07:31 +00:00
l10n daemon script af0cb733cd GIT_SILENT Sync po/docbooks with svn 2023-04-26 02:05:15 +00:00
Méven Car 4e6939e1f5 Fix test regression in DolphinMainWindowTest::testGoActions 2023-04-25 16:14:29 +00:00
Felix Ernst 64ae87f402 Revert "Adapt autotest to new expected "Space" key behaviour"
This reverts commit df5cf6fe85.

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
7b6a67e520 and as such we can also
revert this autotest change.
2023-04-25 15:19:09 +02:00
Eugene Popov 7b6a67e520 Fix activating the Selection Mode with a keyboard shortcut
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 13:05:39 +00:00
l10n daemon script f186f694d4 GIT_SILENT Sync po/docbooks with svn 2023-04-25 02:15:32 +00:00
l10n daemon script 4c11fceda4 GIT_SILENT Sync po/docbooks with svn 2023-04-24 02:23:22 +00:00
Eugene Popov 215923b33f Add DolphinTabPage::inactiveViewContainer() 2023-04-23 09:33:09 +00:00
Eugene Popov 78a3cd3e4b Improve copying and moving items between panels
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-23 09:33:09 +00:00
l10n daemon script a9f2abeea4 GIT_SILENT Sync po/docbooks with svn 2023-04-23 03:03:48 +00:00
Eugene Popov 6fd77a96b4 FilterBar: improve keyboard behavior and tab ordering
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-22 17:09:31 +00:00
Méven Car c9217337c7 TerminalPanel: rename currentWorkingDirectoryIsParentOf to currentWorkingDirectoryIsChildOf
NO_CHANGELOG
2023-04-22 09:33:01 +02:00
l10n daemon script 1860536431 GIT_SILENT Sync po/docbooks with svn 2023-04-22 02:15:14 +00:00
Méven Car a654b8dae6 TerminalPanel: better check if terminal needs to change its currentWorkingDirectory when unmounting
CCBUG: 467403
2023-04-21 15:32:58 +02:00
l10n daemon script 7a7215a948 GIT_SILENT Sync po/docbooks with svn 2023-04-21 02:05:03 +00:00
Méven Car 040e2afcfa DolphinView: allow selectUrls to be considered for selection in more cases
* 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-20 15:17:19 +00:00
Felix Ernst 49ea43e24f Reuse existing proxy style
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-20 14:42:04 +00:00
Méven Car b99f6f50ee Restrict attaching instances to those on the same activity or same virtual desktop
CCBUG: 408919
2023-04-20 08:50:40 +00:00
l10n daemon script 620c2caa4b GIT_SILENT Sync po/docbooks with svn 2023-04-20 02:13:00 +00:00
l10n daemon script 39d3fe8545 GIT_SILENT Sync po/docbooks with svn 2023-04-17 03:02:08 +00:00
l10n daemon script 0d875602b1 GIT_SILENT Sync po/docbooks with svn 2023-04-14 01:53:49 +00:00
l10n daemon script f2f85c6f60 GIT_SILENT Sync po/docbooks with svn 2023-04-13 02:04:23 +00:00
Heiko Becker 5f01edcfe7 GIT_SILENT Update Appstream for new release
(cherry picked from commit fb084ec1a1)
2023-04-12 18:00:19 +02:00
l10n daemon script efaf7e2a05 GIT_SILENT Sync po/docbooks with svn 2023-04-12 02:00:49 +00:00
l10n daemon script eaed55dd6c GIT_SILENT Sync po/docbooks with svn 2023-04-11 02:35:31 +00:00
l10n daemon script 140902e33f GIT_SILENT Sync po/docbooks with svn 2023-04-10 01:53:44 +00:00
l10n daemon script 6fa82730e2 GIT_SILENT Sync po/docbooks with svn 2023-04-09 01:58:22 +00:00
l10n daemon script 41e8a4a16d GIT_SILENT Sync po/docbooks with svn 2023-04-08 02:05:34 +00:00
l10n daemon script 7d06f9f27c GIT_SILENT Sync po/docbooks with svn 2023-04-07 01:53:01 +00:00
l10n daemon script 70b160f89c GIT_SILENT Sync po/docbooks with svn 2023-04-06 01:54:10 +00:00
Nate Graham 70e20a310a Make "don't run me with sudo/kdesu" message informative
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-05 16:17:56 +00:00
l10n daemon script 7ab7408908 GIT_SILENT Sync po/docbooks with svn 2023-04-05 02:05:20 +00:00
l10n daemon script 9ea3a27852 GIT_SILENT Sync po/docbooks with svn 2023-04-04 02:08:35 +00:00
Felix Ernst 95905ce761 Add test for openFiles()
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-03 15:34:32 +00:00
Méven Car e190977a90 PlacesPanel: clean some warnings
NO_CHANGELOG
2023-04-03 15:34:16 +02:00
l10n daemon script 612c1468f6 GIT_SILENT Sync po/docbooks with svn 2023-04-03 01:58:33 +00:00
Méven Car 9061b22a0d Context menu: allow to show copy to/move to inactive split view
Prevent copying/moving to same folder as origin when copying/moving to inactive split view

BUG: 356436
2023-04-02 07:22:07 +00:00
l10n daemon script cdf56e761d GIT_SILENT Sync po/docbooks with svn 2023-04-01 01:59:29 +00:00
l10n daemon script a74c3f22a2 GIT_SILENT Sync po/docbooks with svn 2023-03-31 02:04:55 +00:00
l10n daemon script faeb56d948 GIT_SILENT Sync po/docbooks with svn 2023-03-30 01:57:34 +00:00
l10n daemon script 629a3bbe10 GIT_SILENT Sync po/docbooks with svn 2023-03-29 02:01:08 +00:00