borgmanJeremy
b8c0b74ea2
Qt5 deprications ( #2076 )
...
* working on removing deprecated warnings for Qt6 migration
* tewsting 18.04 fix
2021-11-21 14:40:56 -06:00
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
borgmanJeremy
e4e7c90109
Gnome41 ( #2035 )
...
* testing new portal on gnome41
* applied clang format
* macro out portal API on windows
2021-11-03 08:01:19 -05: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 Borgman
0d5386edd4
Changed clang format to new agreement
2020-09-24 07:53:28 -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
lupoDharkael
c766b3e048
Add capture individual screens option
2018-05-08 21:23:09 +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
e1bc6ba9c6
Start using #pragma once
2018-01-22 20:08:21 +01: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
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