Commit graph

3985 commits

Author SHA1 Message Date
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
Jaex 1d08ad9164 Added singleton StartupManager 2017-10-05 02:49:26 +03:00
Jaex fc3909294b StartupManager refactoring 2017-10-05 02:26:44 +03:00
Jaex 1b65d47053 Add license text to missing files 2017-10-05 02:17:29 +03:00
Jaex 9796957a71 Use Windows.WinMD facade 2017-10-05 02:13:17 +03:00
Jaex 07943143fc Merge pull request #2816 from sylveon/master
[WIP - DO NOT MERGE] Refactor Start with Windows settings into a factory and interface
2017-10-05 01:30:11 +03:00
Charles Milette 61da0a0c22
Make use of abstract class 2017-10-04 18:21:32 -04:00
Charles Milette a7a904dcc9
Use 4.6.1 instead of 4.6.2 2017-10-04 17:58:44 -04:00
Charles Milette 8f65b994fb
Misceneallous code cleanups 2017-10-04 17:55:32 -04:00
Charles Milette 887d25138f
Remove unused enum field and UpdateStartWithWindows call in InitializeComponent 2017-10-04 17:45:52 -04:00
Charles Milette 347d768f2d
Use or operator 2017-10-04 17:21:44 -04:00
Charles Milette 2866c3e032
Remove now obsolete code from DesktopBridgeHelper 2017-10-04 16:40:37 -04:00
Charles Milette df8712d888
Throw on DesktopStartupManager too 2017-10-04 15:14:04 -04:00
Charles Milette 5c9782cc66
Implement CentennialStartupManager 2017-10-04 15:10:28 -04:00
Charles Milette 86c49c42c0
Include the UWP APIs on Store builds 2017-10-04 12:48:14 -04:00
Charles Milette 47170b90fe
Prevent compiler warning when class isn't used 2017-10-04 12:29:11 -04:00
Charles Milette 63f526857d
Fix Steam build 2017-10-04 12:04:49 -04:00
Charles Milette 6d85e813e2
Fix AppVeyor build 2017-10-04 11:57:33 -04:00
Charles Milette 52cbee2317
Remove dead code, move logic into Desktop implementation, and implement Steam 2017-10-04 10:59:29 -04:00
Charles Milette 07f48747eb
Initial kinda working implementation. 2017-10-04 09:29:55 -04:00
Jaex f8ea055e4b Interim Flickr OAuth implementation 2017-10-04 04:29:39 +03:00