Commit Graph

214 Commits

Author SHA1 Message Date
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
361f7fad18 Update SingleApplication 2017-11-23 19:51:22 +01:00
lupoDharkael
b3d37dc2b0 Add release process info 2017-11-13 18:08:03 +01:00
lupoDharkael
689c58ef2c Add .deb build info 2017-11-13 16:35:35 +01:00
lupoDharkael
de2580e946 Redefinition of fullscreen commands 2017-11-13 16:21:46 +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
567c99a75e Add desktop enviroment checker 2017-10-28 22:22:04 +02:00
lupoDharkael
85eaa7d82e Add forced button order 2017-10-28 18:29:14 +02:00
lupoDharkael
e418e50259 Add desktop notification when -p is invalid 2017-10-27 21:29:15 +02:00
lupoDharkael
c54d327d9c Change verion model (X.X.X-dev | X.X.X) 2017-10-27 18:25:45 +02:00
Dharkael
80303b9478 Merge pull request #19 from juanma1980/debian
Add debian directory
2017-10-26 22:39:44 +02:00
juanma1980
a90fb3602e -a 2017-10-19 08:59:14 +02:00
juanma1980
8f687d1a7f Merge branch 'master' into debian 2017-10-19 08:57:57 +02:00
juanma1980
a359a82077 -a 2017-10-19 08:57:08 +02:00
juanma1980
44d8978007 -a 2017-10-19 08:56:56 +02:00
Dharkael
e8b28d17cc README: List VoidLinux package 2017-10-10 15:51:07 +02:00
lupoDharkael
4da6fd05a2 Fix parser segfault
Passing an argument with a double dashed prefix was causing a
crash.
'flameshot --gui' instead of 'flameshot gui'
now it's handled correctly.
2017-10-03 17:19:41 +02:00
Dharkael
f7b1436ed9 Merge pull request #15 from lliurex/master
Added ca translation
2017-09-25 16:27:03 +02:00
Jose A. Múrcia
4108cb03a9 Added ca 2017-09-25 09:58:16 +02:00
juanma1980
8fbd7c5861 add patch 2017-09-21 14:09:31 +02:00
juanma1980
d9815162ca add patches 2017-09-21 14:05:39 +02:00
juanma1980
03c135d4f8 clean 2017-09-21 14:02:40 +02:00
juanma1980
e595e18890 add patches 2017-09-21 13:07:24 +02:00
juanma1980
5cf9fef60e remove patch 2017-09-21 13:03:37 +02:00
juanma1980
83affaae79 modify qt project 2017-09-21 12:56:23 +02:00
juanma1980
5bf51831cb clean 2017-09-21 12:53:49 +02:00
juanma1980
ded7b3bb38 add debian directory 2017-09-21 12:53:21 +02:00
lupoDharkael
2a899eb404 Fix default configuration on first launch 2017-09-17 17:45:16 +02:00
lupoDharkael
6c68d35875 Compatibility with Qt 5.3 and Debian 8 2017-08-21 23:46:30 +02:00
lupoDharkael
d884b3896f Improve cursor visibility in Plasma desktop 2017-08-19 14:55:50 +02:00
lupoDharkael
f0b1aceaf6 Compatibility with Qt5.5 2017-08-19 14:49:29 +02:00
lupoDharkael
3a79ac2dd5 Translate and update readme for v0.4.0 2017-08-17 16:24:50 +02:00
lupoDharkael
b966a10c09 Now you can change the thickness of the drawing tools! 2017-08-17 14:47:27 +02:00
lupoDharkael
321ec1b555 Add a resource exporter module 2017-08-16 21:00:29 +02:00
lupoDharkael
a28104d60c Add config desktop entry 2017-08-16 18:23:56 +02:00
lupoDharkael
25135b92a0 CaptureButton cleanup and add shadow effect 2017-08-16 15:54:09 +02:00
lupoDharkael
f6cd946995 Now ConfigHandler doesn't inherits from QObjet 2017-08-16 14:41:58 +02:00
lupoDharkael
b6c1b8f047 Fix disable selection when you click outside 2017-08-16 14:36:17 +02:00
lupoDharkael
6cefead0fc delete inlines, trust the compiler 2017-08-16 14:34:16 +02:00
lupoDharkael
4a56f44bb9 Refactor in the mechanism of saving and exporting
- new imgur upload interface.
- rework for a better code structure. It still needs another change separating the Controller from the code dedicated to export data to the system.
- created the concept of "worker", component used to do some work based on a screenshot.
2017-08-16 13:44:33 +02:00
lupoDharkael
6ed8ad5597 Add some micro-optimizations in the painting process 2017-08-10 14:57:34 +02:00
lupoDharkael
c3bb1814c4 Only hide buttons drawing behind them when inside the area 2017-08-10 14:03:08 +02:00
lupoDharkael
924d467c53 general cleanup
-use of the override keyword
-delete unused code
-const correctness
-more uniform code style
-for each with const references when possible
-getters no longer use the word 'get'
-others
2017-08-09 13:20:07 +02:00
lupoDharkael
4d0b4d7b51 Fix button's emerge animation while hovering 2017-08-08 20:27:12 +02:00
lupoDharkael
16c99994d6 Hide buttons while drawing behind them 2017-08-08 20:19:58 +02:00
lupoDharkael
973818c466 Add informative labels in filename editor 2017-08-08 17:59:29 +02:00