- 13 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 12 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 11 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 10 Jan, 2021 1 commit
-
-
Carl Schwan authored
-
- 10 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"
-
- 11 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"
-
- 09 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 25 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 21 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 07 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 03 Aug, 2020 2 commits
-
-
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"
-
Script Kiddy authored
-
- 02 Aug, 2020 1 commit
-
-
Script Kiddy authored
-
- 29 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 27 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 23 Jul, 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"
-
- 19 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 16 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 15 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 14 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 13 Jul, 2020 1 commit
-
-
Thiago Sueto authored
This adds a more descriptive appstream summary so that users browsing Discover know from a glance what it does, making it more attractive for download.
-
- 18 Jun, 2020 2 commits
-
-
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"
-
Script Kiddy authored
-
- 17 Jun, 2020 2 commits
-
-
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"
-
Script Kiddy authored
-
- 21 May, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 30 Apr, 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"
-
- 04 Apr, 2020 2 commits
-
-
Albert Astals Cid authored
-
Łukasz Wojniłowicz authored
Summary: m_shortInputCounter is initialized in RSITimer::suggestBreak only. Non-null m_shortInputCounter is needed in RSITimer::timeout in case of TimerState::Resting. In no pop-up mode RSIBreak goes to RSITimer::timeout omitting RSITimer::suggestBreak which results in trying to tick uninitialized m_shortInputCounter. This patch makes sure that m_shortInputCounter is always initialized. Reviewers: aacid, pino Differential Revision: https://phabricator.kde.org/D28441
-
- 02 Apr, 2020 2 commits
-
-
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"
-
Script Kiddy authored
-
- 29 Mar, 2020 5 commits
-
-
Pino Toscano authored
-
Pino Toscano authored
Proper way to get an icon from the global icon theme, as QIcon.
-
Pino Toscano authored
The proper porting away from SmallIcon() is to use proper icons, not to set pixmaps again. Revert it as a whole, so it can be fixed properly from a cleaner state than the copy&paste of QStyle API. Furthermore, this adds the unconditional hiding of any (including future ones) deprecated functions in Qt, which is a big no-no. This reverts commit 7bb92be7.
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 27 Mar, 2020 2 commits
-
-
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"
-
Script Kiddy authored
-
- 25 Mar, 2020 2 commits
-
-
Heiko Becker authored
Summary: qWarning already adds a newline at end. endl was deprecated with Qt 5.15. Test Plan: Builds Reviewers: aacid Differential Revision: https://phabricator.kde.org/D28255
-
Heiko Becker authored
Summary: QPainterPath is no longer included via qtransform.h (since 5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git). Depends on D28255. Test Plan: Builds fine against 5.15.0-beta2 where it previously didn't Reviewers: aacid Differential Revision: https://phabricator.kde.org/D28256
-