Commit graph

5605 commits

Author SHA1 Message Date
Daniel Kuschny 0b07521fc5 Code style 2019-04-15 20:33:38 +02:00
Daniel Kuschny a16dc4f75a Fixed issue that crop-tool shape is not cleared when switching to select tool manually 2019-04-15 20:29:22 +02:00
Jaex c963e94406 Override IsSelectable instead of Intersects 2019-04-15 16:56:31 +03:00
Jaex 0657d23139 Use property for shape selectable state 2019-04-15 16:45:37 +03:00
Jaex e0f6e11f44 Allow selecting freehand drawing when select tool is active 2019-04-15 16:27:14 +03:00
Jaex 552c898864 Don't show hover selection of windows and controls when select tool is active 2019-04-14 10:17:12 +03:00
Jaex 7b107fcd31
Merge pull request #4058 from Danielku15/feature/select-tool
Added select tool to image editor
2019-04-14 09:40:10 +03:00
Jaex 168addb557
Update ShapeManager.cs 2019-04-14 09:30:28 +03:00
Daniel Kuschny 076d3fc897 Changed label and icon of select tool, added german translation 2019-04-13 14:27:41 +02:00
Daniel Kuschny 3b413d0110 Limit auto select tool selection to drawing tools and added special logic to switch back after crop tool completion 2019-04-13 14:21:48 +02:00
Daniel Kuschny fa89e16d4d Merge branch 'master' into feature/select-tool 2019-04-13 13:47:25 +02:00
Jaex cf7893b6cb Support wildcard in image history form search 2019-04-09 12:04:07 +03:00
Jaex 457e13b7bb Support wildcard in history form filename filter 2019-04-09 11:46:32 +03:00
Jaex d0f9b46075
Merge pull request #4069 from yagizhan49/patch-1
Fixing Turkish translation
2019-04-08 20:33:39 +03:00
Jaex 5ef8737036
Merge pull request #4068 from maximmax42/patch-1
Fixing Russian translation
2019-04-08 20:29:13 +03:00
Yağızhan 4bfba97406
Correcting a typo 2019-04-08 19:06:13 +03:00
Maxim b53a617872
Fixing Russian translation 2019-04-08 16:47:46 +05:00
Jaex 5a660e390f Change cursor drawing tool icon 2019-04-08 00:26:57 +03:00
Jaex cee71e9635
Merge pull request #4067 from lucario/GCS-publicacl-toggle
[GCS] Add PublicACL toggle
2019-04-08 00:16:32 +03:00
Matthew Burnett 8600aad04a Fix window sizing (restored to original) 2019-04-07 16:56:30 -04:00
Matthew Burnett d5ccc6a5b7 Add checkbox to toggle public ACL 2019-04-07 16:42:47 -04:00
Jaex d2f475d625
Merge pull request #4060 from L1Q/master
Translation improvements/updates
2019-04-05 15:36:49 +03:00
L1Q 763a3d2c5c Update russian translation 2019-04-04 23:08:18 +03:00
L1Q 572950c062 Remove unused lines 2019-04-04 23:04:42 +03:00
L1Q c62d8556c6 Improve tranlsation support
Move lines to resx
2019-04-04 22:22:16 +03:00
Daniel Kuschny c2bfb2bf5d Another minor code style issue. 2019-04-04 20:02:06 +02:00
Daniel Kuschny 220c2e4b19 Added selection icon from and applied it to the select tool. 2019-04-04 19:49:48 +02:00
Daniel Kuschny a7cacddee1 Fixed code style issue 2019-04-04 19:36:28 +02:00
Daniel Kuschny ba0e644896 Introduced settings that allow change of select tool behavior 2019-04-04 19:33:55 +02:00
Daniel Kuschny 1ba6769b76 Improved escape key handling. 2019-04-04 19:33:35 +02:00
Daniel Kuschny c00b7ae6b9 Reordered toolbar and made selection tool default 2019-04-04 19:33:02 +02:00
Daniel Kuschny 056f17cbc7 Added select tool to image editor 2019-04-04 18:32:58 +02:00
Jaex e3e54bf720 If settings save fail balloon tip clicked then debug log window will open 2019-04-03 13:56:15 +03:00
Jaex 430e9dab55 Added random position option to image watermark 2019-04-01 15:05:52 +03:00
Jaex 2d20f36440 Removed default host selection from Pomf and Chevereto 2019-03-31 17:57:36 +03:00
Jaex be3363ea83 Removed unused form 2019-03-31 10:46:15 +03:00
Jaex 9689f3dc34 Only show settings save fail warning 3 times 2019-03-30 16:18:39 +03:00
Jaex 2a0ca56d51 Show balloon tip warning when application settings save fail 2019-03-30 15:54:46 +03:00
Jaex 8853d886d9 NuGet update 2019-03-27 09:23:41 +03:00
Jaex 09470775c2 Rename variable 2019-03-27 09:12:17 +03:00
Jaex 08f4aa6a19 Make sure task image dispose when toast notification not used 2019-03-26 11:16:31 +03:00
Jaex 3f10f9ec49 fixed #2192: Instead of all screen bounds, instead use intersected screen bounds when cropping outside area 2019-03-21 00:08:08 +03:00
Jaex 29a8572f68 #2194 #4034: Removed alternative clipboard get/copy methods because not working perfectly and creating issues 2019-03-20 20:29:25 +03:00
Jaex bfd5ea5557 fixed #3976: Make sure DefaultTaskSettings is assigned 2019-03-19 17:23:13 +03:00
Jaex e2597a7234 Added option to disable notification windows if active window is fullscreen 2019-03-15 16:32:11 +03:00
Jaex 69e47c378f
Merge pull request #4025 from sylveon/master
Add support for Intel QuickSync
2019-03-14 21:56:06 +03:00
Charles Milette 2abe35700d
Add support for Intel QuickSync
Intel QuickSync provides hardware H.264 encoding on Intel Sandy Bridge CPUs and up and hardware H.265 encoding on Skylake CPUs and up via a dedicated die on the processor chip, being faster than CPU encoding and more power efficient than GPU encoding
2019-03-14 14:33:18 -04:00
Jaex 4a970ef3d1 Rename UploadHelpers to RequestHelpers 2019-03-14 14:06:54 +03:00
Jaex 9a4853f5a3 Support custom progress text so Gfycat encoding status can be shown instead of fake progress 2019-03-12 13:10:30 +03:00
Jaex 9bc1c0cbe0 Check Gfycat transcode status less frequently 2019-03-12 11:33:55 +03:00