- 25 Jan, 2021 2 commits
-
-
Nate Graham authored
-
Antonio Prcela authored
This fixes the bug that keeps Spectacle running, happens when it's launched via either spectacle --region --background or Meta + Shift + Prt.sc. BUG: 432006
-
- 24 Jan, 2021 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 20 Jan, 2021 2 commits
-
-
Franz Baumgärtner authored
QMap::value() failed to find existing keys in some edge cases. Which lead to problems when translating points using a QMap. This commit improves the operator<() to fix that. BUG: 430942 (cherry picked from commit e1fc5c40)
-
Franz Baumgärtner authored
QMap::value() failed to find existing keys in some edge cases. Which lead to problems when translating points using a QMap. This commit improves the operator<() to fix that. BUG: 430942
-
- 17 Jan, 2021 2 commits
-
-
Antonio Prcela authored
-
Laurent Montel authored
-
- 13 Jan, 2021 2 commits
-
-
Nicolas Fella authored
kcfg_property is a magic property used by KConfigDialog to control what property is manipulated. In this case we want to manipulate the currentText property of the QComboBox. Strings in UI files are getting translated by default. This results in kcfg_property containing a nonexistant property for non-english locale which breaks setting the right value of the combobox. BUG: 431557 (cherry picked from commit c1df0094)
-
Nicolas Fella authored
kcfg_property is a magic property used by KConfigDialog to control what property is manipulated. In this case we want to manipulate the currentText property of the QComboBox. Strings in UI files are getting translated by default. This results in kcfg_property containing a nonexistant property for non-english locale which breaks setting the right value of the combobox. BUG: 431557
-
- 11 Jan, 2021 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
-
- 07 Jan, 2021 1 commit
-
-
Yuri Chornoivan authored
-
- 06 Jan, 2021 1 commit
-
-
Yuri Chornoivan authored
-
- 05 Jan, 2021 1 commit
-
-
Laurent Montel authored
-
- 02 Jan, 2021 3 commits
-
-
Christoph Feck authored
-
Christoph Feck authored
(cherry picked from commit 4aa72896)
-
Christoph Feck authored
-
- 30 Dec, 2020 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 16 Dec, 2020 1 commit
-
-
David Redondo authored
Use ApplicationLauncherJob and OpenUrlJob
-
- 15 Dec, 2020 1 commit
-
-
Nate Graham authored
-
- 14 Dec, 2020 1 commit
-
-
Efe Çiftci authored
Changed signal of Annotate button in main window from pressed to clicked in order to let annotation mode appear after button is released.
-
- 10 Dec, 2020 3 commits
-
-
David Redondo authored
-
David Redondo authored
I debugged the time loss of BUG:430173 to be inbetween when org.kde.JobViewServer.requestView is called inside KJobWidgets and the DBus adaptor on plasmashell is notified of that. Unfortunately our methods are implemented in a blocking way as is the call in KUiServerJobTracker::registerJob. So a simple fix is to disable job tracking. Furthermore if the job would take long enough to display progress, it would display an error to the user if the file doesn't exist, which is clearly not what we want. FIXED-IN:20.12.1
-
David Redondo authored
We require KF 5.73 currently
-
- 09 Dec, 2020 1 commit
-
-
Laurent Montel authored
-
- 02 Dec, 2020 4 commits
-
-
Christoph Feck authored
-
Christoph Feck authored
(cherry picked from commit 64dac2b9)
-
Christoph Feck authored
-
Méven Car authored
Plus avoids using usleep, using instead select BUG: 428636
-
- 01 Dec, 2020 1 commit
-
-
Méven Car authored
Plus avoids using usleep, using instead select BUG: 428636
-
- 25 Nov, 2020 1 commit
-
-
Christoph Feck authored
-
- 20 Nov, 2020 2 commits
-
-
Nate Graham authored
-
Méven Car authored
When the drawn rectangle is on a single screen, the output image uses the screen native resolution. When the drawn rectangle is on screens with multiple scale factor, the output image is upscaled to correspond to the screen with the hightest scale factor to keep the image undistorted. Adds also a "scaled" full screen mode, to capture screens content downscaled to screens virtualsize allowing for undistorted content albeit loosing details. Requires Plasma 5.19.80+ BUG: 409762 BUG: 420863 FIXED-IN: 20.12
-
- 19 Nov, 2020 1 commit
-
-
Antonio Prcela authored
-
- 18 Nov, 2020 2 commits
-
-
Bhushan Shah authored
-
Franz Baumgärtner authored
in case the filename to save a screenshot to contains subdirectories, the auto-increment of any %d placeholders was broken. For a template of '%Y/%M/screen-%d' and '%Y/%M/screen-1.png' already existing this now results in '%Y/%M/screen-2.png' being created instead of '%Y/%M/screen-1-1.png'.
-
- 16 Nov, 2020 1 commit
-
-
Nate Graham authored
-