Commit graph

2022 commits

Author SHA1 Message Date
Jaex 8cc0424787 fixed #1162: In main window Esc will close window 2015-12-06 01:56:01 +02:00
Jaex a02605de1f Fix enum changes 2015-12-06 01:47:34 +02:00
Jaex a441a1de1e Backward compatibility for few settings to not reset 2015-12-06 01:39:19 +02:00
Jaex 1507660816 Added json and xml parse tabs to custom uploader 2015-12-05 20:32:16 +02:00
Jaex a0987767f4 Added custom uploader response parsing tooltip 2015-12-04 23:34:26 +02:00
Jaex 72dc5603df Merge pull request #1174 from L1Q/ru-updates-fixes
Fixed "W:" and "H:" in rectangle info text being swapped
2015-12-04 20:55:15 +02:00
Jaex 4d09b4cff5 Added shadow to region (annotate) rectangle drawing 2015-12-04 16:12:30 +02:00
Jaex e219decb77 fixed #1170: Rectangle annotate wrong selection rectangle in multi monitor 2015-12-04 13:37:20 +02:00
Jaex cc8289f1d5 Image size label anchor fix 2015-12-04 00:42:27 +02:00
Jaex 02924cc2af Added image size label in aftercaptureform 2015-12-04 00:22:55 +02:00
Jaex 7680470fab Added "After upload" tab to after capture form 2015-12-03 23:43:07 +02:00
Jaex 969cd564ac Esc will close (cancel) after capture form 2015-12-03 23:02:20 +02:00
Jaex 0a265c7871 -NoHotkeys won't show failed hotkeys msg box instead of not registering hotkeys 2015-12-03 22:40:17 +02:00
Jaex 2722676f1a Ignore ShowAfterCaptureWindow item in AfterCaptureForm list 2015-12-03 17:53:47 +02:00
Jaex e68612a59f Moved ShowAfterCaptureTasksForm, ShowBeforeUploadForm to AfterCaptureJob enum and ShowAfterUploadForm to AfterUploadJob enum for easy access in main window 2015-12-03 17:18:46 +02:00
Jaex 85338e3605 Streamable small changes 2015-12-03 00:23:12 +02:00
Jaex 3cf44f6105 Merge pull request #1169 from streamablevideo/file-uploader
Fix broken UploadersConfigForm
2015-12-02 23:55:49 +02:00
Armen Petrosian c02c31f352 Fix broken UploadersConfigForm.resx 2015-12-02 16:48:31 -05:00
Armen Petrosian 3ebf1c9de2 Revert "Add streamable config form resx"
This reverts commit 6b35e4a217.
2015-12-02 16:35:41 -05:00
Jaex 6adbc5f0a3 Merge pull request #1161 from streamablevideo/file-uploader
Added Streamable support.
2015-12-02 21:55:48 +02:00
Armen Petrosian 6b35e4a217 Add streamable config form resx 2015-12-01 13:16:07 -05:00
Armen Petrosian d5b886a2ed Add streamable config form (-resx) 2015-12-01 13:15:52 -05:00
Armen Petrosian d0d292e543 Add Streamable Favicon 2015-12-01 13:04:36 -05:00
lucas 55f92ce07f Add streamable file uploader 2015-12-01 13:02:06 -05:00
Jaex 1ea3e5a555 Auto regex add button will use new syntax 2015-12-01 18:55:54 +02:00
Jaex 1f2df78767 Added xml parsing support to custom uploader, example syntax: $xml:/Files/File[1]/URL$ 2015-12-01 18:16:57 +02:00
Jaex a11b7a8d9b Added json parsing support to custom uploader, example syntax: $json:files[0].url$ 2015-12-01 16:07:04 +02:00
Jaex 8447e68548 Save settings to "filename.json.temp" file and rename it to actual file name for decrease probability of save corruption happen when pc shutdown 2015-12-01 11:07:49 +02:00
L1Q e8dd939a30 Fixed "W:" and "H:" in rectangle info text being swapped 2015-11-28 21:47:11 +02:00
Jaex 551a47bac1 Speed up border animation 2015-11-28 15:58:58 +02:00
Jaex c7bc7381ee Remove unnecessary parenthesis 2015-11-28 14:53:16 +02:00
Jaex 4b1114b2a2 Merge pull request #1155 from canihavesomecoffee/fix-encoding-issue-owncloud
fixes issue with hash in filename when uploading to owncloud
2015-11-28 10:01:45 +02:00
wforums e577bef402 safer encode
not just hash encoding, but also other characters. Has no adverse side
effects, as seen in the image in the PR.
2015-11-28 08:57:41 +01:00
Jaex 22b29e51f0 Merge pull request #1154 from canihavesomecoffee/fix-owncloud-deserialization-issue
fixes Newtonsoft.Json.JsonSerializationException with OwnCloud upload
2015-11-28 07:42:05 +02:00
wforums 9bdae1313d fixes Newtonsoft.Json.JsonSerializationException with OwnCloud upload
Currently, when a file is uploaded, and an error is generated, a JSON
serialization error is thrown because of the unexpected JSON output.
This commit fixes that.
2015-11-28 03:18:33 +01:00
wforums c7ff0f3680 fixes issue with hashtag in filename when uploading to owncloud
This fixes an issue where a file in a hashtag would cause the uploaded
file to be truncated after the hashtag, causing the share function to
fail subsequentially because the file was not found. Only the PUT
request to upload the file requires the hashtag to be encoded, as it's
part of the URL, while the POST request for the share has the path in
the POST parameters.

closes #1148.
2015-11-28 02:12:44 +01:00
Jaex b0c73d87da Making task thread background so when ShareX closing task thread will be terminated 2015-11-27 10:56:33 +02:00
Jaex 35116b47c8 MenuButton changes 2015-11-25 01:27:02 +02:00
Jaex 1486c80318 Pomf test all will show upload time and order by fastest 2015-11-23 22:08:14 +02:00
Jaex 51e47401dd fixed #1136: Canceling save as dialog should still continue uploading 2015-11-23 21:25:38 +02:00
Jaex 860c5d9be5 In default hotkeys replacing "region capture" with "region capture (windows and controls)" 2015-11-23 03:15:27 +02:00
Jaex 933ed4bd6f Swapped default hotkeys of fullscreen and region capture because region capture is most used hotkey therefore makes more sense to use print screen hotkey for it 2015-11-23 03:02:39 +02:00
Jaex ba0f543379 Added SetupType.Portable 2015-11-22 22:53:32 +02:00
Jaex 70f4f13a08 Added few options to Logger 2015-11-22 22:28:04 +02:00
Jaex c101742d2c Update personal path before debug helper init otherwise in portable build logger will save to incorrect folder 2015-11-22 03:31:48 +02:00
Jaex b6959520a9 Portable file was not copied to zip 2015-11-22 02:45:26 +02:00
Jaex 0bf1f3f873 Ready for release 2015-11-21 17:52:18 +02:00
Jaex 66d2a6ff0b Pomf clones update 2015-11-21 17:49:05 +02:00
Jaex 64ff083c98 Show ShareX logo in about window 2015-11-21 00:56:07 +02:00
Jaex 4d8f40c36b Merge pull request #1126 from L1Q/master
Updated russian translation
2015-11-20 17:10:44 +02:00