┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-31Kitemlistcontroller: only accept doubleclick for left mouse buttonMéven Car
Add test for double-click activation. BUG: 485295
2024-07-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-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-07-27Add missing license textsNicolas Fella
2024-07-27Fix baloo version in FlatpakNicolas Fella
2024-07-27Port from KIconLoader::drawOverlays to KIconUtils::addOverlaysNicolas Fella
The latter is what most other projects use
2024-07-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-24DolphinViewContainer: Check "title" URL query if no path is givenKai Uwe Broulik
Makes it consistent with `KUrlNavigator` which checks a "title" query if no path is given, e.g. in baloosearch
2024-07-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-07-23SVN_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-22Notify users if authorization is required to proceedFelix Ernst
Previous to this commit entering a folder without read access would show the non-descriptive error message "Could not enter folder". If the user actually is not allowed to view the contents of the folder, this is indeed true and this commit will preserve this message as is. However, if an admin protocol is installed, users can actually view the contents of most folders after authorizing themselves as administrators. So this commit changes the error message in those specific circumstances to instead read "Authorization required to enter this folder." and provide a button to authorize themselves. This button is the "Act as Administrator" action. If no admin protocol is installed, this commit has no effect. The idea for this change came from Harald Sitter. I receive funding for changes like this by the Next Generation Internet Initiative, which (as I understand it) will no longer provide funds for future projects like this if the current EU draft budget goes through as it is.
2024-07-21GIT_SILENT Upgrade release service version to 24.11.70.Albert Astals Cid
2024-07-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
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