Commit graph

1055 commits

Author SHA1 Message Date
Jaex b0d236e472 fixed Chinese formatting problem, added Chinese to inno setup 2015-01-15 16:56:11 +02:00
Jaex 3256792110 Added Simplified Chinese to projects 2015-01-15 16:17:33 +02:00
Jaex 3a682415f1 Merge branch 'master' of github.com:ShareX/ShareX 2015-01-15 08:17:39 +02:00
Jaex 1dc8bdb7a0 Added Simplified Chinese 2015-01-15 08:17:18 +02:00
Jaex f17ba41365 Merge pull request #453 from Kouga-/master
Fix issue #436
2015-01-14 20:04:03 +02:00
Jaex fba3842ca4 Updated json.net 2015-01-14 14:17:59 +02:00
Jaex 35ff3b561d OverrideFTP and CustomUploader will be disabled when list is empty 2015-01-14 13:56:00 +02:00
Leo Lam 519be3437e Fix issue #436
httpHomeUri.Uri.AbsoluteUri; returns the encoded Uri including the query
portion of it without double encoding the file name. This will return
properly encode non-ascii paths as described in #371.
2015-01-12 14:14:52 -05:00
Jaex 2bfda15b73 fixed #450: Added BrowserPath setting which allows you to use different browsers to open URLs 2015-01-12 11:14:59 +02:00
Jaex 99ece74468 hubic selected folder label fix 2015-01-12 10:38:44 +02:00
Jaex 36ac96d4d7 Hubic changes 2015-01-12 09:31:54 +02:00
Leo Lam e9e5b14e75 Revert back to using URLHelpers.URLEncode
Revert back to using URLHelpers.URLEncode instead of
HTTPUtility.UrlEncode.
2015-01-12 02:31:33 -05:00
Leo Lam 166e4bd126 Fix issue #436
```
return Uri.EscapeUriString(httpHomeUri.Uri.ToString());
```
This return statement was double encoding filename hence the extra
encoding on the "%" sign in the URL in clipboard.

filename is first encoded in this line:

```
httpHomeUri = new UriBuilder(URLHelpers.CombineURL(host, subFolderPath,
filename));
```
2015-01-12 01:48:24 -05:00
Jaex 721ea8e404 Merge pull request #452 from Kouga-/master
Add Hubic.com file uploader support
2015-01-12 03:57:58 +02:00
Jaex c7344fefd1 Merge pull request #451 from jiajiechan/master
Simplified Chinese(zh-cn) upload
2015-01-12 03:55:00 +02:00
Leo Lam 85f2f73584 Add Hubic.com file uploader support 2015-01-11 19:31:39 -05:00
JiaJie Chan 9644f32112 zh-cn update2
zh-cn update2
2015-01-12 00:43:06 +08:00
JiaJie Chan 258f46fca3 Simplified Chinese(zh-cn) update
Simplified Chinese (zh-cn) Language update
2015-01-12 00:28:11 +08:00
Jaex f96829acad Few ui changes for french 2015-01-10 12:08:53 +02:00
Jaex 34cade70a6 First update message box can activate 2015-01-09 10:19:44 +02:00
Jaex 5f41b5771d UpdateCheckerLabel won't block process closing 2015-01-07 06:25:48 +02:00
Jaex 86ac891748 Merge branch 'master' of github.com:ShareX/ShareX 2015-01-07 01:56:10 +02:00
Jaex 71f203d07d fixed issue #249: Need url decode file name when doing download 2015-01-07 01:55:48 +02:00
Jaex 62a24dc80d Merge pull request #443 from mightynerd/error-dialog-441
Added error dialog when directory can't be created #441
2015-01-06 16:33:21 +02:00
mightynerd 4af8c816e4 Added error dialog when directory can't be created #441 2015-01-06 15:18:40 +01:00
Jaex 721b617c82 Revert "Main window menu is resizable now"
This reverts commit 8a3f8542cf.
2015-01-06 03:50:28 +02:00
Jaex 4025653176 fixed #440: Pomf https support 2015-01-05 02:41:32 +02:00
Jaex 8a3f8542cf Main window menu is resizable now 2015-01-04 22:24:30 +02:00
Jaex 4ea4503aa7 Fixes to fit long length translations 2015-01-04 21:53:55 +02:00
Jaex b5d3419c61 Merge pull request #439 from nwies/master
French Translation
2015-01-04 20:13:45 +02:00
NWIES 5cb906687a French Translation 2015-01-04 19:03:15 +01:00
Jaex 26cda22313 Inno update for languages 2015-01-04 18:53:04 +02:00
Jaex bfb0107368 Added French support by @nwies 2015-01-04 18:30:12 +02:00
Jaex d6e135b29f Merge pull request #437 from nwies/master
French Translation
2015-01-04 17:01:33 +02:00
NWIES 099787a68a French Translation 2015-01-04 15:58:58 +01:00
NWIES 71fa5de16d French Translation 2015-01-04 15:37:02 +01:00
Jaex a134dea59e ShareX will check for updates every hour 2015-01-03 16:06:32 +02:00
Jaex 13814e350e Custom update message box for not steal focus 2015-01-03 14:50:16 +02:00
Jaex aefafc84de Merge branch 'master' of github.com:ShareX/ShareX 2015-01-02 11:57:33 +02:00
Jaex 5aea358006 DrawText changes 2015-01-02 11:57:16 +02:00
Jaex 627459f27a Merge pull request #431 from lggomez/master
Fix issue #372
2015-01-02 11:56:45 +02:00
luis.gomez 17b8291113 Fix issue #372
Several changes were made to fix the encoding of ftp dirpaths and allow
uploads to folders with non-ascii characters:

-Fixed encoding of valid urls in ShareX.HelpersLib.NameParser.cs
-Fixed subfolder path generation and wrong url re-encoding in
FTPAccount.cs
-Fixed preview paths in FTP Destination settings (FTPAccount.cs)
-Fixed subfolder path generation in FTP.cs

This fixes issue #372, which was reproduced with the following account
config on a local ftp server (import from clipboard on destination
settings):

{
"Protocol": "FTP",
"Name": "New account",
"Host": "localhost",
"Port": 21,
"Username": "test",
"Password": "test",
"ServerProtocol": "ftp",
"SubFolderPath": "DEV/grhh本人%",
"BrowserProtocol": "http",
"HttpHomePath": "",
"HttpHomePathAutoAddSubFolderPath": true,
"HttpHomePathNoExtension": false,
"IsActive": false,
"FTPSEncryption": "Explicit",
"FTPSCertificateLocation": "",
"Passphrase": null,
"Keypath": null
}
2015-01-01 18:44:18 -03:00
Jaex 03bff07e96 Workaround for DrawText background transparency issue 2014-12-31 15:32:48 +02:00
Jaex 42a23866ec Fixed DrawText clear type related issue, Added DrawBorder setting 2014-12-31 14:50:42 +02:00
Jaex 65dd658913 Translation changes for about form 2014-12-31 12:07:19 +02:00
Jaex e770e8600f Changing copyright icon 2014-12-31 11:41:32 +02:00
Jaex 9388ebb418 Updated year 2014-12-31 11:29:40 +02:00
Jaex 03a4f3b440 Merge pull request #427 from SolidX/master
Fixes incorrect default port for an FTP Account
2014-12-31 10:51:36 +02:00
SolidX d101541e74 Fixes incorrect default port when an httpHomePath is not specified for an FTP Account. (See discussion on #330). 2014-12-31 03:46:28 -05:00
Jaex dfc722b7a5 Release 9.5.0 2014-12-29 08:23:45 +02:00