Commit graph

3362 commits

Author SHA1 Message Date
Kévin Martin
27aadde151 Updated imgfly.me to HTTPS
Imgfly.me is now serving with HTTPS and it's needed to update the link for properly access the API.
2016-11-11 04:04:22 +01:00
Jaex
420734415f Merge pull request #2044 from gpailler/master
#1737 Updated MegaApiClient to 1.3.0. Fixed upload progression reset issue
2016-11-09 08:49:19 +02:00
Jaex
0fd5492586 Release 2016-11-09 01:47:59 +03:00
Jaex
08ae832500 Update Steam FFmpeg link 2016-11-08 10:16:20 +03:00
Jaex
e1cd6d9064 Update Pomf uploaders 2016-11-08 09:38:44 +03:00
Gregoire Pailler
44c4e2f7b1 #1737 Removed outdated MegaApiClient reference from ShareX project 2016-11-07 20:41:21 +08:00
Gregoire Pailler
79bae596e4 #1737 Removed useless System.Net.Http bindingRedirect 2016-11-07 20:38:15 +08:00
Gregoire Pailler
0596e09523 #1737 Updated MegaApiClient to 1.3.1 (without HttpClient dependency). Customized ChunksPackSize value to upload all chunks in a single fragment (instead 1MB fragments) 2016-11-07 20:35:37 +08:00
Jaex
48914ddf80 Merge pull request #2046 from neko/patch-1
added nya.is
2016-11-07 08:04:12 +02:00
Neko
dbc9722a34 added nya.is 2016-11-07 16:29:29 +10:30
Jaex
65e6877b6d Added 3 Chevereto uploaders 2016-11-07 03:24:54 +03:00
Jaex
1cd1f0f115 Added uploader filter update button functionality 2016-11-07 03:16:24 +03:00
Gregoire Pailler
230aa94f97 #1737 Updated MegaApiClient to 1.3.0. Customized ChunksPackSize value to upload files in 512MB fragments (instead 1MB fragments) 2016-11-06 21:30:37 +08:00
Jaex
7ce22b566a Merge pull request #2042 from Shadorc/master
Update French translation
2016-11-06 07:13:11 +02:00
Jaex
ad82039a6e Merge pull request #2043 from Ninn0x4F/master
Update Pomf.cs
2016-11-05 23:56:38 +02:00
Ninn0x4F
3bc34b1fbd Update Pomf.cs 2016-11-05 22:44:23 +01:00
Ninn0x4F
0ccfc08910 Update Pomf.cs 2016-11-05 21:55:52 +01:00
David
2459cf2156 Update French translation 2016-11-05 12:37:12 +01:00
Jaex
4765467871 Merge pull request #2041 from L1Q/master
Updating russian translation
2016-11-05 05:47:40 +02:00
L1Q
4d983b7578 Slightly changing Uplea config form
Moving "User Information" group under "Login Credentials"
2016-11-05 00:06:29 +02:00
L1Q
af2ad85eb4 Adding russian translation to Uplea settings form 2016-11-04 23:47:36 +02:00
L1Q
eda7ba5721 Making Uplea destination settings form translation-friendly 2016-11-04 23:46:03 +02:00
L1Q
b6dc1a1708 Updating russian translation 2016-11-04 23:27:22 +02:00
Jaex
07a8efc20e Merge pull request #2040 from Ninn0x4F/master
Update Pomf.cs
2016-11-04 02:09:08 +02:00
Ninn0x4F
fbc15cdb37 Update Pomf.cs
http://kyaa.sg/ went private, uploading trough sharex isnt working anymore.
2016-11-04 01:06:35 +01:00
Jaex
c2546a28c4 Release 2016-11-04 00:45:40 +03:00
Jaex
91b618ee11 Added chevereto uploader 2016-11-04 00:39:52 +03:00
Jaex
d3736e4565 Move and reorganize form events to regions 2016-11-01 16:16:44 +03:00
Jaex
6b5940a135 ExecuteJob methods moved to TaskHelpers, Capture related methods moved to CaptureTaskHelpers 2016-10-31 23:55:12 +03:00
Jaex
e2a6e5fba3 Update region capture tips 2016-10-31 14:30:05 +03:00
Jaex
9880f87fc8 Reset show tips and click action settings to new default values 2016-10-31 13:53:45 +03:00
Jaex
4dd247c1fc Added UI to configure uploader filters 2016-10-28 14:52:06 +03:00
Jaex
3e9c561c0d Adding uploader filter support which will allow configuring uploader destination per file extensions, file size etc. 2016-10-28 13:05:56 +03:00
Jaex
e06b012ae1 Merge pull request #2017 from campbeb/fix2016
Don't update font every Draw
2016-10-20 05:45:45 +03:00
campbeb
1eecd36f2a Don't update font every Draw
Fixes #2016
2016-10-19 22:14:35 -04:00
Jaex
1ed5411644 Few annotate image changes 2016-10-18 17:05:30 +03:00
Jaex
466bf954a1 If image file not exists then show message box 2016-10-18 16:30:08 +03:00
Jaex
34ca6d3ce0 Merge pull request #2012 from ncmr/master
CLI for Edit Image
2016-10-18 16:08:03 +03:00
ventzz
debeea65b4 Removed unecessary todo comment 2016-10-17 23:03:31 -02:00
ventzz
44e99bc4a0 CLI for Edit Image
Capability to pass a file path as a parameter to the ImageEditor
CLICommand so it doesn't prompt a open file dialog if a valid image path
has been given in the CLI already.
2016-10-17 22:59:45 -02:00
Jaex
d3af917bf0 Merge pull request #2007 from jvitkauskas/disposeStreams
Dispose MemoryStream objects after using them
2016-10-16 21:05:08 +03:00
Jaex
68664e8370 Merge pull request #2005 from jvitkauskas/trimEdgeChecking
Fix trim edge checking
2016-10-16 20:55:49 +03:00
Julius Vitkauskas
03e6aea326 Dispose MemoryStream objects after using them 2016-10-16 20:52:39 +03:00
Julius Vitkauskas
f008cde808 Fix trim edge checking 2016-10-16 20:51:47 +03:00
Jaex
1a097036d9 Make info text background more transparent 2016-10-16 20:00:45 +03:00
Jaex
76b4612d58 Removed Lithiio unsupported upload urls 2016-10-16 02:02:11 +03:00
Jaex
a948c6f793 #1960: Also ignore cloaked windows in region capture 2016-10-16 01:12:15 +03:00
Jaex
dc1dce8b7a Merge pull request #2000 from campbeb/fix1960
Hide background UWP apps from window capture options
2016-10-16 00:40:14 +03:00
campbeb
0f788ab665 Add DWM check 2016-10-15 17:11:53 -04:00
campbeb
1bfb545d33 Hide background UWP apps from window capture options
UWP apps that aren't shown are 'cloaked'
2016-10-15 16:41:25 -04:00