Commit Graph

110 Commits

Author SHA1 Message Date
lupoDharkael
89ac281033 Fix whitespace consistency 2018-01-19 00:58:40 +01:00
lupoDharkael
54c839f673 App launcher: keep icon aspect ratio 2018-01-18 18:48:34 +01:00
lupoDharkael
33ae4d9bc2 App launcher: use scaled icons 2018-01-18 18:21:40 +01:00
lupoDharkael
16a082c713 Fix MSVC warnings 2018-01-18 17:26:58 +01:00
lupoDharkael
05da137670 Minor code fixes 2018-01-18 17:16:34 +01:00
lupoDharkael
03f4801200 Scale button icons 2018-01-18 00:33:54 +01:00
lupoDharkael
2c1080bfaa Initial work towards better dpi support 2018-01-17 23:43:22 +01:00
lupoDharkael
d8d470e242 Prevent buttons going out of screens 2018-01-15 23:11:20 +01:00
lupoDharkael
e468b49b21 Prefer main screen as full selection button position 2018-01-15 18:35:20 +01:00
Giorgi Gzirishvili
1bc658b7ba Open Program: Fix whitespace handling (#87)
Fixes errors external apps give when you have whitespaces in the file name and you try to open the file in an external editor (e.g. GIMP). This happens because whitespaces are interpreted as shell argument separators.
2018-01-14 16:25:11 +01:00
lupoDharkael
bf9892d05e Use Native File Dialog 2018-01-14 16:21:33 +01:00
lupoDharkael
0c7bd9ca0c Open With tool: show native dialong on Windows 2018-01-13 17:21:40 +01:00
lupoDharkael
3a38abc2ab Add missing license information 2018-01-12 18:10:02 +01:00
lupoDharkael
02865322bf Update copyright 2018-01-12 17:58:30 +01:00
lupoDharkael
514195ff41 Don't hardcode temp path 2018-01-12 17:55:19 +01:00
Boyuan Yang
f36ab43e70 Fix typos found by codespell (#70) 2018-01-09 13:58:11 +01:00
lupoDharkael
68df636d18 Fix tab+arrow shortcut 2018-01-08 17:17:46 +01:00
lupoDharkael
6eadd10c7d Windows: initial gui help message uses the correct color 2018-01-02 01:08:11 +01:00
lupoDharkael
a60697fa1e CaptureWidget: Add missing member initialization 2018-01-01 17:27:08 +01:00
lupoDharkael
2932e5930d Add configurable transparency
Now the opacity of the area outside the selection in the graphical
capture is configurable.
2017-12-31 17:46:26 +01:00
lupoDharkael
d1619d9063 Fix size indication values 2017-12-30 12:00:14 +01:00
lupoDharkael
7969523f06 Load a single configuration in CaptureWidget 2017-12-30 11:59:05 +01:00
lupoDharkael
38a572ecf1 Fix button internal position 2017-12-26 13:44:47 +01:00
lupoDharkael
c98428b897 Fix button positions based on selection 2017-12-24 18:20:36 +01:00
lupoDharkael
295dfab5ec Finish ButtonHandler refactor 2017-12-23 18:58:25 +01:00
lupoDharkael
a3e26f0eac Don't show the draw pointer preview after changing to selection mode 2017-12-22 22:45:24 +01:00
lupoDharkael
78df872786 Don't show the draw pointer preview creating a selection 2017-12-22 22:38:04 +01:00
lupoDharkael
a4fa54fc79 First ButtonHandler refactor 2017-12-22 22:22:37 +01:00
lupoDharkael
36e3aaad27 Fix error message format for readings in /tmp 2017-12-19 20:48:18 +01:00
lupoDharkael
f9c3b858ae Fix segfault in generation of button positions 2017-12-18 19:22:54 +01:00
lupoDharkael
a0fdb96e44 Open App tool: design changes
- Search bar with realtime search
- Show all app categories by default
2017-12-18 15:51:00 +01:00
lupoDharkael
9a82175373 App Launcher: add force open with terminal checkbox 2017-12-15 19:11:39 +01:00
lupoDharkael
11b101570f Use QStringLiteral 2017-12-15 18:34:05 +01:00
lupoDharkael
fb8112a2a4 App launcher: start in terminal when defined in desktop files 2017-12-14 19:31:41 +01:00
lupoDharkael
aca1546b1f Now you can choose to open the screenshot with more apps 2017-12-11 01:32:51 +01:00
lupoDharkael
d4e3ae4cfd Fix tool order in config menu 2017-12-07 16:37:26 +01:00
lupoDharkael
7c91f91847 Fix button reorder 2017-12-05 17:45:53 +01:00
lupoDharkael
bce877b9c7 Selection easier to resize 2017-12-05 15:14:16 +01:00
lupoDharkael
9e6a7f76bd Fix App Opener widget 2017-12-04 18:29:52 +01:00
lupoDharkael
b0f385caf4 Add Blur tool 2017-12-04 00:28:25 +01:00
lupoDharkael
41290f0212 Add dbus notifications xml 2017-12-03 15:48:45 +01:00
lupoDharkael
a7f1c96db9 Fix draw a single pixel with pencil 2017-12-03 01:07:34 +01:00
lupoDharkael
820458df89 Add on mouse draw preview 2017-12-02 16:33:07 +01:00
lupoDharkael
0357edaed8 App Launcher: add KeepOpen option 2017-12-02 11:13:11 +01:00
lupoDharkael
4664562728 Add OpenWith... tool 2017-12-01 21:35:07 +01:00
lupoDharkael
485bc58b9d Add desktop notification about failed captures 2017-11-10 19:56:59 +01:00
lupoDharkael
bb6ac04d60 Add --raw flag
Updated dbus API. Now it sends a signal with every capture, it may
be captureFailed or a captureTaken which contains the raw image
bytes in png format. You have to add an id to the screenshot calls
so it will be returned as a way to know the origin of the signal.
2017-11-09 18:14:04 +01:00
lupoDharkael
85eaa7d82e Add forced button order 2017-10-28 18:29:14 +02:00
lupoDharkael
d884b3896f Improve cursor visibility in Plasma desktop 2017-08-19 14:55:50 +02:00
lupoDharkael
b966a10c09 Now you can change the thickness of the drawing tools! 2017-08-17 14:47:27 +02:00