┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-14SVN_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-12-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-13SVN_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-12-13GIT_SILENT made messages (after extraction)l10n daemon script
2025-12-12Clarify split view startup option labelPhilipp Kiemle
Using plural here better conveys that every new window will have split view mode enabeled. The original string was introduced in !1103 CCBUG:464696 CCBUG:186185
2025-12-12CI: Add documentation buildJohnny Jazeix
2025-12-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-12SVN_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-12-10CI - Flatpak - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for libzipJustin Zobel
2025-12-10CI - Flatpak - Update Runtime to latestJustin Zobel
2025-12-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-08kfileitemmodel: Fix folder/file icon rating displayPan Zhang
Fix the issue where enabling icon rating always showed five white stars. Retrieve the correct rating from KFileMetaData::UserMetaData for local files and insert it into the item data. This ensures both files and folders display the updated rating correctly. BUG: 512940
2025-12-08CI - Flatpak - Remove vlc patch as no longer neededJustin Zobel
2025-12-08CI - Flatpak - Remove vlc patch as no longer neededJustin Zobel
2025-12-08CI - Flatpak - UpdatesJustin Zobel
2025-12-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-03GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 74285708c697b7a05f22da3ce4d1032d6dfa539c)
2025-12-03kconfig: add update script for split view closing optionsRafał Lichwała
2025-12-03folderstabssettingspage: add 3 options for closing split viewRafał Lichwała
There is one bool setting in Dolphin Interface->Folders&Tabs->Split_view which determines which panel is closed on "Close split view" button click (currently focused or unfocused one). This commit replaces this setting with (enum-based) 3-state combo box. Since now we can set "When closing a split view" action to: - Close the active pane - Close the inactive pane - Close the right pane BUG: 464696 BUG: 186185
2025-12-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-12-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-28DolphinTabWidget: fix wrong variable in tabInserted tooltip loopWang Yu
Use loop index 'i' instead of function parameter 'index' for setTabToolTip. Previously all tooltips would be set on the newly inserted tab instead of their respective tabs.
2025-11-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-27kitemviews: Prevent crash when dragging details side padding headerCarlos Aurelio
Calling createRolePixmap() while roleIndex is < 0 (which is the case for the header side padding) would cause access to a negative index of a vector, so exit the function before so and do nothing. BUG: 511057
2025-11-27dolphinnavigatorswidgetaction: show focus indicator in split modeRafał Lichwała
This commit uses KUrlNavigator focus indicator to show sufficiently which panel (left or right) is currently active in split mode. This MR is based on KIO changes in https://invent.kde.org/frameworks/kio/-/merge_requests/2054 See discussion in MR: !1076 (comment 1334290), see https://invent.kde.org/frameworks/kio/-/merge_requests/2058 @teams/vdg ![Screenshot_20251117_232634.png](/uploads/2999f35fdc1c6dd359621c60d23460f2/Screenshot_20251117_232634.png){width=849 height=313} ![Screenshot_20251117_232704.png](/uploads/bd7b75f9159ab533b8e446781233e027/Screenshot_20251117_232704.png){width=849 height=313} ![Screenshot_20251117_232740.png](/uploads/e07153c1e9ae162ebc0ff3f09df1ac34/Screenshot_20251117_232740.png){width=849 height=313} ![Screenshot_20251117_232752.png](/uploads/ececd4c70c0e1f67145e2486d1cf21f2/Screenshot_20251117_232752.png){width=849 height=313} @teams/vdg BUG: 150718 BUG: 428440
2025-11-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-22DolphinView: when creating a dir hierarchy only select dir in current pathMéven Car
If you are in ~ And create at once ~/1/2 Select the 1 folder afterwards
2025-11-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-21context menu: use selected item as containing folder for New file menuMéven Car
Use current view url as fallback. Don't update the selection after a directory is created, except if there was no selection. CCBUG: 508196 BUG: 512020
2025-11-21DolphinView: open the property dialog on Alt+activatedMéven Car
Similarly to Microsoft explorer. FEATURE: 512383
2025-11-21kstandarditemlistwidget: Fix vertical misalignment for file names containing ↵Pan Zhang
certain glyphs In the Details view the name (text) column could appear vertically off-center for file names containing certain Unicode glyphs (for example "』"). The issue is caused by a mismatch between the generic font metrics ascent and the actual ascent of the rendered QTextLine for that glyph, which shifts the baseline and thus the visual vertical centering. This change computes the QTextLine ascent for the (single) layouted line and adjusts the vertical position by the difference between the font metrics ascent and the line ascent. The adjustment is applied only for the name (text) role so other columns are unaffected. BUG: 512152
2025-11-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-20informationpanel: prevent a crash when creating video preview panel and a ↵Jean-Baptiste Mardelle
media file is selected To reproduce the crash: - Open Dolphin, disable information panel and close Dolphin - Re-open Dolphin - Select a video file - Enable information panel - Crash Problem is that some elements of the MediaWidget panel are created when the widget is shown, in `showEvent` (`m_seekSlider` and `m_topLayout`), and these elements are called before being created. This MR fixes 2 different crashes: - Crash creating panel when a video file is selected (call to `m_seekSlider` before its creation) - Crash creating panel when a video file is selected and autoplay enabled (call to `m_topLayout` before its creation)
2025-11-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-18dolphinviewactionhandler: Add context to translatable stringPhilipp Kiemle
"Sort By field" could be understood as an extra field that contains a "Sort By" value
2025-11-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-11-17GIT_SILENT Sync po/docbooks with svnl10n daemon script