Commit graph

4305 commits

Author SHA1 Message Date
L1Q
f8c57a4d65 Update russian translation 2017-10-17 02:52:01 +03:00
Jaex
bbf00ed774 Added Write method to Logger 2017-10-16 20:22:28 +03:00
Jaex
d98060f18a Merge pull request #2855 from streamablevideo/master
Reduce request rate to streamable API to not hit rate limits
2017-10-16 18:45:15 +03:00
Jaex
0e76707a26 Added thread safe message queue to logger to be able to keep correct order of messages 2017-10-16 18:43:31 +03:00
lucas
26fbf92f96 reduce request frequency 2017-10-16 11:34:24 -04:00
Lucas M
23fe227199 Merge pull request #1 from ShareX/master
update
2017-10-16 11:30:57 -04:00
Jaex
d653c02b04 Added verbose request logs option to application settings advanced tab 2017-10-16 18:01:58 +03:00
Jaex
4b432f179a Customizable logger message format 2017-10-16 15:53:54 +03:00
Jaex
7b3066672e Don't change task image effects preset selected when modified in tool 2017-10-16 13:11:05 +03:00
Jaex
0d524dcaf0 Merge pull request #2847 from L1Q/russian-updates
Update russian translation
2017-10-15 16:53:29 +03:00
Jaex
2d58380025 When watch folder edited restart watcher, added edit watch folder button 2017-10-15 16:51:48 +03:00
L1Q
3c8f5a1f36 Update russian translation 2017-10-15 15:20:28 +03:00
Jaex
e19c60f81e Save image effects settings 2017-10-14 16:13:24 +03:00
Jaex
5a03cad948 Update control states even when presets empty 2017-10-14 15:26:36 +03:00
Jaex
6bc7e0c446 Removed WindowsStore packaging project 2017-10-14 14:49:54 +03:00
Jaex
4dccf81b57 fixed #1033: Only set CachePolicy for GET requests 2017-10-14 09:34:35 +03:00
Jaex
15e06f1fe8 Added current manifest file 2017-10-12 17:15:07 +03:00
Jaex
de66d1e9ec Added ShareX.WindowsStore packaging project 2017-10-12 16:36:33 +03:00
Jaex
718dd711e1 fixed #2802: Pressing Esc in quick task menu will close it 2017-10-10 14:11:14 +03:00
Jaex
80ee274263 Hide buttons when list is not empty 2017-10-10 11:53:33 +03:00
Jaex
b01e7aa0ef Added Discord invite button 2017-10-10 10:48:40 +03:00
Jaex
2fc7163e02 fixed #2768: Ignore URL query when detecting data type 2017-10-10 01:06:05 +03:00
Jaex
10d7476abb Added direct link option to Flickr 2017-10-09 10:14:02 +03:00
Jaex
c2736389c2 Get URL for uploaded Flickr image 2017-10-09 09:51:37 +03:00
Jaex
295749d711 Add try catch to startup manager codes 2017-10-08 11:04:26 +03:00
Jaex
89820bad63 Check for disabled state instead of not enabled 2017-10-08 10:39:11 +03:00
Jaex
7fc5c51596 Additional tests to make sure watch folder uploads file which is not actively written 2017-10-08 03:49:55 +03:00
Jaex
50495242c4 Merge pull request #2833 from sylveon/master
Add null check for status variable
2017-10-08 01:14:23 +03:00
Charles Milette
38773f0640
Prevent throwing exception when cast fails 2017-10-07 18:13:34 -04:00
Charles Milette
b4362c0917
Add null check for status variable
This shoulnd't change something on Windows 10, but it was effectively breaking the program in Windows 7
2017-10-07 18:06:10 -04:00
Jaex
635ea7a2aa Merge pull request #2832 from sylveon/master
Various improvements to startup code and Integration settings panel
2017-10-08 00:59:33 +03:00
Charles Milette
204d6c2fa2
Make box smaller on store builds (not tested 2017-10-07 17:31:10 -04:00
Charles Milette
0d6af0b337
Add support for detecting task manager disabling startup on desktop and steam 2017-10-07 17:08:45 -04:00
Charles Milette
1a9205f974
Various improvements to startup code 2017-10-07 16:23:51 -04:00
Jaex
691d1e36df Merge pull request #2828 from Qwerty-Space/patch-1
Updated down sites, added clones
2017-10-07 22:00:39 +03:00
Qwerty-Space
26a32d2d8b Updated down sites, added clones
Commented out 
* Filebox because - it's down
* sugoi.vidyagam.es - because it's dangerous according to ESET, and https://sitecheck.sucuri.net/results/sugoi.vidyagam.es

Added several cool clones
2017-10-07 18:19:45 +01:00
Jaex
688ea9d603 Flickr OAuth v1 upload works now 2017-10-06 01:15:47 +03:00
Jaex
1219ef78b7 Merge pull request #2822 from sylveon/master
Add default build configuration and platform for Greenshot Editor
2017-10-06 00:38:19 +03:00
Charles Milette
184501081e
Add default build configuration and platform for Greenshot Editor 2017-10-05 17:30:39 -04:00
Jaex
4f6e969c88 Add regions to UploadersConfigForm.cs 2017-10-05 23:54:06 +03:00
Jaex
136ef977b1 Merge pull request #2821 from mghiasi75/master
Fixed an issue with touch screens not being able to select region/draw/select drawing correctly
2017-10-05 22:04:54 +03:00
Mahdi
a9cb5a2346 Fixed an issue with touch screens not being able to select region/draw/select drawing correctly 2017-10-05 22:03:26 +03:30
Jaex
cb6cc4a2f2 Added region to all uploaders in UploadersConfig.cs 2017-10-05 21:22:32 +03:00
Jaex
441dc0bff7 Merge pull request #2819 from L1Q/master
Fix error when pressing F1 during image editing
2017-10-05 06:09:05 +03:00
L1Q
3841eacd2a Fix error when pressing F1 during image editing
The proper condition should've been
    if(form.IsAnnotationMode && !form.IsEditorMode)
but I guess checking for null is more robust here
2017-10-05 06:00:59 +03:00
Jaex
644f503fce Merge branch 'master' of github.com:ShareX/ShareX 2017-10-05 04:09:07 +03:00
Jaex
bb01285d3d Copy local false for WindowsRuntime and winmd files 2017-10-05 04:08:48 +03:00
Jaex
4dfeb5836b Merge pull request #2817 from sylveon/master
Fix a few mistakes from PR #2816
2017-10-05 03:50:48 +03:00
Charles Milette
6ac9804b49
Fix a few mistakes from PR #2816 2017-10-04 20:16:19 -04:00
Jaex
19705e502a Skip checked event while updating cbStartWithWindows.Checked 2017-10-05 02:58:53 +03:00