- Dec 11, 2021
-
-
This breaks generation of thumbnails for remote locations, such as sftp. See frameworks/kio!617 (comment 355957) This reverts commit dedf0ee3. (cherry picked from commit 9e61e1fd)
-
- Dec 04, 2021
-
-
Script Kiddy authored
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Dec 03, 2021
-
-
- Dec 02, 2021
-
-
Laurent Montel authored
-
- Dec 01, 2021
-
-
Has waitForStarted account for xdg activation token request. BUG: 446272
-
- Nov 30, 2021
-
-
Ahmad Samir authored
This could lead to crashes due to libc++ behaviour, for the explanation/details see: https://blogs.kde.org/2021/02/20/uniqueptr-difference-between-libstdc-and-libc-crashes-your-application
-
- Nov 29, 2021
-
-
Kai Uwe Broulik authored
They are not necessary for displaying the list and can take a long to load in a corporate environment. Only load them when needed, eg. when adding or editing an entry.
-
Kai Uwe Broulik authored
No need to create a new one if there's one already in scope.
-
Script Kiddy authored
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"
-
- Nov 28, 2021
-
-
Script Kiddy authored
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"
- Nov 25, 2021
-
-
Script Kiddy authored
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"
-
- Nov 24, 2021
-
-
Alexander Lohnau authored
The kio-slave checks a hardcoded plugin id, even though the directory thumbnailer is not even a plugin. To avoid this issue the basename is passed in as the plugin file to the KPluginMetaData constructor.
-
- Nov 22, 2021
-
-
Kai Uwe Broulik authored
It's what to the user it effectively does. Also ensure there's proper job descriptions ("Moving...", "From", "To") for a job that ends up renaming a lot of files, such as trashing a large number of files.
-
Ahmad Samir authored
They are used, just not in the same file. GIT_SILENT
-
Ahmad Samir authored
NO_CHANGELOG
-
Script Kiddy authored
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"
-
- Nov 21, 2021
-
-
Kai Uwe Broulik authored
Instead of showing a big "Configure File Type" or "Create File Type" button, show which application will open this file by default with an option to change that. The logic when clicking the dialog (editing existing file type or creating a new one) is unchanged but the visual representation is made more self-explanatory. While at it, fix KAuthorized check for `editfiletype` not working.
-
- Nov 20, 2021
-
-
David Faure authored
-
We only have two columns.
-
Ahmad Samir authored
GIT_SILENT
-
Alexander Lohnau authored
This way thumbnailer plugins don't need to be loaded using the KServiceTypeTrader mechanism, but can use embedded json metadata. KServiceTypeTrader is planned to go away in KF6. This also simplifies the code in kio-extras since we can then load the metadata from the binary path and don't have to use KServiceTypeTrader to get the desktop file for the given binary. By using KPluginInfo to convert the metadata to json on the fly, we don't need to do another query for the file on disk and then a reparsing of the desktop file. This is ~2.5 times slower and even requires a few more lines to implement. Task: https://phabricator.kde.org/T12179
-
Ahmad Samir authored
Instead of hardcoding sizes, use the settings from kdeglobals, which are set with the icons KCM. Also use the icon size directly, the percentage logic was changed in commit 2ae63d4b, so now one step on the slider represents 1 pixel in icon size.
-
Ahmad Samir authored
GIT_SILENT
-
Instead of "Add Entry..." use "Add" and the appropriate icon, likewise or Edit and Remove.
-
Ensures the application name and icon are exactly as they are presented elsewhere.
-
They are only hidden if there is no valid date but when there are multiple files we never enter this code path and leave them shown broken.
-
Script Kiddy authored
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"
-
- Nov 19, 2021
-
-
Kai Uwe Broulik authored
-
- Nov 17, 2021
-
-
Albert Astals Cid authored
From the copy_file_range manpage EXDEV The files referred to by fd_in and fd_out are not on the same mounted filesystem (pre Linux 5.3).
-
Script Kiddy authored
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"
-
- Nov 15, 2021
-
-
Kai Uwe Broulik authored
Track the KUIServer DBus service and check (unfortunately through DBus introspection) whether it supports API version 2 and cache it until the service owner changes or disappears. This way only blocking DBus call is only done initially and subsequent jobs are block-free. KUiServer is also part of Plasma these days, so there's no need for asking it about whether a job view is present. This cannot really be changed for V1 but for V2 we can skip this.
-
- Nov 13, 2021
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Nov 11, 2021
-
-
Script Kiddy authored
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"
-
- Nov 03, 2021
-
-
In Wayland the clipboard changes anytime the focused window changes, which happens when opening the PasteDialog. In order to support this case, just check that chosen mimetype is still available after the dialog returns. CCBUG: 421974
-
-
Laurent Montel authored
-