- 27 Feb, 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
-
- 24 Feb, 2021 2 commits
-
-
Heiko Becker authored
-
Heiko Becker authored
-
- 22 Feb, 2021 1 commit
-
-
Natsumi Higa authored
-
- 29 Jan, 2021 2 commits
-
-
Heiko Becker authored
-
Heiko Becker authored
-
- 25 Jan, 2021 1 commit
-
-
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 1 commit
-
-
Script Kiddy authored
-
- 20 Jan, 2021 1 commit
-
-
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)
-
- 13 Jan, 2021 1 commit
-
-
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)
-
- 02 Jan, 2021 2 commits
-
-
Christoph Feck authored
-
Christoph Feck 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 2 commits
-
-
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
-
- 02 Dec, 2020 3 commits
-
-
Christoph Feck authored
-
Christoph Feck authored
-
Méven Car authored
Plus avoids using usleep, using instead select BUG: 428636
-
- 25 Nov, 2020 1 commit
-
-
Christoph Feck authored
-
- 20 Nov, 2020 1 commit
-
-
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
-
- 18 Nov, 2020 1 commit
-
-
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'.
-
- 15 Nov, 2020 1 commit
-
-
Antonio Rojas authored
Otherwise it will double its size after being processed if using 2x screen scaling
-
- 08 Nov, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 04 Nov, 2020 1 commit
-
-
David Redondo authored
BUG:428635 FIXED-IN: 20.12.0
-
- 31 Oct, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 70240064)
-
- 26 Oct, 2020 2 commits
-
-
Méven Car authored
-
Bharadwaj Raju authored
-
- 25 Oct, 2020 2 commits
- 24 Oct, 2020 1 commit
-
-
Antonio Prcela authored
Check if we are running in GUI mode, if not then the mMainWindow is null and hence no need to show a screenshot.
-
- 23 Oct, 2020 1 commit
-
-
Laurent Montel authored
-
- 13 Oct, 2020 2 commits
-
-
Antonio Prcela authored
-
Antonio Prcela authored
Add a new function that gets called when an screenshot has been canceled. BUG: 427645
-
- 12 Oct, 2020 2 commits
-
-
David Redondo authored
Uses the same default value as the gui. Provide short flags for changing the default behavior (-p and --nd). BUG:425995
-
Vlad Zahorodnii authored
Qt scales coordinates relative to the upper-left corner of the screen where the quick editor window is. This means that (0, 0) in the logical pixels is not the same as (0, 0) in the native pixels. Commit ccf8d522 tried to address that issue by mapping (0, 0) from the native pixels to the logical pixels. Unfortunately, it doesn't work reliably because setting geometry may move a window to another screen and thus the computed window position will be wrong. It would be wonderful if QXcbWindowFunctions had a function that sets the window geometry in native pixels that we could use here in Spectacle to bypass HiDPI code path. As a short term solution, this change makes Spectacle use XCB API directly to position itself.
-
- 07 Oct, 2020 1 commit
-
-
Antonio Prcela authored
Rearrange setting so it's no more possible to have all three options activated at once: copy image to clipboard, save location to clipboard and autosave image. Added check to avoid having all three settings at once. Updated layout with some spacers. BUG: 420477
-
- 06 Oct, 2020 2 commits
-
-
Antonio Prcela authored
Separate 'if' for doCopyToClipboard() and doSave(), since one can have both active. Adjusted the corresponding notifications. BUG: 425573 BUG: 422148
-
Méven Car authored
Currently when this happens, the GUI does not inform the user.
-
- 03 Oct, 2020 1 commit
-
-
Christoph Feck authored
-