- 18 Jan, 2021 7 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
- 17 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"
-
- 03 Jan, 2021 4 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau 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"
-
- 29 Dec, 2020 1 commit
-
-
Alexander Lohnau authored
We do not need to take the extra path to c++ anymore and can just use the QML components. For the UI reloading an explicit method call got added.
-
- 27 Dec, 2020 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"
-
- 23 Dec, 2020 1 commit
-
-
Willyanto authored
The AbstractUnitListModel is destroyed everytime we leave Units tab and when we are going to the Units tab for the second time, qml will try to access AbstractUnitListModel that is already destroyed. This causes segmentation fault. Set AbstractUnitListModel parent to qml engine so that the AbstractUnitListModel is destroyed when qml engine is destroyed. BUG: 419709
-
- 20 Dec, 2020 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"
-
- 14 Dec, 2020 1 commit
-
-
Nicolas Fella authored
-
- 10 Dec, 2020 1 commit
-
-
Łukasz Korbel authored
Add new page in settings of Timer applet for editing "predefined timers" values. Those values are used in context menu of the applet. FEATURE: 353091 CCBUG: 301861 CCBUG: 397841 FIXED-IN: 5.21
-
- 09 Dec, 2020 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"
-
- 05 Dec, 2020 2 commits
-
-
Arnav Rawat authored
icon. However, the dataengine does not return a url. Changed the method headers and method calls to use QIcon instead.
-
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"
-
- 03 Dec, 2020 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"
-
- 24 Nov, 2020 1 commit
-
-
Nicolas Fella authored
-
- 16 Nov, 2020 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Alexander Lohnau authored
This reverts commit aea6c969. Need to wait a little bit longer, sorry.
-
- 14 Nov, 2020 2 commits
-
-
Friedrich W. H. Kossebau 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"
-
- 12 Nov, 2020 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"
-
- 11 Nov, 2020 1 commit
-
-
Konrad Materka authored
Qt 5.15 introduced new syntax for defining Connections. Fix warnings like this one: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
-
- 08 Nov, 2020 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"
-
- 07 Nov, 2020 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"
-
- 06 Nov, 2020 1 commit
-
-
Marco Martin authored
to know if we're in the systray, use the new containmentType property
-
- 05 Nov, 2020 1 commit
-
-
Yunhe Guo authored
-
- 04 Nov, 2020 2 commits
- 31 Oct, 2020 1 commit
-
-
David Faure authored
They are the same on Linux (but DataLocation is deprecated). On Windows this enables the use of the roaming path. NO_CHANGELOG
-
- 24 Oct, 2020 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"
-
- 23 Oct, 2020 2 commits
-
-
Alexander Lohnau authored
BUG: 428154 FIXED-IN: 5.21 It actually was one of my first KDE patches where I had no idea how the translation system worked ;)
-
Laurent Montel authored
-
- 20 Oct, 2020 1 commit
-
-
Alexander Lohnau authored
They are about to get deprecated(frameworks/krunner!40) and the minLetterCount and matchRegex properties are already utilized.
-