┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-31SVN_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"
2025-05-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-28dolphinview: Add a dynamic view optionVictor Blanchard
Added a 'dynamic view' option, which allows to switch from a 'compact' or 'details' view to an 'icons' view if most of the files in the directory are images or videos. It reverts to the previous view mode when we switch to a directory which doesn't meet that criteria. The view mode is only changed once so users don't have to undo that for specific folders when they don't want icon view. A setting is added in the "Display style" section of the general view setting page. BUG: 491139
2025-05-28SVN_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"
2025-05-27SVN_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"
2025-05-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-26SVN_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"
2025-05-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-25SVN_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"
2025-05-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-24SVN_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"
2025-05-22Add Comment to .desktop fileTamás Králl
This commit adds a Comment to Dolphin's .desktop file so rich metadata is available in case it's ever needed. BUG: 504407 FIXED-IN: 25.08.0
2025-05-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-14Check if the item supports sequencing before looking for sequence pixmapsAkseli Lahtinen
This patch checks the item first if the plugin it's using for it's previews even supports sequences. If not, we can then safely ignore the hover action for polling more sequences and avoid unnecessary work. The sequencing support is false by default, so we set it true only when we know it's possible.
2025-05-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-12Prevent a compile warningMéven Car
NO_CHANGELOG
2025-05-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-09DolphinView: Remove -1 interval, add setAutoActivationEnabledAkseli Lahtinen
In future Qt versions, Qt Timers do not allow negative intervals. Instead, they will be changed to 1. Related Qt commit: https://github.com/qt/qtbase/commit/f1f610bc67bfd5c2ef31270a6945e7bae93b5e4a Instead of relying on the interval, use a boolean variable to check if the autoactivation is enabled or not.
2025-05-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-05-03Prevent a compile warningMéven Car
NO_CHANGELOG
2025-05-02GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit a7512d649bc93768839399aff628bc721e7eae86)
2025-05-02Add missing KF6::ColorScheme linkNicolas Fella
2025-05-02dolphinview: fix crashMéven Car
Correctly find the last element in the list instead of the one after the last Amends: 0464ea82a6850f58805bc4d6fc1df5369d83c3df BUG: 503610
2025-05-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-29Clazy fixMéven Car
2025-04-28Delete leftover kconf_update scriptMéven Car
Amends 2f208662cbd604f879027d3cd633a5ce59182a4f NO_CHANGELOG
2025-04-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-26DolphinView: Don't end anchored selection in updateSelectionStateAkseli Lahtinen
Do not end anchored selection when selection state is updated, such as when Dolphin is started with --select "thing.txt" flag. If we end here, and user wants to press shift to select from current item to X items, this would cause the anchored selection to start from the clicked item, not from the first selected item. BUG: 503221
2025-04-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-24Fix up 2f208662cbd604f879027d3cd633a5ce59182a4fNate Graham
2025-04-24Delete old KF5-based kconf update scriptNate Graham
This already ran, and running it again would be incorrect, so just delete it.
2025-04-24Revert "Update kconf update script version to 6"Nate Graham
This reverts commit fc56f8f2f92b98ccb9a1da0ffcbb57d723dc33bb. By changing the version number, this script now runs again, but it doesn't need to since the change was already made on everyone's systems. Instead it should just be deleted.
2025-04-24DolphinStatusBar: Fix premature text squeezingAkseli Lahtinen
The text would get squeezed and elided prematurely due to some clipping calculations and paddings created for the clipping. This slightly modifies the clipping code, that we extend the painted area and then clip off the excess, instead of moving the area to specific place and then clipping off the excess. This also makes sure the text width accounts for one extra character plus the clippings we do, so that text will always fit the statusbar. BUG: 503164
2025-04-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-23DolphinView: If contextmenu is requested, abort twoClicksRenamingAkseli Lahtinen
When using single click to select, user can double click the file to start renaming it. If user at the same time also opens context menu, user can delete the file while the renaming prompt is open, which causes weirdness. This patch makes sure we abort the double click renaming when context menu is requested. BUG: 503185
2025-04-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-22DolphinStatusbar: Fix background and margins for non-Breeze stylesAkseli Lahtinen
There is a bug where non-Breeze styles, such as fusion, do not always have background color for the small statusbar. There is also a bug that made the statusbar too small for other themes. This patch makes us always draw a background, and uses marginLeft and marginRight from QStyle.
2025-04-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-20CI: Remove linux-qt6 buildFelix Ernst
This commit follows the recommendation of our system administrator Ben Cooksley to remove the linux-qt6 build from the CI for projects which already have linux-qt6-next and FreeBSD or Windows builds which also use qt6 (non-next). See https://mail.kde.org/pipermail/kde-devel/2025-April/003464.html
2025-04-20KStandardItemList: have emblem when hoveringMéven Car
2025-04-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-04-19Add Filelight menu to Tools menuFelix Ernst
The menu for installing and launching Filelight was only available through the status bar free space info button until now. By default we do no longer show the free space info button because the status bar has been changed to show less information by default. This commit adds the "Manage Disk Space Usage" menu to the "Tools" menu in the menu bar so it is more discoverable for users.