1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00
Commit Graph

7419 Commits

Author SHA1 Message Date
Méven Car
863ee3a87c Merge branch 'master' into kf6 2023-05-08 17:46:51 +02:00
Méven Car
69f6b9b78b Revert "partially Improve kuserfeedback import"
This reverts commit 047bf33d90.
2023-05-08 17:43:48 +02:00
Méven Car
047bf33d90 Improve kuserfeedback import 2023-05-08 16:23:15 +02:00
Méven Car
e42873374c Fix baloo-widgets import take 3 2023-05-08 16:14:11 +02:00
Méven Car
7397f28108 Fix baloo-widgets import take 2 2023-05-08 16:13:15 +02:00
Méven Car
967b33572b Fix baloo-widgets imports 2023-05-08 16:10:08 +02:00
Méven Car
ca533f6a9d Update libraries versions to latest-kf6 2023-05-08 15:57:56 +02:00
Méven Car
53d277a9bf Fix kuserfeedback version 2023-05-08 15:49:05 +02:00
Méven Car
ed93133538 Clean a debug message 2023-05-08 15:44:33 +02:00
Méven Car
7c0b3959ab Fix typo 2023-05-08 15:35:41 +02:00
Méven Car
cb43e1a1dc Fix libraries versions 2023-05-08 15:32:55 +02:00
Méven Car
2d09024571
Correct baloo-widgets version used 2023-05-08 15:04:49 +02:00
Méven Car
8126eae784
Fix baloo-widgets dep 2023-05-08 11:35:35 +02:00
Méven Car
8a668a3a11
Fetch latest baloo-widgets 2023-05-08 09:19:05 +02:00
Méven Car
50f1e8914a
Build CI only on Qt6 2023-05-08 09:17:23 +02:00
Méven Car
904fc9426d
Improve CI 2023-05-08 08:22:22 +02:00
Méven Car
76e3eab6ea
Port to Qt6 2023-05-07 18:32:17 +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