brimston3
e2bd91a1de
Add captureSaved to dbus interface description
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
Mikko Vedru
635c2a3eef
Add info about flameshot.ini config file
2021-01-11 17:33:19 -06:00
Jeremy Borgman
c84b6df7d3
fixing clag format check
2021-01-05 17:01:12 -06:00
Jeremy Borgman
76ad9e5a6f
first pass at adding logging framework
2021-01-05 17:01:12 -06:00
Jeremy Borgman
ccbc1bfc17
squashed noisy new clang tidy warning
2021-01-04 13:16:22 -06:00
Cranky Supertoon
bdaf110a09
add packaging stuff for macOS
2021-01-04 13:05:35 -06:00
Heimen Stoffels
38bc11093e
Updated Dutch translations
2021-01-04 13:05:11 -06:00
Jeremy Borgman
347af0f8d9
bumped qt version on appveyor
2020-12-30 10:39:37 -06:00
freddii
bc61bf1027
fixed typing mistakes
2020-12-28 19:12:40 -06:00
Åke Engelbrektson
ead92be632
Update Internationalization_sv_SE.ts
...
Correct and complete Swedish translation.
I also fixed the source string on line 438, to better match GUI and translate. You might want to fix that error in other translations. Thanks!
2020-12-28 19:12:04 -06:00
Arun S. Negi
3f53727329
docs(readme): fix command to release the PrtScr binding on Ubuntu
...
Old command throws an error:
expected value:
(empty input)
^
2020-11-25 08:56:12 -06:00
Mehrad Mahmoudian
492648158a
Added a template for simple questions
2020-11-23 10:42:03 -06:00
Mehrad Mahmoudian
5acd902336
Updated the bug report template with the correct URL and more information
2020-11-23 08:18:32 -06:00
EugeneSnikhovskiy
eef2b75bf7
docs - macos build
...
add macos build instruction
2020-11-02 13:41:32 -06:00
Ahmed Zetao Yang
65f28de250
fix: enforce utf-8 charset when building flameshot
2020-11-02 09:34:42 -06:00
Ahmed Zetao Yang
71be27002c
docs: update gif link
2020-11-02 09:27:57 -06:00
borgmanJeremy
3096fab6d8
Create CODE_OF_CONDUCT.md
2020-10-31 20:08:09 -05:00
Jeremy Borgman
8211b6aff0
updated qtsingleapplication to v3.1.5
2020-10-31 20:05:06 -05:00
tiller
a0156be7b6
fixed placement issue on windows when multi-monitor setup
2020-10-31 20:00:20 -05:00
joshuapatel
e1c6da3f94
Add Ubuntu keyboard shortcuts to the index and make heading size consistent ( #1125 )
2020-10-31 19:17:38 -05:00
David Mitchell
9ac549d086
capturewidget refactor ( #1114 )
...
* Renaming methods for better file outline
* Moving redundant code into helper functions
* Combine implementation of move and resize
* Remove checks from move
2020-10-29 14:45:55 -05:00
Jeremy Borgman
31874c74e3
fix qt path for appveyor
2020-10-29 12:45:31 -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
James LaChance
841b40a412
Read shortcut from m_settings in shortcuts widget
...
Fixes #1111
2020-10-29 12:16:43 -05: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
James LaChance
86fee7010c
Hide the full utility panel instead of internal
...
Previously only the internal panel was getting hidden, rather than the
surrounding/containing QWidget. This created a bug that the Esc would
need to be pressed more than once to exit the text tool or flameshot.
Fixes #1108
2020-10-28 07:52:33 -05:00
Aditya Rachman Putra
95d8920bec
Adds guide on how to setup keyboard shortcut on Ubuntu 18.04 to ease the adaptation
2020-10-27 08:14:36 -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
8b51af2010
merging fixes from 0.8.x branch
2020-10-25 21:25:10 -05:00
Jeremy Borgman
826165c527
removed close after capture
2020-10-25 21:25:10 -05:00
Jeremy Borgman
3acd61fdec
always trigger CI on PR
2020-10-25 21:25:10 -05:00
DbDibyendu
8ebb0999a8
Update README.md
...
Updated the new Hotkeys
2020-10-24 09:34:30 -05:00
borgmanJeremy
c901970091
Merge pull request #1092 from borgmanJeremy/upload_issue
...
fixed race condition between notifcation and clipboard
2020-10-22 17:58:45 -05:00
Jeremy Borgman
368421f198
fixed race condition between notifcation and clipboard
2020-10-22 17:56:25 -05:00
borgmanJeremy
b984a756d3
Merge pull request #1030 from borgmanJeremy/nc_merge
...
Merge Changes from Namecheap Fork
2020-10-21 10:08:11 -05:00
Jeremy Borgman
dec8c63f14
fixed formatting
2020-10-20 10:03:56 -05:00
Jeremy Borgman
823ba6fc8b
Founding dangling singal to uploader
2020-10-20 07:03:30 -05:00
Jeremy Borgman
62466d6581
Preparing for upstream merge
2020-10-20 06:53:59 -05:00
Jeremy Borgman
ffb119fabb
updating namecheap PR
2020-10-20 06:19:04 -05:00
Yurii Puchkov
03f1662558
Merge pull request #60 from namecheap/bugfix/RND-664-flameshot-update-history-widget-on-new-capture
...
Bugfix/rnd 664 update history widget on new capture
2020-10-16 05:51:09 -07:00
Yuriy Puchkov
d1274add47
Release v0.8.5.2
2020-10-16 15:24:25 +03:00
Yuriy Puchkov
3e7b87ccfe
Code refactoring - remove not required headers and definitions
2020-10-16 15:08:08 +03:00
Yuriy Puchkov
472d0dca29
Merge branch 'flameshot-org-master' into bugfix/RND-664-flameshot-update-history-widget-on-new-capture
2020-10-16 15:05:12 +03:00
Yuriy Puchkov
5ea80b2ca2
Fix - update history widget on new capture
2020-10-16 15:04:17 +03:00
Yurii Puchkov
b69f850c2a
Merge pull request #59 from namecheap/bugfix/RND-661-flameshot-memory-leaks
...
Bugfix/rnd 661 flameshot memory leaks
2020-10-16 05:01:19 -07:00
Yuriy Puchkov
0919d26145
Fix - call the same HistoryWidget object on Shortcut and from the Menu
2020-10-16 14:01:02 +03:00
Jeremy Borgman
2d4cd76e85
Updated CMAKE for new translation
2020-10-16 05:47:58 -05:00
Leekilalala
49c87138a8
Update Hong Kong, China translation. ( #1075 )
...
* Add files via upload
* Update China-hongkong translation.
2020-10-16 05:27:07 -05:00
borgmanJeremy
e98c974009
Updated releasing instructions ( #1074 )
2020-10-16 05:25:33 -05:00