Haris Gušić
6432490c31
Add --region option ( #2013 )
...
* Fix empty help message bug
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Add --region option
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix: initial selection even without --region
* Enable 'full --region'
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Enable 'screen --region'
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Allow negative width/height
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix screen intersection bug
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Change output format of --print-geometry
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
2021-11-08 22:59:46 +01:00
Haris Gušić
988dcab9de
Add --pin, --upload, --accept-on-select to CLI ( #1970 )
...
* Add --pin option
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Add --upload option
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Add --accept-on-select option
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix failing build on MacOS
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Clean up option variable names in main
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Remove missing --path error
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Add tests for action options
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix file extension config option
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix --print-geometry bug
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Replace Qt::endl with "\n"
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix copy/upload task clipboard conflict
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix endless loop when using --raw and --delay
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix bug in upload handling
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Show dialog after upload if --clipboard is set
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
* Fix failing build on Mac and Win
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com >
2021-10-20 11:48:54 -05:00
Boyuan Yang
a9c7cc7b04
Use SPDX-License-Identifier
...
closes : #1374 .
Use SPDX short-form identifiers instead of lengthy copyright
header to document per-file license and copyright.
This commit updates all files under src/ directory where applicable
as well as org.flameshot.Flameshot.metainfo.xml.
2021-02-20 19:22:53 -05:00
Jeremy Fleischman
05c2bc6ae7
Added a gui --selection option to print out the geometry of the selection.
...
Fixes #425 .
2020-10-26 11:46:39 -05:00
Jeremy Borgman
0d5386edd4
Changed clang format to new agreement
2020-09-24 07:53:28 -05:00
Boyuan Yang
18f18ce7ef
Fix D-Bus activation name
...
Originally the App uses org.dharkael.Flameshot in D-Bus.
Since we have moved the project under organization, the
name we are using now should be org.flameshot.Flameshot.
This need to be kept unified across the whole project.
This fixes D-Bus invocation problem and should fixes : #850 .
2020-09-07 11:16:03 -05:00
Jeremy Borgman
c8d15205be
reformatted to Mozilla code style
2020-09-04 20:40:45 -05:00
lupoDharkael
42619158fa
Update copyright year
2019-03-04 16:38:45 +01:00
James LaChance
472a275bb9
Exit non-zero when aborting with --raw. ( #424 )
...
This fixes #302 . Note that I also added a non-zero exit status when DBus
fails to connect.
2018-12-28 16:39:04 +01:00
Alfredo Ramos
ee2f583acd
Fix some issues detected by Clazy ( #384 )
...
* Fix old style connect
* Fix unneeded QString memory allocations
2018-10-24 01:04:42 +02:00
Alfredo Ramos
7ba02666d1
Fix most of the issues reported by cppcheck ( #290 )
2018-07-29 00:17:50 +02:00
lupoDharkael
48c058782a
Implement single method capture request
...
The core now has a method requestCapture, which receives a
CaptureRequest object with all the needed information.
This reduces code duplication in future features.
2018-04-29 11:27:55 +02:00
lupoDharkael
5746a58582
Code refactor
...
More flexible tool API
Minor code format fixes
Clipboard freeze fixed(?)
Arrow correcly growing close to the start point
Improve maintainability
Add undo/redo stack
2018-04-10 15:33:08 +02:00
lupoDharkael
02865322bf
Update copyright
2018-01-12 17:58:30 +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