┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-04dolphinstatusbar: Fix negative value warnings with small statusbar fixedwidthAkseli Lahtinen
During splitview animations the parentWidget()->width could be lower than scrollbarWidth. If it goes to negatives it causes a lot of warnings. Make sure to bound the value between 0 and parentWidget()->width() so that it can't go into negatives.
2025-03-04Use nicer split iconNate Graham
This is the icon that Konsole uses, and it communicates the point better than the current one. Related to #68
2025-03-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-03DolphinNavigatorsWidgetAction: add margins to splitview navbar splitterAkseli Lahtinen
The splitter is rather cramped next to the navigation bars with the new KIO navbar look. This adds slight padding to its sides, making it look more relaxed and easier to grasp that user can move this.
2025-03-03icon(svg): move spdx text to fix flatpak svg detectionDarshan Phaldesai
2025-03-03placespanel: Use correct loop index when connecting device signalsWang Yu
The loop in slotRowsInserted was using the 'first' parameter instead of the loop variable 'i', causing only the first index to be connected multiple times.
2025-03-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-01kstandarditemlistwidget: make overlay icons independant of preview sizeMéven Car
This consists in replacing the use of KIconUtils::addOverlay to custom adapted function, based on KIconLoader::global()->drawOverlays previous behavior. BUG: 500428
2025-03-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-03-01GIT_SILENT made messages (after extraction)l10n daemon script
2025-02-28Fix crash when opening new tab with searchAkseli Lahtinen
When new tab is opened and it has a search started, it tries to set the location URL to a navigator that is not yet necessarily assigned in memory: This is because the new tab is not active. The locationUrl will be changed properly when tab is activated. BUG:500101
2025-02-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-27GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit b16c9f666929d381f4f9d80befa3bc9bd3f14751)
2025-02-27statusbar: fix offset for selectionModeBottomBarAkseli Lahtinen
If selectionMode was running, statusbar would get hidden behind the selectionmode bottom bar. Instead of calculating offsets, just check for the view geometry bottom position and use that for the statusbar yPos.
2025-02-27dolphinview: Add widget parameter to elided QToolTip::showTextAkseli Lahtinen
Without this parameter the QToolTip can not always determine what is the parent, so it will create a toplevel window in those cases. Make sure we have dolphinview itself as a widget there, so QToolTip and thus QtWayland can resolve what is the parent. This avoids creating random windows when opening a tooltip. BUG:500009
2025-02-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-26Do not show the Zoom toggle context menu on small statusbarAkseli Lahtinen
Small statusbar should not have zoom slider enabled, but this could be bypassed by using the context menu. If we have small statusbar, just return early instead.
2025-02-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-24Add smaller statusbar and set it as defaultAkseli Lahtinen
- Statusbar has three modes: Small, FullWidth and Disabled - FullWidth is the original statusbar - Small is the new default statusbar - This statusbar overlays on top of the items instead of taking space - It changes size according to content - Disabled turns statusbar completely off - Zoom slider and space information is only shown in full-width statusbar - Space information is now always on - If user navigates with keyboard, or scrolls to selection, the scrolling will take the statusbar into account - This makes sure the statusbar does not cover any items Related discussion: https://invent.kde.org/system/dolphin/-/issues/50
2025-02-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-23Improve Close split menu action labelKai Uwe Broulik
A "Close" isn't very descriptive. Instead, show "Close Left View" or "Close Right View" in the menu.
2025-02-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-22kitemlistkeyboardsearchmanager: smarter search start positionYifan Zhu
Search from the next position for new search and special repeated key search. Otherwise search from the current position, which is current selected item if something is selected or in selection mode, and 0 (the beginning) otherwise. Test plan: - create directory with files ab1, ab2, and ab3 - click ab2, and press escape to deselect - type ab; verify that ab1 is selected - wait a while, type ab again, verify that ab2 is selected - wait a while, type ab again, verify that ab3 is selected - click ab1, type ab, verify that ab2 is selected BUG: 422951
2025-02-21CI: require passing tests for mergeYifan Zhu
2025-02-20kitemlistcontrollertest: fix warningsMéven Car
NO_CHANGELOG
2025-02-20Add a dolphin to the iconDarshan Phaldesai
Added an dolphin overlay on top of the folder icon. The intention is to add subtle branding and personality to icon while leaving the overall shape and design untouched.
2025-02-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-18GIT_SILENT made messages (after extraction)l10n daemon script
2025-02-17kfileitemmodel: allow more than 2 single quotes in translated stringsSergey Katunin
This change concerns `timeRoleGroup`.
2025-02-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-13CI: Add linux-qt6-next buildAlbert Astals Cid
2025-02-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-08VersionControlObserver: start scanning earlierMéven Car
And avoid scanning directory that don't need it. Stops the working thread upon model change.
2025-02-08CI: Flatpak: Add KDE CLI ToolsJustin Zobel
2025-02-08viewpropertiestest: simplify two testsMéven Car
2025-02-08Viewproperties: prevent loosing view settingsMéven Car
When they match the hardcoded internal settings, when they should be kept as long as they don't match the currently set default viewproperties. Is saved in metadata the diff with the hardcoded internal defaults still. A stable default reference allows to change defaults without changing existing saved viewproperties. CCBUG: 495878
2025-02-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-07Fix build with qt devVlad Zahorodnii
2025-02-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-02-06Removed conditional in renameTab to allow unsetting custom labelsambar chakravartty
co-authored by: Felix Ernst