- 16 Jan, 2021 1 commit
-
-
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"
-
- 15 Jan, 2021 1 commit
-
-
Alexander Lohnau authored
This is just a thin wrapper around the engine and it has very few usages. See https://phabricator.kde.org/T14010 for the discussion.
-
- 14 Jan, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 12 Jan, 2021 1 commit
-
-
Dan Leinir Turthra Jensen authored
Never delete KPackage::PackageStructure instances, as they are managed internally by KPackage. This is the third go at fixing a crash here (last one worked almost always, this should work more generally, even if just leaving a pointer i've been handed flying about feels super unpleasant).
-
- 10 Jan, 2021 1 commit
-
-
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"
-
- 09 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 04 Jan, 2021 9 commits
-
-
Alexander Lohnau authored
GIT_SILENT
-
Alexander Lohnau authored
This property is only set to true in very few places and the downloadable items do not contain a HTML page. And IMO the user should always be prompted in case there is anything unusual. The KVHTML files used in KDE-Edu have the mimetype of normal XML files, consequently we do not have to worry about those.
-
Alexander Lohnau authored
These properties are never read and the consequently the feature does not exist anymore. Adding checksum verification is still a TODO, but having defunct properties does not help with that. And if this gets reimplemented I see no valid reason why one wants to disable it.
-
Alexander Lohnau authored
This property is completely unused. Also it seems like a really bad idea to install third-party files in the system scope.
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
- 02 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 01 Jan, 2021 1 commit
-
-
Alexander Lohnau authored
-
- 30 Dec, 2020 1 commit
-
-
Alexander Lohnau authored
This makes the old KFontinst provider work with the QtQuick wrapper class. Maybe we should consider deprecating the `payload()`concept in KF6, but for now it should work.
-
- 26 Dec, 2020 3 commits
-
-
Alexander Lohnau authored
GIT_SILENT
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
- 18 Dec, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 14 Dec, 2020 1 commit
-
-
Dan Leinir Turthra Jensen authored
Previously, the throttle timer was a raw static, but it was also a parented qobject, which means that when the cache was deleted, so was the timer, but the variable was not reset. Consequently, things would crash left and right later on. So, to alleviate this, and hopefully avoid future issues, introduce a dptr, stick the timer there, and move the logic to that private class as well. BUG:429442 FIXED-IN:5.78
-
- 12 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 10 Dec, 2020 2 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
This will allow KCMs and applications to utilize the QtQuick dialog without needing to be rewritten in QML. Also some signals are directly forwarded from the engine, this will make the consumers more flexible when reacting to installed/updated/uninstalled entries or the adoption command. Once the existing usages have been ported we can officially deprecate the old QWidgets stuff.
-
- 09 Dec, 2020 1 commit
-
-
Alexander Lohnau authored
The unit test failed, because the messages were not recived. Also in the line below the result is properly checked, so checking the message is IMO not necessary.
-
- 06 Dec, 2020 1 commit
-
-
Alexander Lohnau authored
The version is not mandatory and often empty. In that case we do not want to end up with a "-" at the end of the string.
-
- 05 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 02 Dec, 2020 2 commits
-
-
Aleix Pol Gonzalez authored
At the moment we were just refusing to uninstall and giving a misleading error message.
-
Aleix Pol Gonzalez authored
This changes it so when there's nothing installed we notify about no updates being found. CCBUG: 418082
-
- 30 Nov, 2020 6 commits
-
-
Alexander Lohnau authored
Otherwise the engine would make a new network request, this is quite wasteful and lets the user wait a moment. Also this appears to fixes the crash, you can try this out by quickly opening and closing the dialog. Additionally this makes it consistent with the QtQuick one. From the stacktrace I got this seems to fix BUG 429302. BUG: 416328 BUG: 429302 FIXED-IN: 5.77
-
Alexander Lohnau authored
-
Alexander Lohnau authored
The KPackage occurrences have already been ported and the wallpaper compatibility block only affects one file which will be ported too.
-
Alexander Lohnau authored
-
Alexander Lohnau authored
In KF6 we can do this more clean fashion by using a d-ptr. But for now this is the best we can do and it is more readable than comparing string values.
-
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"
-
- 28 Nov, 2020 2 commits
-
-
Alexander Lohnau authored
GIT_SILENT
-
Alexander Lohnau authored
-
- 27 Nov, 2020 1 commit
-
-
Alexander Lohnau authored
GIT_SILENT
-