┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-20PreviewSettingsPage: fix a warning: Attempting to add a layout...Méven Car
2024-07-19search: url encode parameters to filenamesearch:/Méven Car
To allow to pass caracters outside of latin1 encoding.
2024-07-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-19SVN_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"
2024-07-19GIT_SILENT made messages (after extraction)l10n daemon script
2024-07-18Port away from deprecated KIconEffect APINicolas Fella
2024-07-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-17Remove dead codeManuel Alcaraz Zambrano
2024-07-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-13Stop acting as admin when the authorization expiresFelix Ernst
Previously, the authorization just silently expired without any visible change. The surprise only came when the user tried to do any action, which immediately would show a password prompt. We don't want users to randomly type passwords into password prompts unexpectedly showing up. This commit avoids that. With this change, the view container visibly de-escalates privileges and shows a message explaining what happened. A method was implemented in kio-admin to make this possible. See: https://commits.kde.org/kio-admin/a2da29289d12ef845e2c1da17ed04c59f1c47762 This commit also improves some logic around the responsibility of hiding bars and activating view containers. This is also part of my project funded by the European Commission.
2024-07-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-09SVN_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"
2024-07-08Improve Filelight installation UXFelix Ernst
Before this commit pressing the free space button when Filelight is not installed would show a singular action called "Install Filelight to View Disk Usage Statistics…". Pressing this button would open the store page for Filelight. This is an okay user experience, but we can do better. This commit makes it so pressing the free space button when Filelight is not installed shows an attractive UI that makes clear that freeing up disk space can be accomplished nicely by installing Filelight. The "Install Filelight…" button on this UI is connected to PackageKit directly, so we do not need to show a separate store like Discover and instead trigger an installation right then and there. For this, the recently introduced DolphinPackageInstaller KJob is used. Installation progress is reported through the status bar similar to the progress reporting of slowly loading directories or searches. Installation failure or success is ultimately shown within Dolphin as a passive notification above the view. On Microsoft Windows or when PackageKit is not available, the install button will only open a store page for Filelight. CCBUG: 477739
2024-07-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-07SVN_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"
2024-07-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-05Add support for Plasma's global smooth scrolling settingNathan Misner
KItemListSmoothScroller now checks whether smooth scrolling is enabled globally and listens for any changes to the setting via DBus.
2024-07-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-04plasma-activities no longer usedChristoph Cullmann
2024-07-04avoid need for activities libChristoph Cullmann
use KRecentFilesAction like Kate and others to signal used files/dirs could later be used to plug-in a recently used menu, too, if ever wanted avoids that this dependency could be missed and the functionality is not there, too
2024-07-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-03SVN_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"
2024-07-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-01Revert "DragAndDropHelper::updateDropAction: use StatJob for remote URLs"Felix Ernst
This reverts commit dc149ec5e52f52c514cf362603d05ba8eea506b8. This prevents a crash. One issue identified is that the commit that I am reverting here accesses a QDropEvent at a moment in time in which it might have already been deleted. We cannot check if it exists by that time because we do not control its lifetime and it is not a QObject.
2024-07-01Guide users to using kio-admin instead of sudoFelix Ernst
This commit adds a guided setup that leads users from a situation in which they try to "sudo dolphin" towards them successfully setting up and using kio-admin. 1. When users enter "sudo dolphin", they are told to start Dolphin by typing "dolphin --sudo" or "dolphin --admin" instead. 2. When Dolphin is started with "--sudo" or "--admin" it checks whether an "admin" protocol is installed. If not, a guided setup leads users towards installing it. 3. After that, Dolphin starts with an installed "admin" protocoll like kio-admin. Now a non-modal information dialog appears that explains how to activate and use kio-admin.
2024-07-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-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"
2024-06-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-28GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit d9fa656fd2204c617d512de6b4c5ff44f0142a30)
2024-06-28Add missing GENERATE_MOC to kconfig_add_kcfg_filesNicolas Fella
dolphin_generalsettings uses signals, so needs moc
2024-06-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-28SVN_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"
2024-06-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-26Preview settings: Improve msg about network usageNicolas Semrau
This makes the explanation a bit less jargonistic. While I rose the issue on Nate's TWIK blog, Sergey Katunin (@sgakerru) came up with the final wording of this change. Thanks!
2024-06-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-24DolphinViewContainer: Use KMessageWidget::MessageType instead of own typeFelix Ernst
This slightly simplifies code and allows showing KMessageWidget::Positive message boxes.
2024-06-23fix information panel iconleia uwu
see https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/364#note_969048
2024-06-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-06-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"
2024-06-21GIT_SILENT Sync po/docbooks with svnl10n daemon script