| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-16 | Remove new tab shortcut Ctrl+Shift+N | Felix Ernst | |
| Since https://commits.kde.org/kconfig/782e43f8076e5f4a10111a6b4d2cc6b1741c9798 Ctrl+Shift+N is the standard shortcut for creating a new folder which leads to a shortcut conflict when this key combination is invoked in Dolphin. "New Tab" already has the more popular shortcut Ctrl+T assigned to it, so Ctrl+Shift+N can simply be removed. | |||
| 2023-10-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-12 | DolphinView: get rid of writeStateChanged signal in setActive() | Amol Godbole | |
| The signal writeStateChanged() was not working because it is not connected to slotWriteStateChanged() slots when the active view changes. Replace the signal with direct calls to the slots. Also, do not delay openRequest signal in DolphinSearchBox::slotSearchTextChanged. It's no longer required. BUG: 440366 | |||
| 2023-10-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-07 | Adapt to new KBookmarksWidgets library | Nicolas Fella | |
| 2023-10-07 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 825804a8a6d45df62db7665b021b65b99cb28856) | |||
| 2023-10-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-05 | Merge branch 'master' into kf6 | Nate Graham | |
| 2023-10-05 | Add test for accessibility ancestor tree | Felix Ernst | |
| 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 | Fix accessibility ancestor tree | Felix Ernst | |
| 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 | KItemListWidget: make unfocused alternate background slightly lighter | Méven Car | |
| 2023-10-05 | DolphinViewContainer: Keep search box open when URL is changed | Amol Godbole | |
| 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 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-10-03 | DolphinRecentTabsMenu: Fix blank text for closed search tab | Amol Godbole | |
| 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-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-30 | DolphinPlacesModel: remove usage of alternativeApplicationName | Méven Car | |
| 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 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-28 | TerminalPanel: Disconnect signal in destructor only when we have a konsolePart | Méven Car | |
| 2023-09-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-23 | selection: fix rubberband vertices | Marco Savelli | |
| 2023-09-23 | selection: select-on-rubberband-on-row as new default | Marco Savelli | |
| Sets a rectangular, non-full-width rubberband as the new default. User selection is made wherever the rubberband intersects with the row. | |||
| 2023-09-19 | TerminalPanel: Disconnect destroyed signal in destructor | Kai Uwe Broulik | |
| Otherwise, when QObject cleanup, which runs after our destructor, destroys the terminalPart, it would call back into us when we're already half-destroyed. This trips an assert in Qt "Called object is not of the correct type (class destructor may have already run)" | |||
| 2023-09-19 | Merge branch 'master' into kf6 | Nate Graham | |
| 2023-09-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-16 | terminalpanel: Improve Konsole missing message | Oliver Beard | |
| It now forces the pane to fit its height, and will animate on every appearance. | |||
| 2023-09-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-11 | Improve README, add screenshot | Joshua Goins | |
| 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 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-10 | Merge remote-tracking branch 'origin/master' into kf6 | Méven Car | |
| 2023-09-10 | Add .git-blame-ignore-revs | Méven Car | |
| 2023-09-10 | Replace qAsConst with std::as_const | Méven Car | |
| 2023-09-10 | Copy Location: Make sure to export path with native separators | Méven Car | |
| 2023-09-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-09 | Add open in split view action | Eric Armbruster | |
| 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 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 6fe9932a17e0973a804a69a467b3e8c8386ed25a) | |||
| 2023-09-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-06 | DolphinContextMenu: Use targetUrl in addOpenParentFolderActions | Méven Car | |
| Amends 3aa8cf00ee90b0414fa9b17f01eaade4507c4642 | |||
| 2023-09-06 | Add open containing folder options for files in recentlyused:/ | Méven Car | |
| 2023-09-05 | DolphinView: Reset scrollbars before changing view mode | Amol Godbole | |
| 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 | |||
