Commit graph

5242 commits

Author SHA1 Message Date
Jaex
912891157c Save column widths of task list view 2018-10-02 00:29:55 +03:00
Jaex
d026beb0e1
Merge pull request #3644 from sylveon/master
Add button in debug form to upload log
2018-10-01 23:39:38 +03:00
Charles Milette
12d5010769
Reinstate Dispose before file delete, remove useless image clone 2018-10-01 16:35:59 -04:00
Jaex
cb788fcdca
Merge pull request #3647 from Jaex/master
fixes #3604: Added option to automatically select last completed task in main window
2018-10-01 23:30:31 +03:00
Jaex
561d350c65 Added option to automatically select last completed task in main window 2018-10-01 23:26:13 +03:00
Charles Milette
08129ae865
Use delegates 2018-10-01 16:22:13 -04:00
Jaex
6597e9f4ab
Merge pull request #3645 from Jaex/master
fixes #2946: Added URL filtering support to history form
2018-10-01 23:00:52 +03:00
Jaex
8ea4829e7e Added URL filtering support to history form 2018-10-01 22:56:37 +03:00
Jaex
107f83d78a
Merge pull request #3643 from Fyers/master
Auto size "After capture" list to show no scroll bar
2018-10-01 22:48:06 +03:00
Fyers
4dd28d5fdf cleanup code 2018-10-01 21:47:11 +02:00
Charles Milette
1ae48e8d91
Add button in debug form to upload log 2018-10-01 15:47:05 -04:00
Fyers
1cfc346ce6 Auto size "After capture" list to show no scroll bar 2018-10-01 21:32:36 +02:00
Jaex
04ebf946a1
Merge pull request #3641 from sylveon/startup-update
Update startup code
2018-10-01 22:26:41 +03:00
Charles Milette
f586366f4b
Fix generic startup manager 2018-10-01 15:08:23 -04:00
Jaex
4a1827b8c5
Merge pull request #3642 from Jaex/master
fixes #2265: Added two pass encoding option
2018-10-01 22:05:48 +03:00
Jaex
e8f3ae4fbb Fix label text 2018-10-01 21:41:16 +03:00
Charles Milette
4bcdd3a760
Merge branch 'master' of https://github.com/ShareX/ShareX into startup-update 2018-10-01 14:40:19 -04:00
Jaex
ef338f119b
Merge pull request #3640 from tinybarks/add-crypto-rng
MathHelpers: add CryptoRandom()
2018-10-01 21:36:46 +03:00
Jaex
0c9856cea8
Merge pull request #3639 from Fyers/master
Improved German translations
2018-10-01 21:26:17 +03:00
Jaex
e98857a0cc
Merge pull request #3637 from tinybarks/implement-backblaze-b2
Implement Backblaze B2 uploader
2018-10-01 21:25:17 +03:00
Jaex
948284efdd
Merge pull request #3636 from sylveon/nuke-helper-from-orbit
Nuke DesktopBridgeHelper from orbit
2018-10-01 21:17:47 +03:00
Jaex
41ed5a38e2 Added two pass encoding support 2018-10-01 21:14:32 +03:00
tinybarks
155e89d9b8
Backblaze B2: Fix custom URL preview, fix CodeMenu on custom URL field
CodeMenu will no longer appear on the custom URL text box if custom URL setting is disabled.
2018-10-01 19:51:50 +02:00
tinybarks
fce293108e
Merge remote-tracking branch 'upstream/master' into implement-backblaze-b2 2018-10-01 19:34:36 +02:00
Charles Milette
e22b418e81
Replace ugly code by less ugly code 2018-10-01 12:49:37 -04:00
Jaex
64822000be Added two pass encoding option to task settings form 2018-10-01 19:46:17 +03:00
Fyers
9e857c3767 improved german translations 2018-10-01 18:26:19 +02:00
tinybarks
b0c1a21c27
BackblazeB2: Remove SetPlaceHolderText() and use SetWatermark() 2018-10-01 17:58:53 +02:00
Charles Milette
9a20831dfa
Allow notification to have a preview even when file isn't saved to disk 2018-10-01 10:54:29 -04:00
tinybarks
140d583a1c
B2 uploader: Change bucket setting handling, add CodeMenu to fields
The "bucket" setting is no longer required. Instead, show a hint to the user saying that the setting is only used if the application key has no bucket acess restriction.
2018-10-01 16:39:16 +02:00
tinybarks
adc09ca0e3
BackblazeB2: Use ResponseToString() 2018-10-01 15:44:54 +02:00
tinybarks
ed40360491
MathHelpers: add CryptoRandom()
Random() is biased and generates predictable numbers (seeded with time by default), using RNGCryptoServiceProvider fixes this.
2018-10-01 15:11:59 +02:00
tinybarks
4551443d8a
Backblaze B2 support (add comment) 2018-10-01 14:18:46 +02:00
tinybarks
738f25c556
Remove System.ValueTuple dependency, some refactoring of BackblazeB2.cs 2018-10-01 14:18:46 +02:00
tinybarks
787a5217d9
Fix missing B2 config page icon 2018-10-01 14:18:45 +02:00
tinybarks
e0fb9373b8
Backblaze B2 support
Adds an uploader for Backblaze B2 Cloud Storage.
2018-10-01 14:18:39 +02:00
Jaex
848004d205 Removed support for old implicit regex syntax such as $1,1$ now regex syntax must be declared explicitly like this $regex:1,1$ 2018-09-29 14:51:58 +03:00
Jaex
eea65f67db Use | as separator in regex syntax to be consistent with random syntax 2018-09-29 12:43:30 +03:00
tinybarks
35a3cc0dd9
Add Helpers.IsSuccessfulResponse(HttpWebResponse res) 2018-09-27 07:43:16 +02:00
tinybarks
28180cf86a
Uploader.GetResponse(): Add flag to enable returning non-2xx responses
This allows handling of HTTP responses with non-2xx status codes in uploader code, e.g. to handle REST API errors.
2018-09-27 07:43:15 +02:00
Jaex
f293b6238b Fix history form icon column text 2018-09-22 03:55:41 +03:00
Jaex
5ea1a70bb7
Merge pull request #3628 from Fyers/master
Added some more german translations
2018-09-22 03:49:21 +03:00
Fyers
ff09ec2616 added some more german translations 2018-09-21 22:51:33 +02:00
Jaex
72aa0c5a4d
Merge pull request #3624 from Fyers/master
added StartingStepNumber option for AnnotationOptions #3611
2018-09-20 08:29:25 +03:00
Fyers
62eb62a9c2 moved StartingStepNumber from AnnotationOptions to ShapeManager 2018-09-19 18:35:58 +02:00
Fyers
48155ff42c only show StartingStepNumber on DrawingStep 2018-09-17 20:27:22 +02:00
Fyers
b952f3d654 added StartingStepNumber option for AnnotationOptions 2018-09-17 20:05:09 +02:00
Charles Milette
e7a32c4ab1
Update min version 2018-09-16 18:59:11 -04:00
Charles Milette
648235fd66
Remove references to helper in package 2018-09-16 17:48:52 -04:00
Charles Milette
9f71719604
Remove desktop bridge helper, using native api instead 2018-09-16 17:46:32 -04:00