┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-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"
2023-02-12GIT_SILENT made messages (after extraction)l10n daemon script
2023-02-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-10Remove deprecated KServiceTypeTraderDāvis Mosāns
2023-02-10Remove deprecated ConfigurePreviewPluginDialogDāvis Mosāns
2023-02-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-09Fix zooming for high resolution scroll wheelsFriso Smit
BUG: 432671
2023-02-09Reveal the Backspace shortcut in the UIForest ix
Since the Back action already has two standard shortcuts, a third one appended to the list will be invisible in the UI, which shows only the first two. This leaves users unable to reassign it. We therefore make it the first shortcut in the list, so that the hidden third entry will be the dedicated Back button, which users are far less likely to want reassigned. BUG: 371130
2023-02-09KFileItemModelRolesUpdater: Skip directory item count if it isSlow()Andrew Gunnerson
This makes the behavior of kernel cifs/nfs mounts the same as with kio's smb://. It also helps reduce the chance of the UI hanging due to opendir/readdir slowing down stat calls on the UI thread. Signed-off-by: Andrew Gunnerson <[email protected]>
2023-02-09Avoid crash on start when help actions are restricted through the Kiosk systemAlexander Volkov
This was first applied in 0ac57fbe90d580a514c3bac4cefaa9ed87f178f9, but then "reverted" in 3ccdcc2176bc5e4e03f733c21d05a5a4b0c1af25 by misunderstanding.
2023-02-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-06Selects next item in list after delete/trash actionsSerg Podtynnyi
BUG: 419914 BUG: 181214
2023-02-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-05Add a .git-blame-ignore-revs fileSerg Podtynnyi
2023-02-05Add clang-format and format code as in FrameworksSerg Podtynnyi
2023-02-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-04Add Page count and Publisher columnsSerg Podtynnyi
BUG: 374561
2023-02-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-02-01dolphinview: Fix right click broken on placeholderLabelDavide Garberi
* This commit fixes the right click context menu not being shown whenever the click is made right on the placeholderLabel text Signed-off-by: Davide Garberi <[email protected]>
2023-01-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-30SVN_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"
2023-01-30GIT_SILENT made messages (after extraction)l10n daemon script
2023-01-29GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit dd7a4fc0e842537b91bacb66f8fbade86fe457a5)
2023-01-29Fix sudo messageBharadwaj Raju
We don't have KIO PolKit support yet
2023-01-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-28GIT_SILENT made messages (after extraction)l10n daemon script
2023-01-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-25Clear filter bar on clicking current folder in placesSerg Podtynnyi
Reset the filter bar when user clicks on the current folder in places list, also rename slot function to be more clear. BUG: 259382
2023-01-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-22SVN_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"
2023-01-22GIT_SILENT made messages (after extraction)l10n daemon script
2023-01-19Use both split view names in tab namesOliver Beard
When the tab is a split view, use the name of both views rather than only the active view.
2023-01-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-16Replace qswap with std::swapWillyanto Willyanto
Fixes obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. (CWE-477)
2023-01-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-15Add missing KCodecs linkNicolas Fella
2023-01-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-01-12Update split action when settings changeKai Uwe Broulik
In case "closing split view closes active view" setting is changed