| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-03 | icon(svg): move spdx text to fix flatpak svg detection | Darshan Phaldesai | |
| 2025-03-03 | placespanel: Use correct loop index when connecting device signals | Wang 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-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-03-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-03-01 | kstandarditemlistwidget: make overlay icons independant of preview size | Mé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-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-03-01 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2025-02-28 | Fix crash when opening new tab with search | Akseli 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-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-27 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit b16c9f666929d381f4f9d80befa3bc9bd3f14751) | |||
| 2025-02-27 | statusbar: fix offset for selectionModeBottomBar | Akseli 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-27 | dolphinview: Add widget parameter to elided QToolTip::showText | Akseli 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-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-26 | Do not show the Zoom toggle context menu on small statusbar | Akseli 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-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-24 | Add smaller statusbar and set it as default | Akseli 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-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-23 | Improve Close split menu action label | Kai Uwe Broulik | |
| A "Close" isn't very descriptive. Instead, show "Close Left View" or "Close Right View" in the menu. | |||
| 2025-02-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-22 | kitemlistkeyboardsearchmanager: smarter search start position | Yifan 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-21 | CI: require passing tests for merge | Yifan Zhu | |
| 2025-02-20 | kitemlistcontrollertest: fix warnings | Méven Car | |
| NO_CHANGELOG | |||
| 2025-02-20 | Add a dolphin to the icon | Darshan 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-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-18 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2025-02-17 | kfileitemmodel: allow more than 2 single quotes in translated strings | Sergey Katunin | |
| This change concerns `timeRoleGroup`. | |||
| 2025-02-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-13 | CI: Add linux-qt6-next build | Albert Astals Cid | |
| 2025-02-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-08 | VersionControlObserver: start scanning earlier | Méven Car | |
| And avoid scanning directory that don't need it. Stops the working thread upon model change. | |||
| 2025-02-08 | CI: Flatpak: Add KDE CLI Tools | Justin Zobel | |
| 2025-02-08 | viewpropertiestest: simplify two tests | Méven Car | |
| 2025-02-08 | Viewproperties: prevent loosing view settings | Mé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-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-07 | Fix build with qt dev | Vlad Zahorodnii | |
| 2025-02-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2025-02-06 | Removed conditional in renameTab to allow unsetting custom labels | ambar chakravartty | |
| co-authored by: Felix Ernst | |||
| 2025-02-06 | changed all calls to "title(), setTitle()" to "customLabel(), setCustomLabel()" | ambar chakravartty | |
| 2025-02-06 | Made style and context enhancements | ambar chakravartty | |
| Co-authored by: Felix Ernst | |||
| 2025-02-06 | changes saveState() and restoreState() to restore renamed tabs (if any) | ambar chakravartty | |
| 2025-02-06 | refactored renameTab | ambar chakravartty | |
