Commit graph

7556 commits

Author SHA1 Message Date
l10n daemon script c4ea40f2be GIT_SILENT Sync po/docbooks with svn 2023-10-10 01:35:05 +00:00
l10n daemon script 4b3923b809 GIT_SILENT Sync po/docbooks with svn 2023-10-09 01:34:00 +00:00
l10n daemon script 236c970379 GIT_SILENT Sync po/docbooks with svn 2023-10-08 01:28:34 +00:00
Heiko Becker c4b95a7798 GIT_SILENT Update Appstream for new release
(cherry picked from commit 825804a8a6)
2023-10-07 17:15:56 +02:00
l10n daemon script c3f75fa6fb GIT_SILENT Sync po/docbooks with svn 2023-10-06 01:29:56 +00:00
Felix Ernst b58fead9be Add test for accessibility ancestor tree
This is to make sure that all items that can be tabbed to and their
accessible children have the main window somewhere in their
ancestry/ancestor tree.
2023-10-05 12:09:25 +00:00
Felix Ernst 549fad2dae Fix accessibility ancestor tree
Before this commit, KItemListViewAccessible would always return
nullptr as its parent. This meant that accessibility software would
have to guess to which window/hierarchy the KItemListView belongs
to. Guessing shouldn't be necessary here.

This commit makes sure that the KItemListView always returns a
sensible parent in the accessible hierarchy. It does so by
explicitly setting the accessible parent for every KItemListView
after construction in the DolphinView contructor. Since
KItemListView now always knows about its accessible parent, the
accessibleInterfaceFactory can always ask the KItemListView for
that information when constructing the QAccessibleInterfaces.

Fixes https://invent.kde.org/system/dolphin/-/issues/47.
2023-10-05 12:09:25 +00:00
Méven Car 7a6cba7f51 KItemListWidget: make unfocused alternate background slightly lighter 2023-10-05 11:46:47 +00:00
Amol Godbole 4d018e1c3c DolphinViewContainer: Keep search box open when URL is changed
The search box was being automatically closed whenever the URL is changed.
Keep the search box open if no search text had been entered when the URL
was changed.

BUG: 474951
2023-10-05 09:43:23 +00:00
l10n daemon script ab92bc4049 GIT_SILENT Sync po/docbooks with svn 2023-10-05 01:29:56 +00:00
Amol Godbole e1de6c3492 DolphinRecentTabsMenu: Fix blank text for closed search tab
The recently closed menu adds a blank item when a search tab is closed.
Add the search term and path to the item text.

BUG: 474999
2023-10-03 00:44:55 -05:00
l10n daemon script 30227dbcbe GIT_SILENT Sync po/docbooks with svn 2023-10-01 01:42:00 +00:00
Méven Car cff402356e DolphinPlacesModel: remove usage of alternativeApplicationName
This is now not needed anymore since `PlacesItemModel::cleanupBookmarks` (now removed) from https://phabricator.kde.org/D9333 has run for on users systems.
2023-09-30 07:15:18 +00:00
l10n daemon script 55a0a2fac4 GIT_SILENT Sync po/docbooks with svn 2023-09-30 01:31:15 +00:00
l10n daemon script 46a7d683fc GIT_SILENT Sync po/docbooks with svn 2023-09-26 01:33:25 +00:00
l10n daemon script 3e68ced479 GIT_SILENT Sync po/docbooks with svn 2023-09-25 01:30:00 +00:00
Marco Savelli d9a18b04ea selection: fix rubberband vertices 2023-09-23 08:36:53 +00:00
Marco Savelli 2a4dd2aa43 selection: select-on-rubberband-on-row as new default
Sets a rectangular, non-full-width rubberband as the new default.
User selection is made wherever the rubberband intersects with the row.
2023-09-23 08:36:53 +00:00
l10n daemon script e08f6f9b58 GIT_SILENT Sync po/docbooks with svn 2023-09-19 01:45:50 +00:00
l10n daemon script c229f420ef GIT_SILENT Sync po/docbooks with svn 2023-09-18 01:48:36 +00:00
l10n daemon script 86e8c935f2 GIT_SILENT Sync po/docbooks with svn 2023-09-17 02:14:18 +00:00
Oliver Beard 38342ae820 terminalpanel: Improve Konsole missing message
It now forces the pane to fit its height, and will animate on every appearance.
2023-09-16 15:37:17 +00:00
l10n daemon script 99541a77fa GIT_SILENT Sync po/docbooks with svn 2023-09-16 01:45:46 +00:00
l10n daemon script c2ebc24e89 GIT_SILENT Sync po/docbooks with svn 2023-09-14 01:45:21 +00:00
l10n daemon script ef8d8eed5c GIT_SILENT Sync po/docbooks with svn 2023-09-13 01:55:44 +00:00
l10n daemon script 8a32bf83fa GIT_SILENT Sync po/docbooks with svn 2023-09-12 01:50:04 +00:00
Joshua Goins 2da47c32c5 Improve README, add screenshot
I didn't touch any of the content - save for removing that weird header
formatting and removing the soon-to-be-obsolete UserBase link. A
screenshot has been added.
2023-09-11 09:57:46 +00:00
l10n daemon script 5365be0d87 GIT_SILENT Sync po/docbooks with svn 2023-09-11 01:51:28 +00:00
Méven Car 5c33e0211f Copy Location: Make sure to export path with native separators 2023-09-10 14:58:36 +02:00
l10n daemon script 3ccd3e820c GIT_SILENT Sync po/docbooks with svn 2023-09-10 01:47:14 +00:00
Eric Armbruster a85863befd Add open in split view action
This action is shown only if a single folder is selected. The action
opens the selected folder in the inactive split view (and opens the
split view if necessary).

FEATURE: 465500
2023-09-09 15:45:26 +00:00
Heiko Becker f900801540 GIT_SILENT Update Appstream for new release
(cherry picked from commit 6fe9932a17)
2023-09-09 10:26:40 +02:00
l10n daemon script dfdd71367e GIT_SILENT Sync po/docbooks with svn 2023-09-07 01:48:11 +00:00
Méven Car 6eb8f9b47a DolphinContextMenu: Use targetUrl in addOpenParentFolderActions
Amends 3aa8cf00ee
2023-09-06 19:10:21 +02:00
Méven Car 3aa8cf00ee Add open containing folder options for files in recentlyused:/ 2023-09-06 14:39:15 +02:00
Amol Godbole 0e4d428e84 DolphinView: Reset scrollbars before changing view mode
When view modes are changed, the scrollbars are not reset. This can
cause the scroll area to be moved out of view after changing the view
mode, making the view unusable. This commit resets the scrollbars.

BUG: 393152
2023-09-05 04:58:05 +00:00
Amol Godbole 385146a1e8 KItemListView: Fix inconsistencies in requiredWidth calculation
Commits d3839617 and 3bf471e0 introduced a few changes to requiredWidth calculation.
This commit makes the calculation of requiredWidth consistent across KItemListView.
2023-09-05 04:58:05 +00:00
l10n daemon script 6820273db0 GIT_SILENT Sync po/docbooks with svn 2023-09-05 01:47:13 +00:00
Amol Godbole c4bb3db022 Restore the URL when DolphinSearchBox is cleared
Currently, the URL navigator is not updated when the search box is cleared. This MR restores the URL, by closing and reopening the box.

The call for emitting closeRequest() on pressing Esc has been replaced with emitCloseRequest(). The wait duration before starting a search has been reduced to 500ms to increase responsiveness.

Also, the bugfix for BUG: 423328 is slightly incorrect and causes the search term to not be displayed when opening a saved search for the first time. As a better solution for this bug, DolphinSearchBox::setText() now updates the text only if the text has changed.

BUG: 473775
2023-09-04 07:39:13 +00:00
Amol Godbole 9ba0904013 KFileItemModel: Delay emitting currentDirectoryRemoved() signal
The KCoreDirLister object is modified before KCoreDirListerCache::deleteDir()
returns because the signal currentDirectoryRemoved() is emitted.
This prevents removal of the deleted lister from dirData.listersCurrentlyHolding
in KCoreDirListerCache::forgetDirs() when the tab is closed, which causes the
crash described in the bug. Hence, the signal currentDirectoryRemoved()
is delayed to ensure this does not occur.

BUG: 473377
2023-09-04 00:53:38 -05:00
l10n daemon script d7535d6977 GIT_SILENT Sync po/docbooks with svn 2023-09-04 01:51:18 +00:00
l10n daemon script 4920eaa7f7 GIT_SILENT Sync po/docbooks with svn 2023-09-03 02:20:10 +00:00
Méven Car 741bea8324 fix test in FreeBsd KItemListControllerExpandTest::testDirExpand 2023-09-02 17:27:25 +02:00
Méven Car fae5fec964 Add focusOut and focusIn event support for KFileItemListView and update selected widget on focus change 2023-09-02 14:42:54 +02:00
Oliver Beard 012f8a224a k[standard]itemlistwidget: Account for view focus in selection highlight 2023-09-02 07:41:49 +02:00
l10n daemon script c628bb226e GIT_SILENT Sync po/docbooks with svn 2023-09-02 01:54:09 +00:00
Julius Enriquez 6c357ea7d5 Enable GitLab CI for Flatpak 2023-09-01 17:19:23 +00:00
l10n daemon script 746996133a GIT_SILENT Sync po/docbooks with svn 2023-09-01 01:47:51 +00:00
l10n daemon script 7b17e5b021 GIT_SILENT Sync po/docbooks with svn 2023-08-31 01:48:01 +00:00
l10n daemon script 1a630588b3 GIT_SILENT Sync po/docbooks with svn 2023-08-30 01:48:05 +00:00