Jeremy Borgman
be730cf29c
Fixed bug related to save path
2021-02-15 20:17:42 -06:00
Jeremy Borgman
381985afbb
Handle exception when locales are not properly configured
2021-02-15 08:07:31 -06:00
David Mitchell
aee943af5d
Implement selectAll and keyboard shortcut ( #1106 )
2021-02-06 20:01:45 -06:00
Jeremy Borgman
013c0f1169
fixed issue with mime data on clipboard for jpeg
2021-02-06 19:50:19 -06:00
nullobsi
ddf69010d8
code formatting
2021-02-02 19:22:05 -06:00
nullobsi
799c4c9908
use device pixel ratio on screenshot to properly draw the image
2021-02-02 19:22:05 -06:00
nullobsi
b4ba730732
disconnect object when done
2021-02-02 19:22:05 -06:00
nullobsi
4c23d2e45d
properly exit event loop
2021-02-02 19:22:05 -06:00
nullobsi
7a18dc096a
preliminary support for sway/wlroots compositors
2021-02-02 19:22:05 -06:00
Jeremy Borgman
2ee76addbd
Minor tweaks after code review
2021-02-01 19:57:43 -06:00
Sonu Lohani
a944860d12
Add config for jpg/png when copy
2021-02-01 19:57:43 -06:00
Sonu Lohani
b121c6c72b
Fix clang format
2021-02-01 19:57:43 -06:00
Sonu Lohani
8f058f98f3
JPG for clipboard
2021-02-01 19:57:43 -06:00
Jeremy Borgman
9581a698af
resolved merge conflicts
2021-01-15 19:02:16 -06:00
brimston3
7f55d0c672
Simplify canonical path generation slightly
2021-01-15 12:49:33 -06:00
brimston3
e07829ec55
Emit dbus captureSaved signal when saving files
...
New captureSaved signal contains the request ID and canonical path of the saved
file. This allows a dbus listener interested in postprocessing files access to
the path most recently written.
2021-01-15 12:49:33 -06:00
Jeremy Borgman
73fe772b70
resolving merge conflicts
2021-01-08 10:19:53 -06:00
Yuriy Puchkov
6300672828
fix - MacOS - no notification in tray on image upload, save to clipboard and other notifications
2020-12-17 15:02:22 +02:00
Yuriy Puchkov
162b864353
MacOS - Global shortcuts
2020-12-17 12:25:08 +02:00
Yuriy Puchkov
784da1a652
Update to a new version notification
2020-12-11 15:00:11 +02:00
Yuriy Puchkov
7e09b818c7
fix - MacOS - In shortcuts: Ctrl now is Cmd while Ctrl is Meta
2020-12-08 11:38:35 +02:00
Yuriy Puchkov
2e7d4431ce
MacOS - disable CaptureToolButton
2020-12-03 12:03:51 +02:00
Yuriy Puchkov
293525f5b6
Fix - MacOS capture area, full screen mode, system tray area, etc
2020-11-24 07:39:51 -08:00
Yuriy Puchkov
50d5afed8f
Read s3 creds for upload from URL in private network (VPN)
2020-11-18 17:57:15 +02:00
Jeremy Borgman
8211b6aff0
updated qtsingleapplication to v3.1.5
2020-10-31 20:05:06 -05:00
Jeremy Fleischman
f814e2d6b8
Look up the autostart directory using QT's helper methods.
...
This fixes https://github.com/flameshot-org/flameshot/issues/928 .
2020-10-29 12:19:52 -05:00
Yuriy Puchkov
7e49d4e5eb
Fix - Use fixed path for screenshots to save
2020-10-28 16:14:45 +02:00
Jeremy Fleischman
c5e9def59f
Add a configurable keyboard shortcut to commit text.
...
This new shortcut defaults to `ctrl+enter`, and it commits the text
you're currently typing. It does *not* change the behavior of enter
(pressing enter still inserts a newline), nor does it actually exit
flameshot. This isn't exactly what was requested, but I'm going to
somewhat cavalierly say that this fixes
https://github.com/flameshot-org/flameshot/issues/812 .
*Note: I added a new user-visible string here, but I didn't update any
ts files. Is that ok?
2020-10-28 07:55:46 -05:00
Yuriy Puchkov
babbbb8f9b
Make preview files on the local disk for the 'Latest uploads' smaller
2020-10-28 11:53:18 +02: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
826165c527
removed close after capture
2020-10-25 21:25:10 -05:00
Jeremy Borgman
dec8c63f14
fixed formatting
2020-10-20 10:03:56 -05:00
Jeremy Borgman
62466d6581
Preparing for upstream merge
2020-10-20 06:53:59 -05:00
Yuriy Puchkov
3c5ff1d29c
Code refactoring - Cleanup code
2020-10-16 10:41:51 +03:00
Yuriy Puchkov
654455e9ac
Merge branch 'flameshot-org-master' into merge-from-upstream
...
# Conflicts:
# .github/workflows/Linux-pack.yml
# CMakeLists.txt
# appveyor.yml
# data/graphics.qrc
# src/tools/imgur/imguruploader.cpp
2020-10-15 15:44:49 +03:00
borgmanJeremy
f11073bc00
fixing icon regression ( #1051 )
...
* fixing icon regression
* fixed symlink
2020-10-12 08:40:35 -05:00
Yuriy Puchkov
f273a06d98
Remove unrequired includes
2020-10-12 13:48:32 +03:00
Yuriy Puchkov
f894b44f25
Get cache path for linux according to XDG standard
2020-10-12 12:51:04 +03:00
Yuriy Puchkov
c92f8e3014
Merge branch 'flameshot-org-master' into bugfix/memory-leak
...
# Conflicts:
# .github/workflows/Linux-pack.yml
# CMakeLists.txt
# data/graphics.qrc
# src/config/configwindow.cpp
# src/tools/imgur/imguruploader.cpp
2020-10-11 20:49:15 +03:00
Yuriy Puchkov
a472648263
Fix - memory leaks
2020-10-11 20:41:25 +03:00
Ahmed Zetao Yang
ac7142c4df
fix: correcting images name
2020-10-11 07:18:16 -05:00
Yurii Puchkov
309651e4ec
Merge pull request #52 from namecheap/feature/RND-656-flameshot-ability-to-lock-switching-between-s3-and-imgur-and-use-s3-only
...
Ability to lock switching between s3 and imgur and use s3 only
2020-10-06 06:59:37 -07:00
Yuriy Puchkov
7d0d51efb5
Ability to lock switching between s3 and imgur and use s3 only
2020-10-06 16:11:33 +03:00
Yuriy Puchkov
8848b25305
Join two similar options 'Save path' and 'Save default path for screenshots'
2020-10-06 14:10:32 +03:00
Yuriy Puchkov
e22a3eeb1e
Set option 'Launch at startup' true by default
2020-10-06 08:36:45 +03:00
Yuriy Puchkov
8e92ea5ab4
Merge 0.8.3 upstream
2020-10-02 10:15:56 +03:00
hexyoungs
01bc618dcc
refactor: ColorUtils::colorIsDark
...
make it more clear
2020-09-28 08:52:33 -05:00
hexyoungs
f2101a3296
fix : #994
2020-09-28 08:52:33 -05:00
Yuriy Puchkov
fc86f473cd
Update Ukrainian and Russian translations
2020-09-28 15:18:52 +03:00
Yuriy Puchkov
9f26384003
Set default storage based on config.ini file (s3 if creds exist otherwise imgur)
2020-09-28 11:04:58 +03:00