┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-05Adapt to NavigationExtension API changeNicolas Fella
2023-11-05Remove obsolete Konqueror workaroundNicolas Fella
This isn't needed any more with recent Konqueror
2023-11-05Adapt to libraries movingNicolas Fella
2023-11-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-05GIT_SILENT made messages (after extraction)l10n daemon script
2023-11-05Reflect move of KActivities out of Frameworks to PlasmaBen Cooksley
Ref T16978
2023-11-05Update to reflect move of KUserFeedback to FrameworksBen Cooksley
Ref T16978
2023-11-04SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2023-11-04GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 1db58ee07805ce7b19d2f13875cf3e0f96b055e9)
2023-10-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-25Merge branch 'master' into kf6Nate Graham
2023-10-25Panel: fix actions and shortcuts to toggle their visibilityMéven Car
2023-10-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-24Merge branch 'master' into kf6Nicolas Fella
2023-10-24Process correct model when applying service menu changesNicolas Fella
The listview's model is a filter model, we must iterate through the source, otherwise we get incorrect results BUG: 475547
2023-10-23Display newline in filename as Unicode line breakYifan Zhu
BUG: 422998 CCBUG: 444747
2023-10-23DolphinViewContainer: Use Auto*Warning*HandlingEnabledKai Uwe Broulik
Errors are put in a KMessageWidget by us in slotOpenUrlFinished. Fixes regression from 40cc5f665d.
2023-10-23Fix rubberband selection on icon in icon view modeFelix Ernst
As an unintended side-effect of d9a18b04ea0b1b4e427f45083fdc0cdec87cbbfd items would no longer be selected in icon view mode when the selection rectangle intersected with the item's icon. This commit fixes this.
2023-10-22Mention invalid protocol nameKai Uwe Broulik
Especially when clicking on an archive which redirects to a special KIO worker, it can be handy to see the actual protocol name.
2023-10-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-22Remove unused includeNicolas Fella
2023-10-21Port away from KDesktopFileActions::userDefinedServicesAlexander Lohnau
This is planned to go away since the only real user being kdesvn and that is ported to a C++ plugin
2023-10-20Adapt to KBookmarkManager API changeNicolas Fella
2023-10-19Replace a deprecated qAsConst with std::as_constFelix Ernst
2023-10-18Never show status bar context menu away from status barFelix Ernst
The status bar context menu was hard-coded to always appear at the cursor position. However, context menus can also be triggered by keyboard, for example with the Menu key, in which case it makes no sense to show the context menu at whatever random position the mouse cursor currently is. Instead invoke the context menu in the middle of the status bar when it is opened by keyboard.
2023-10-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-17KItemListView: add view position in scrollToItem()Amol Godbole
An item, on being scrolled to, is always located at the nearest edge of the view. This is not always convenient. Allow specifying where the item should be positioned with respect to the view in scrollToItem(). BUG: 423884
2023-10-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-16Remove new tab shortcut Ctrl+Shift+NFelix 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-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-12DolphinView: 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-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-07Adapt to new KBookmarksWidgets libraryNicolas Fella
2023-10-07GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 825804a8a6d45df62db7665b021b65b99cb28856)
2023-10-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-05Merge branch 'master' into kf6Nate Graham
2023-10-05Add test for accessibility ancestor treeFelix 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-05Fix accessibility ancestor treeFelix 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-05KItemListWidget: make unfocused alternate background slightly lighterMéven Car
2023-10-05DolphinViewContainer: Keep search box open when URL is changedAmol 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-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-10-03DolphinRecentTabsMenu: Fix blank text for closed search tabAmol 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