Commit Graph

1281 Commits

Author SHA1 Message Date
nullobsi
a3b0cad881 fix compatibility fot Qt < 5.11 2021-03-08 11:07:48 -06:00
nullobsi
6b3e551ce6 use unique token & subscribe to signal before calling screenshot 2021-03-08 11:07:48 -06:00
Jeremy Borgman
bca3c3d669 pin macos qt version to 5 2021-03-04 12:19:52 -06:00
Jeremy Borgman
e5f2257831 Fixed issue with upload hotkey. It was classified with the wrong set of hotkeys 2021-03-04 12:19:52 -06:00
Jeremy Borgman
b531d2e0e8 fixed minor bug in testing 2021-03-04 07:38:36 -06:00
Martin-Eckleben
1bf75693dd Fixing commit for merging. This is a new feature to add a gui button for
chaging the global thickness.
2021-03-04 07:38:36 -06:00
Jeremy Borgman
0401bf08ea Fixed issue with copying url. This issue always occurs in places clipboard actions happen ahead of notifications 2021-03-03 19:53:47 -06:00
Patrick José Pereira
c5c4cfb7f5 flameshot-shortcuts-kde: Add comment about how to import 2021-03-03 14:43:44 -06:00
Jeremy Borgman
e0333bb0ba Fixed issue where active tool could be nullptr 2021-03-03 14:38:05 -06:00
Jeremy Borgman
01a3b809f3 Added copyright info 2021-03-03 14:37:50 -06:00
Jeremy Borgman
0f69244c0f fixing windows build issues 2021-03-03 14:37:50 -06:00
Jeremy Borgman
f7e8d34c82 Added strf validation 2021-03-03 14:37:50 -06:00
Yuriy Puchkov
f54538ee1e Code refactoring - ScreenGrabber: 'screen' has been explicitly marked deprecated
(cherry picked from commit 9ffb3fff8cd7ee679070f9e4bfb931b88c960ff6)
2021-03-01 13:14:12 -06:00
Yuriy Puchkov
93dcc43af3 Code refactoring - CaptureWidget: 'screenGeometry' is deprecated
(cherry picked from commit 6adf0b053f41003314b59b8f2e472cd56a280b23)
2021-03-01 13:14:12 -06:00
Yuriy Puchkov
d3140a9ad6 QPixmap use the other overload which returns QPixmap by-value
(cherry picked from commit 65ff17441628e20c4890f806d02f53647b9e1277)
2021-03-01 13:14:12 -06:00
Yuriy Puchkov
a5c68a6f5b Code refactoring - Deprecated drawRoundRect->drawRoundedRect
(cherry picked from commit 51079a3940527b59306d1324f86fe7fe0816d96a)
2021-03-01 13:14:12 -06:00
Yuriy Puchkov
4c93876b32 Deprecated QPalette::foreground() Use QPalette::windowText() instead
(cherry picked from commit 8c30246ef36199a32309b8d706163de8bc7b6944)
2021-03-01 13:14:12 -06:00
Jeremy Borgman
20536a291e Fixing missing Qt DLL 2021-03-01 10:57:07 -06:00
borgmanJeremy
8948fa73d0 Signed release (#1402)
* Update releasing documents for 0.9

* testing signed release
2021-02-27 14:57:18 -06:00
Jeremy Borgman
856e08a019 Update releasing documents for 0.9 2021-02-27 14:39:31 -06:00
Aylinux
ed32394708 Update Internationalization_tr.ts 2021-02-27 07:40:23 -06:00
borgmanJeremy
e9c7aefd2a Merge pull request #1398 from namecheap/nc/fixes-25-02-2021 2021-02-26 14:15:24 -06:00
Yuriy Puchkov
d32ed7704b fix - File name pattern editor 'Clear' and 'Reset' behavior (configuration window)
(cherry picked from commit 116c807f166841e1ba2745e32ae1ef5fd7f25276)
2021-02-26 09:21:19 +02:00
Yuriy Puchkov
1c5dbb3c9e Reset button doesn't reset configurations to the initial values
(cherry picked from commit 3cc8e1bc1e6c59917169941c97ea87021e7c268f)
2021-02-26 09:21:08 +02:00
Yuriy Puchkov
a64b9803d7 fix - MacOS - Image is not copied to the clipboard when the 'Use JPG format for clipboard' checkbox is set
(cherry picked from commit 802d8bc3dfd2644d264938b4fc1e0adbc39d110b)
2021-02-26 09:20:57 +02:00
Yuriy Puchkov
a1d3ec0147 fix - 'Launch at startup feature' doesn't work after uncheck/check in the Configuration window
(cherry picked from commit 2d3b02b462300a3de24f2d4115086b5ae7c7bd46)
2021-02-26 09:20:48 +02:00
borgmanJeremy
5705e45e32 Merge pull request #1396 from borgmanJeremy/fix_save_error_loop
removed loop that occured when screenshot failed to save.
2021-02-25 19:33:56 -06:00
Jeremy Borgman
acb9a08e2c removed loop that occured when screenshot failed to save. 2021-02-25 10:33:03 -06:00
borgmanJeremy
d9b9049736 Merge pull request #1391 from namecheap/nc/fix/trayicon_unchecked
NC/fix - 'Show tray icon' checkbox is automatically unchecked when checking some other check boxes
2021-02-24 12:35:59 -06:00
Yuriy Puchkov
e3b1d55fd8 fix - 'Show tray icon' checkbox is automatically unchecked when checking some other checkboxes
(cherry picked from commit 3803f6725d3d7f95f36299a65557f5bfb2d15f2a)
2021-02-24 17:32:05 +02:00
borgmanJeremy
39dcd1a291 Merge pull request #1388 from namecheap/nc/fix_macos_tool_settings
NC/fix - MacOS - Tool Settings on secondary display is at strange position
2021-02-24 09:26:16 -06:00
Yuriy Puchkov
b699bdd4ca fix - MacOS - Tool Settings on secondary display is at strange position
(cherry picked from commit 672af784c5a459b5bcb617cf4a858edc98de9173)
2021-02-23 15:23:28 +02:00
borgmanJeremy
2b0184a24a Merge pull request #1383 from borgmanJeremy/remove_symlink
Removed icon symlinks to prevent windows issues with symlinks
2021-02-21 20:12:33 -06:00
Jeremy Borgman
e03909c48a Removed icon symlinks to prevent windows issues with symlinks 2021-02-21 19:53:02 -06:00
borgmanJeremy
929a468fcd Merge pull request #1381 from lexikiq/patch-1
add missing closing parenthesis
2021-02-21 19:32:46 -06:00
lexikiq
f47fe57e4e add missing closing parenthesis 2021-02-21 14:46:30 -05:00
borgmanJeremy
5b0bb501dc Merge pull request #1377 from hosiet/pr-spdx-id
Use SPDX-License-Identifier
2021-02-20 19:21:59 -06:00
Boyuan Yang
fe7affa7f8 tools: pin: pintool.h,cpp: Convert to unix fileending
Since pintool.h and pintool.cpp were using \r\n instead of \n,
this commit fixes that and use \n only.
2021-02-20 19:26:30 -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
borgmanJeremy
7c3c075a56 Merge pull request #1365 from namecheap/merge_full_nc_to_upstream
Merge full nc to upstream
2021-02-20 12:52:48 -06:00
borgmanJeremy
aac2110fb3 Merge pull request #1363 from namecheap/merge_nc_to_upstream
Update Ukrainian and Russian translations
2021-02-20 12:47:45 -06:00
borgmanJeremy
ce008cdc7e Merge pull request #1367 from hosiet/pr-make-qhotkey-header-conditional
Do not include QHotKey header on non-Mac system
2021-02-20 12:47:37 -06:00
borgmanJeremy
666de9a98d Merge pull request #1375 from T3rminat0r/master
[Translations] adding/modifying Translations in Internationalization_de_DE.ts
2021-02-20 12:47:26 -06:00
borgmanJeremy
495fa8f53b Merge pull request #1369 from hosiet/pr-update-zh-cn-translation-0.9.0-rc2
Refresh zh_CN translation again
2021-02-20 12:47:18 -06:00
borgmanJeremy
9cae3d8daf Merge pull request #1366 from Vistaus/master
Updated Dutch translations + Added Dutch desktop file translations
2021-02-20 12:47:10 -06:00
Michael Rother
877fc7e155 [Translations] adding/modifying Translations in Internationalization_de_DE.ts 2021-02-20 19:07:46 +01:00
Boyuan Yang
200416a3d4 Refresh zh_CN translation 2021-02-20 08:38:02 -05:00
Boyuan Yang
ee2ef05178 Do not include QHotKey header on non-Mac system
QHotKey is only used on macOS. As a result, do not unconditionally
include QHotKey headers.
2021-02-20 08:01:02 -05:00
Heimen Stoffels
04e22af8d0 Updated Dutch translations + Added Dutch desktop file translations 2021-02-20 12:37:05 +01:00
Yuriy Puchkov
12e3c9eb39 Sync 'src' with Namecheap master 2021-02-20 13:19:07 +02:00