┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-18Use dolphin icon for dolphin windowsKylie CT
intended as a fix for icon themes with different `org.kde.dolphin` and `system-file-manager` icons https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3663#issuecomment-2798459480 Also noticed that it should also actually make the upcoming dolphin on the icon change apply in places where setting the icon is respected (title bar).
2025-04-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-17Update kconf update script version to 6Nate Graham
This allows it to run for people upgrading from an ancient version straight to the current one, and also prevents an error message about this from appearing in the journal log.
2025-04-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-16Fix session restoreFelix Ernst
Since https://commits.kde.org/kxmlgui/8c9fb02a1d37672b26a03a9dd9e8675743deb269 KXmlGui only triggers a session restore for a window when the session config contains a "NumberOfWindows" key with a value >= 1. This commit adds such a key to the Dolphin session config, which fixes the Dolphin main window restore for KXmlGui versions containing that commit. BUG: 502770
2025-04-16Add kconf_update to replace view_mode with view_settings in the toolbarJin Liu
2025-04-16Revert dd07a327 Move "Show in Groups" toggle action into Sort menuJin Liu
Now it's in the first level of the "View Settings" dropdown, no need to be nested in the "Sort" menu.
2025-04-16Add a new "view_settings" actionJin Liu
This should replace the "View Mode" button in the toolbar by default. Its dropdown menu contains more actions related to the view: zoom, sort by, show additional columns, show hidden files, grouping, show file previews. The original "view_mode" action is kept so the "Change View Mode" submenu in the main menu (or in the hamburger menu when this button is invisible) is unchanged.
2025-04-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-15flatpak: Update runtimeAlbert Astals Cid
2025-04-15Fix build for KIO version < 6.14Felix Ernst
Fixup for 9d60570ca784000cb5ef78b13861eee58117595d.
2025-04-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-12DolphinNavigator: Hide the KUrlNavigator background if DolphinNavigator is ↵Akseli Lahtinen
outside of toolbar When the DolphinNavigator is outside of the toolbar, it's better to hide the background for better looks. This change works only when Dolphin is built against KIO 6.14.
2025-04-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-07Rewrite search integrationFelix Ernst
This huge commit is a nearly complete rewrite of the Dolphin search code. It implements most of the improved Dolphin search UI/UX as designed and discussed in a collaborative effort by Kristen McWilliam, Jin Liu, Andy Betts, Tagwerk, a few others and me. See https://invent.kde.org/system/dolphin/-/issues/46. # Notable changes - A toggle to change the search tool is provided as most contributors deemed that useful in https://invent.kde.org/system/dolphin/-/merge_requests/642#note_985112. - The default search is changed to filenamesearch for maximum reliability. - Removing all search parameters will take users back to the view state prior to starting a search instead of keeping the search results open. - The UI for choosing file types or modification dates has been made more powerful with more granularity and more options. - Most search parameters can be configured from a popup menu which gives us extra space for extra clarity. - Labels and help buttons as well as hyperlinks to settings makes sure the user always knows why some search parameters are unavailable in some contexts. - Chips show important search parameters while the popup is closed. They allow quickly removing filters. - The titles of the search and the input field placeholder message change to make clear whether file names or file contents are searched. - When the user actively switches the search tool, whether content should be searched, or whether to search everywhere, this is preserved for the initial state of the search bar when the user opens it the next time after restarting Dolphin. # Architecture - The new DolphinQuery class is independent of the UI and contains all search parameters modifiable in Dolphin as easy setters and getters. - DolphinQuery objects are also used to update the states of every component in the search UI. There is now a clear separation of UI and search configuration/DolphinQuery. - DolphinQuery is responsible for exporting to and importing from search URLs. - The search UI always reflects the currently configured DolphinQuery no matter if the user changed the UI to change the DolphinQuery or loaded a DolphinQuery/older search URL which then is reflected in the UI. - I tried to simplify all classes and their interaction between each other as much as possible. - I added some tests BUG: 386754 CCBUG: 435119 CCBUG: 458761 BUG: 446387 BUG: 470136 CCBUG: 471556 CCBUG: 475439 CCBUG: 477969 BUG: 480001 BUG: 483578 BUG: 488047 BUG: 488845 BUG: 500103 FIXED-IN: 25.08
2025-04-07GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 4713c6bf91e825bac4965a34d3b79c4401b23ce9)
2025-04-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-06Update GitLab icon to new Dolphin logoJack Hill
2025-04-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-02dolphinui: Set view_mode action to low priorityAkseli Lahtinen
Viewmode text is rather long, so we should hide it by default. Setting the priority to low seems to fix that. BUG: 501498
2025-03-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-27Move "Show in Groups" toggle action into Sort menuNate Graham
This is the sort of thing a user might want to toggle temporarily, as sometimes grouping is a helpful visualization and sometimes not. Right now, doing that is easy when using the in-window menubar or the global menu: View > Show in Groups. However when using the default hamburger menu, it becomes difficult: Burger menu > More > View > Show in Groups. It's four levels of nesting and requires precision. This change addresses that by moving the action into the "Sort By" menu. This improves discoverability for people using the default UI, and makes the location of the action consistent for people using all UI styles. It also gets the item into the view context menu, where it currently isn't, providing another entry point for it.
2025-03-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-24DolphinContextMenu: Add properties entry last for trash entryKai Uwe Broulik
It's supposed to be consistent and always last.
2025-03-24CI: Flatpak: Add desktop notification permission for long running operationsJustin Zobel
2025-03-23KFileItemListWidget: wrong selection when renamed file ends with a dotShitong Xu
When a file name ends with a dot, it should be treated like there is no extension. When triggering a rename, the file name except the extension should be selected, which is equal to the full file name when the file ends with a dot.
2025-03-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-17contextmenu: Use default terminal's icons for "Open Terminal" and "Open ↵Angus McLean
Terminal Here" actions The "Open Terminal" and "Open Terminal Here" actions now use the icon of the user default terminal emulator application, instead of always using the "utilities-terminal" icon. BUG: 501435
2025-03-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-16Apply 1 suggestion(s) to 1 file(s)Luc Schrijvers
Co-authored-by: Felix Ernst <[email protected]>
2025-03-16only use KDirNotify if existingLuc Schrijvers
will not be there if we have no dbus enabled for kio
2025-03-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-13KFileItemModelRolesUpdater: reset size and count before updating foldersAkseli Lahtinen
Folder count would not update properly when user would delete file from a folder, or add a new file to it. Previously when size value is set to -2 after update, the update will never be called again unless user presses F5. This change will instead reset that -2 to 0 whenever we are requesting for calculating directory sizes. We never updated the count when a file was deleted, so that has been added as well. This change also calculates the item counts from the processedAmount, which is the total amount of items we're processing. From there we remove the unwanted items and get the final count. For remote files, we set the count to -1 since we don't calculate them. BUG: 500502
2025-03-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-09kstandarditemlistwidget: render overlays in paintMéven Car
This allows to keep the original pixmap in m_pixmap when resizing so it can have nice rendering when being resized and simplifies implementation
2025-03-08GIT_SILENT Upgrade release service version to 25.07.70.Albert Astals Cid
2025-03-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-05GIT_SILENT Sync po/docbooks with svnl10n daemon script