┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-03flatpak: Bump libarchive to 3.8.5, use githubHeiko Becker
The download from libarchive.org returns 504 for some time now.
2026-03-03settings: shorten the KDE file operation confirmation textMéven Car
2026-03-03settings: improve confirmation page layoutMéven Car
Align horizontally the form and make sure the label have enough room.
2026-03-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-03-02dolphinviewcontainer: let the user open a file that was a directoryHarald Sitter
when trying to open a file as directory we run into a IsFile error and instead open the parent directory. this is a bit inconvenient when the user actually wants to open a file. allow them to redirect the request to the correct API instead. this ensures backwards compatible behavior but introduces new strings that require localization. ultimately being able to open files this way is a bit of any-feature though. CCBUG: 516830
2026-03-02dolphinviewcontainer: do not implicitly open directories as filesHarald Sitter
we already have xdg-run, we don't need another runner interface ;) notably if the user disabled the ask-before-execute guard rail from KIO, they would also implicitly allow other applications to execute any file by invoking it through dolphin, that would be a bit silly and isn't the point of the guard rail opt-out. when detecting a file we now instead open the parent Should improve CCBUG: 516830
2026-03-02contextmenusettingspage: add hint for context menu shortcuts in contex menu ↵Albert Mkhitaryan
settings page * added link button in Context Menu Settings to Shortcuts for Context Menu Actions as shown below * removed the text above the search bar, which said "Select which services should be shown in the context menu:" since the check-boxes are clear enough * instead of "Download New Services" the link to download services now just says "Download Services" for brevity. ![context_menu_text_buttons.png](/uploads/1af045ab8aae9daf527b30cf1b1dcbba/context_menu_text_buttons.png){width="602" height="600"} before: ![image.png](/uploads/08615dfcc102880f8e5cb080f2491c9c/image.png){width=768 height=600}
2026-03-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-03-02GIT_SILENT made messages (after extraction)l10n daemon script
2026-03-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-03-01SVN_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"
2026-02-28GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit accfcb097776bab5d6a3c07539de94ba2ff4991d)
2026-02-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-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"
2026-02-26GIT_SILENT made messages (after extraction)l10n daemon script
2026-02-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-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"
2026-02-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-21viewproperties: don't use intermediate tmp file to save viewpropsMéven Car
2026-02-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-20Add keyboard shortcut support for service menu actionsAlbert Mkhitaryan
Introduce ServiceMenuShortcutManager, which registers all service menu actions with KActionCollection at startup allowing users to assign keyboard shortcuts in Configure Keyboard Shorcuts. Save/Load of configs happens via KXMLGUI in dolphinui.rc. Notes: - Manager initializes before setupGUI() for shortcut restoration - Execution and validation handled entirely by KFileItemAction in KIO. BUG: 260266
2026-02-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-16kitemviews: add duplicate column values to video details view where appropriateArie Miller
2026-02-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-15dolphinview: indicate drops from Places viewRafał Lichwała
This commit corrects previous attempt of bug fix done in https://invent.kde.org/frameworks/kio/-/commit/71b2b38b0c4fc4c7820fd95b031413d854d8f8c6?merge_request_iid=2074 which incorrectly recognized drop action from Places View (based only on missing Qt::MoveAction which had side effects described in BUG 514697) This time DolphinView indicates that the given dropEvent comes from Places View so we must avoid potentially destructive Move-like plugins actions. This is done by setting proper KIO::DropJobFlags additional flag for KIO::drop(). CCBUG: 509231 CCBUG: 514697
2026-02-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-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"
2026-02-11kitemviews: add columns for audio/video codec, color space, and pixel formatArie Miller
2026-02-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-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"
2026-02-12GIT_SILENT made messages (after extraction)l10n daemon script
2026-02-11dolphinview: Use job delegate without auto error handling for trash jobKai Uwe Broulik
We show the error message in our own message widget already.
2026-02-11panels/panels: handle lifetime of internal actionsMéven Car
Preventing a mem-leak on process leave.
2026-02-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-11SVN_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"
2026-02-10tabbar: readd auto-with tab width and make it defaultMéven Car
2026-02-08kfileitemmodelrolesupdater: Disconnect change signal before changing dataKai Uwe Broulik
Avoids the item being considered dirty when *we* changed it. It is guarded in most places but wasn't done in the pixmap animation stuff causing the item considered dirty whenever hovering it.
2026-02-07Remove preview ignore maximum local size handling from DolphinKai Uwe Broulik
This all seems to be done by the PreviewJob in KIO already.
2026-02-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2026-02-06SVN_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"