Commit graph

1871 commits

Author SHA1 Message Date
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 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
NWIES 5cb906687a French Translation 2015-01-04 19:03:15 +01: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
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 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 dfc722b7a5 Release 9.5.0 2014-12-29 08:23:45 +02:00
Jaex 958547d055 Using drag able listview in custom uploaders tab 2014-12-23 20:04:35 +02:00
Jaex 218b32c572 fixed #416: Actions list supports item dragging for be able to re order them 2014-12-23 19:44:17 +02:00
Jaex 0ab449a4f9 GitHub updater include pre release option 2014-12-15 08:22:09 +02:00
Jaex 0eefbc19f8 CodeMaid cleanup 2014-12-11 01:19:28 +02:00
Jaex d5b1d287fb Changed namespaces too 2014-12-10 22:25:20 +02:00
Jaex 5096a895f1 Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00