Commit graph

1512 commits

Author SHA1 Message Date
Jaex
f7cb8228a6 All window titles starts with "ShareX - " now, Turkish translation 100% 2016-03-19 17:40:59 +02:00
Jaex
70afb4e089 Don't show hover areas in screen color picker 2016-03-19 16:48:53 +02:00
Jaex
a04d10c05c fixed #1416: Added raw URL support to GitHub Gist 2016-03-18 14:08:24 +02:00
Jaex
eba1e2239c fixed #1418: Handle empty image in image effects 2016-03-18 11:00:51 +02:00
Jaex
1b51f42024 Workaround for tray menu close issue 2016-03-17 11:25:43 +02:00
Jaex
f23202d7ff Single instance code moved to ApplicationInstanceManager class 2016-03-17 11:03:08 +02:00
Jaex
bcdf0573d8 fixed #1397: Close ShareX from tray menu when mouse released 2016-03-16 12:33:43 +02:00
Jaex
c709ba3349 Merge branch 'master' of github.com:ShareX/ShareX 2016-03-16 12:07:40 +02:00
Jaex
876a6f0fcc fixed #1407: Use name pattern in url download & upload 2016-03-16 12:06:56 +02:00
campbeb
95f37723e1 Fix swapped message box text and caption 2016-03-15 14:47:07 -04:00
Jaex
6a992a0857 fixed #1400: Added AcceptInvalidSSLCertificates option to Application settings -> Advanced tab which can be used by people who using self signed certificates 2016-03-14 03:10:19 +02:00
Michael Delpach
206adfa342 remove credits for Copy 2016-03-12 10:40:05 +11:00
Michael Delpach
4558e2e8ba removed Copy due to its end of service https://blog.barracuda.com/2016/02/01/message-from-gm-of-storage/ 2016-03-12 08:15:24 +11:00
Jaex
16c3768760 Don't include shortened url when getting file name 2016-03-12 01:04:40 +02:00
Jaex
6fbe9b5913 Use custom GetFilename method because otherwise "Illegal characters" error can happen 2016-03-12 00:34:56 +02:00
Brian
29e8e739e3 Proper Single Instance Implementation
Reworked single instance code to better handle being launched with
context menu.

Previously:
- On launch, process would try to open an `EventWaitHandle`. If it
didn't exist, then process assumed it was first and created it
- Multiple processes launching at same time would all see the
`EventWaitHandle` did not exist before any process could create it
- This led to multiple instances of program running

Now a mutex is used:
- Processes will all try to open the mutex. Only first one will succeed
- Process that opens the mutex will setup the `EventWaitHandle`
- Other processes won't get the mutex and will be directed to use the
`EventWaitHandle` to pass their command line args to the running
instance
2016-03-10 16:29:01 -05:00
Jaex
538acf30e8 Ready for release 2016-03-10 16:55:17 +02:00
Jaex
3455590ea5 fixed #1388: Added ForceActivate to AfterCapture and BeforeUpload forms shown event 2016-03-09 18:37:54 +02:00
Jaex
7ca9f799b4 Save settings when tray menu closed too 2016-03-05 16:40:40 +02:00
Jaex
93a42d1617 Added open image history hotkey 2016-03-03 12:05:59 +02:00
Jaex
fe8d8b38b6 In image history form check setting buttons 2016-03-03 11:52:55 +02:00
Jaex
51a9e030f4 Added max item count for history, Image history order fix 2016-03-03 11:22:12 +02:00
Jaex
84e4ee4a9a NuGet update 2016-03-02 02:06:53 +02:00
Jaex
323f7ac7e8 Image history performance improvements 2016-03-02 02:02:08 +02:00
Jaex
f21ed81ad3 Resx updates 2016-03-01 12:18:00 +02:00
Jaex
17f6d733d2 Save history form splitter distance, on form shown select first history item 2016-03-01 11:25:38 +02:00
Jaex
7e957014bd History form layout changes and improvements 2016-03-01 11:03:19 +02:00
Jaex
944fb121f5 fixed #1350: Added checks for every single numeric up down value assigns 2016-02-29 23:09:22 +02:00
Shadorc
92b1e61246 Update French Translation 2016-02-27 16:11:10 +01:00
Jaex
98248033db Credits update 2016-02-27 09:09:11 +02:00
Jaex
d1b2de27ff Recent manager init moved from mainform 2016-02-27 08:57:40 +02:00
Jaex
225b7fe3a7 Recent max count changes to fix loading incorrect amount of recent items in main window 2016-02-27 08:37:11 +02:00
Jaex
fa3c84d68c Removed BaseForm.cs because it was causing bug with vs designer resx 2016-02-25 22:55:54 +02:00
Jaex
2bd7572a1e Debug write which job executes 2016-02-25 12:16:44 +02:00
Jaex
bee45a3114 Auto scroll to last history item on startup 2016-02-25 11:51:57 +02:00
Jaex
9e56125843 Increased after capture form height for all tasks to be visible 2016-02-25 11:42:26 +02:00
Jaex
d2a38db520 Added continue button to quick task menu 2016-02-25 11:35:52 +02:00
Jaex
369be4e154 Fix color picker form color init issue 2016-02-25 02:40:43 +02:00
Jaex
377986c46e Added History tab to application settings window 2016-02-23 20:05:44 +02:00
Jaex
4a07f08c7f Added thumbnail, deletion, shortened url support to recent list, Using history upload time in progress column 2016-02-23 19:13:05 +02:00
Jaex
d0e3acd10f Main window history system works fully now 2016-02-22 20:28:02 +02:00
Jaex
5ccc6480c0 History show up in main form list now 2016-02-22 20:00:22 +02:00
Jaex
41e22ce255 Adding support for recent items to show up in main window too 2016-02-22 19:38:38 +02:00
Jaex
8461c838d3 Merge pull request #1355 from jibcore/jibcore/ShareX
Add new image uploader (imgland.net)
2016-02-22 18:06:11 +02:00
Jaex
2696430203 Marked some fields as invariant 2016-02-22 18:02:17 +02:00
Jaex
283a632728 Use light gray back color for separator in quick task menu 2016-02-22 04:55:08 +02:00
Jaex
6fd2c14bd9 Reverted quick task menu hotkey changes, using suitable icons depending on tasks 2016-02-22 04:35:17 +02:00
jibcore
024cfed7ed Add new image uploader (imgland.net) 2016-02-22 02:21:06 +02:00
Jaex
353380a669 Merge pull request #1352 from McoreD/master
CreateDirectoryFromFilePath
2016-02-22 01:18:51 +02:00
Michael Delpach
0f17aeeec2 CreateDirectoryFromFilePath
and CreateDirectoryFromDirectoryPath
2016-02-22 07:15:23 +08:00
Jaex
4889c9ac85 fixed #1350: Increased ImageSizeLimit to 10000 2016-02-22 01:15:04 +02:00
Jaex
382df49a50 Removed unnecessary close 2016-02-22 00:48:20 +02:00
Jaex
57b1eb06ff fixed #1349: Removing closed service 2016-02-22 00:29:22 +02:00
Jaex
9662ca660e Added icons and hotkeys to quick task menu 2016-02-22 00:22:07 +02:00
Jaex
5b494bf436 Added open history hotkey 2016-02-21 21:50:49 +02:00
Jaex
c1e54ffc3c fixed #1347: Quick task info reset issue 2016-02-21 18:04:06 +02:00
Jaex
aaace76f8a Release 10.7.0 2016-02-21 15:33:40 +02:00
Jaex
8604f55f40 Removed "Running from" info from about window because debug window already shows it with more detail 2016-02-19 19:34:55 +02:00
Jaex
98ec05eeab Added Chevereto preset uploaders list, defaults to ultraimg.com 2016-02-18 12:10:30 +02:00
Jaex
902bc775c0 After import change language 2016-02-15 09:53:33 +02:00
Jaex
33fd83707e CodeMaid cleanup 2016-02-15 09:29:43 +02:00
Jaex
2963a5f9ef SomeImage fixes 2016-02-15 08:53:30 +02:00
Jevan Pipitone
884eb04873 #1298 run changed files through codemaid 2016-02-14 23:48:35 +11:00
Jevan Pipitone
bd89f3d18c #1298 redo the changes 2016-02-14 23:12:53 +11:00
Jaex
48f4810dec Added vgy.me account support 2016-02-14 02:28:41 +02:00
Jaex
1c66900ec1 Revert previous merge because it had faulty resx changes 2016-02-14 02:03:03 +02:00
Jaex
99bf4a5051 Merge pull request #1303 from jevanpipitone/master
#1298 fix
2016-02-14 01:07:23 +02:00
Jaex
bec5de8f26 Added edit quick task menu button to application settings form 2016-02-14 01:04:53 +02:00
Jaex
88299629bb Quick task editor double click to edit, made form localizable 2016-02-14 01:00:53 +02:00
Jevan Pipitone
093c8a6958 Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-02-12 18:15:47 +11:00
Jaex
3c1a72a79c Added debug lines for import export 2016-02-12 04:14:25 +02:00
Jaex
09df47979b Import / Export implementation complete now 2016-02-12 03:31:11 +02:00
Jaex
354996ca8a After import update hotkeys 2016-02-12 02:15:23 +02:00
Jaex
26ba620f33 Change default backup file name 2016-02-12 01:53:56 +02:00
Jaex
30f2f5fd11 Code refactoring in mainform, applicationsettingsform 2016-02-12 01:28:03 +02:00
Jaex
aeecd30850 After import update main window settings 2016-02-12 00:37:13 +02:00
Jaex
13e928a6df Few changes for UpdateSettings to be used multiple times 2016-02-11 00:15:05 +02:00
Jaex
cf38ce1b93 Save all settings before export, Load all settings and update controls after import 2016-02-10 23:14:23 +02:00
Jaex
eb0539a941 Allow updating settings in application form multiple times so it can be used after import 2016-02-10 22:50:45 +02:00
Jaex
ed7eb9cf93 Async export, import 2016-02-10 22:27:29 +02:00
Jaex
6b6f3fdb7c Added Import function 2016-02-10 21:55:57 +02:00
Jevan Pipitone
3a161eb131 Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-02-10 21:07:26 +11:00
Jevan Pipitone
308f24832a Update 10 Feb 2016 2016-02-10 21:07:16 +11:00
Jevan Pipitone
cda86059b3 Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-02-10 20:58:10 +11:00
Jevan Pipitone
0fade80a2e Revert "#1298 update"
This reverts commit f7e8324664.
2016-02-10 20:57:33 +11:00
Jaex
ec0da15666 Export works now 2016-02-10 03:13:40 +02:00
Jaex
4fadd527f8 Added export / import ui 2016-02-10 01:10:33 +02:00
Jaex
5e02df215f Changed quick task info defaults, removed one easter egg 2016-02-06 22:56:48 +02:00
Jaex
7ff74dcdb3 Added quick task menu editor 2016-02-06 20:10:01 +02:00
Jaex
0f8a115573 Ignore ShowQuickTaskMenu in after capture form 2016-02-06 18:46:57 +02:00
Jaex
0e36ec75b5 Quick task menu system works now 2016-02-06 18:41:05 +02:00
Jaex
d43f5b9ea9 #1197 Adding quick capture task menu 2016-02-06 16:52:15 +02:00
Alexandre Oliveira
aacb766790 Update Brazilian Portuguese translation 2016-02-05 16:13:14 -02:00
Jevan Pipitone
f7e8324664 #1298 update 2016-02-05 16:58:52 +11:00
dannoe
4ad0fe3a31 Fixed/Added german translations 2016-02-04 16:12:59 +01:00
Jevan Pipitone
46c26303f3 Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-02-04 17:42:09 +11:00
Jevan Pipitone
e39ec0284d #1298
#1298
2016-02-04 17:26:43 +11:00
Jaex
4bfb476682 Added settings tab to directory indexer form, Browse button will automatically index, Upload button will automatically close window 2016-02-02 15:25:09 +02:00
Jaex
03c4b68b60 Added directory indexer form 2016-02-02 14:58:34 +02:00
Jaex
aef820c78a Disable Image Format 2 combo box if image size limit is 0 2016-01-31 20:09:32 +02:00
Jaex
8a69a4684a Added Hide columns option 2016-01-29 13:54:35 +02:00
L1Q
ca5fbdc211 Updated Russian translation 2016-01-29 12:24:44 +02:00
Jeffiy
2e210fcf6a Update chinese translation(part 2) 2016-01-21 10:58:50 +08:00
Jeffiy
d419a33f59 Update chinese translation(part 1) 2016-01-21 10:53:50 +08:00
Jaex
42d47917d8 Removed unused language resx files 2016-01-20 15:14:41 +02:00
Jason Underhill
d3787c1024 Update the order in which AfterCaptureTasks are shown to reflect the order of execution. 2016-01-20 09:31:05 +00:00
Jason Underhill
7bf539b0df Update show in explorer task to use existing helper method. Removed redundant helper method previously added. 2016-01-20 09:27:37 +00:00
Jason Underhill
bfb9f86ac1 Added post capture task for opening windows explorer highlighting the screenshot just captured for #1265 2016-01-19 23:11:17 +00:00
Jaex
4a6f55846d fixed #1259: Revert high dpi icon changes 2016-01-19 19:33:13 +02:00
Jaex
341784cc93 Release 2016-01-18 16:00:28 +02:00
Jaex
836bfa6b1b fixed #1258: Scrolling capture picture box issue in second capture 2016-01-18 15:43:40 +02:00
Michael Delpach
eb439fc0e9 One more ExpandFolderVariables fix 2016-01-18 06:23:49 +08:00
Jaex
3e15a3c76a fixed #1251: Get proper size tray icon in high dpi 2016-01-17 10:40:26 +02:00
Michael Delpach
8a4e57ffc6 Supports all SpecialFolder enums 2016-01-17 04:50:32 +08:00
Jaex
52c77a034d Added auto increment number label 2016-01-16 21:02:09 +02:00
Jaex
fd501d918f Task settings Upload tab renamed to File naming 2016-01-16 20:50:47 +02:00
Jaex
3f5856a48c Changed UseDefaultClipboardCopyImage default value to true because alternative way was causing issues like in Skype etc. and reset it to true
Also checking for who using default previous version value of NameFormatPatternActiveWindow and resetting it to new default value because %pn more preferable in region capture than %t
2016-01-16 19:58:58 +02:00
Jaex
ca9f33a2cd In update message box if no button is clicked then don't check for updates next 24 hours 2016-01-16 17:41:04 +02:00
Michael Delpach
4f2ac5e84f ExpandFolderVariables in Watch folder path 2016-01-16 14:55:18 +08:00
Michael Delpach
1a6ebc97bf ExpandFolderVariables where ever required 2016-01-16 14:27:15 +08:00
Michael Delpach
ae025adf46 Automatically detect MyPictures shell folder path
More shell folders can be supported later
2016-01-16 12:43:05 +08:00
Jaex
50539fe861 Extra checks for clipboard 2016-01-13 08:54:36 +02:00
Jaex
4ddc5bfc7c nuget csproj changes 2016-01-10 03:15:33 +02:00
Jaex
2e224327de NuGet update 2016-01-10 03:14:15 +02:00
Qais Patankar
bf3f1b2093 Fix typos in Resources.resx 2016-01-09 18:57:56 +00:00
Jaex
4e721fc89d Update resx 2016-01-09 19:21:10 +02:00
Shadorc
4fd443dd1f Update French Translation 2016-01-09 13:52:36 +01:00
L1Q
03adc02009 Updated Russian translation 2016-01-09 14:08:43 +02:00
Jaex
f94248c461 Updated resx 2016-01-09 01:28:22 +02:00
Michael Delpach
2338f040a4 Allow resizing Task Settings window 2016-01-09 05:13:53 +08:00
Jaex
13e1f68c28 Added PortableApps support which will use custom personal path and disable updating 2016-01-07 19:48:59 +02:00
Jaex
066a81fa7f Removed unused resx entries 2016-01-06 21:07:43 +02:00
Jaex
d33324043e Removing IRC client settings tab 2016-01-06 20:47:26 +02:00
Jaex
a286b5fef2 Removed IRC client 2016-01-06 19:24:43 +02:00
Jaex
3e2f34468c Changed detect windows/controls variable names 2016-01-05 17:06:02 +02:00
Jaex
ecc8a03789 Removed Region (Windows and controls) instead Region capture will have it by default and possible to disable them 2016-01-05 02:42:51 +02:00
Jaex
dd7f12b0b6 Removed TaskSettings temp backward compatibility code 2016-01-04 22:15:03 +02:00
Jaex
3f45c1f51e Remove "(" and ")" replacing from custom uploader export all 2016-01-04 19:11:35 +02:00
Jaex
956d74698f Pomf check url before appending result url that way if Pomf updated to latest version it won't add result url 2016-01-04 12:53:41 +02:00
Jaex
1d0842d031 Updated license year to 2016 2016-01-03 17:16:01 +02:00
Michael Delpach
c28ca73142 Wording changes 2016-01-03 04:51:16 +08:00
Jaex
27e8828ce7 Add default extensions to video codec enum 2016-01-01 16:08:04 +02:00
Jaex
8e228210e9 Use alternative clipboard copy/get method by default 2016-01-01 10:23:56 +02:00
Jaex
d78059e0c0 fixed #1203: Added UseAlternativeClipboardGetImage to application settings which allows to get PNG or 32 bit DIB from clipboard 2015-12-29 13:26:22 +02:00
Jaex
1445b11727 Merge pull request #1203 from oxysoft/master
Fixed transparency for clipboard upload
2015-12-29 12:14:23 +02:00
Jaex
2234307d6c Updated donate url 2015-12-29 11:40:02 +02:00
oxysoft
df5d50b3d2 Fixed transparency for clipboard upload 2015-12-21 19:57:22 -05:00
Jaex
6d62e5d63e Window pattern option for region capture is now setting, changed default window pattern to use process name instead of window title 2015-12-19 17:04:28 +02:00
Jaex
dae41d1a71 Changed default value of ImageSizeLimit and MaxUploadFailRetry 2015-12-18 18:28:16 +02:00
Jaex
97487517fe fixed #1196: Added %t and %pn file naming support for region capture too 2015-12-17 14:00:20 +02:00
Alexandre Oliveira
c438cfe1b6 Update Brazilian Portuguese translation 2015-12-16 15:46:15 -02:00
Jaex
223d6938ba Use internal upload method 2015-12-14 14:07:17 +02:00
Jaex
479c2234b0 Don't show continue and quit buttons in upload errors window 2015-12-14 13:06:50 +02:00
Corin Simpson-Bryars
d7b50bdae7 Adds s-ul support 2015-12-12 02:30:12 +00:00
Jaex
27e11743f8 Forget to add SFTP early copy too 2015-12-09 20:45:55 +02:00
Jaex
3d1cc280c5 Added EarlyCopyURL support 2015-12-09 20:32:26 +02:00
Jaex
1d7b08283e Credits update 2015-12-08 02:26:37 +02:00
Jaex
9b101475bf fixed #1180: Removed imgrush 2015-12-07 20:18:24 +02:00
Jaex
673324e66e Resx translation updates 2015-12-07 18:12:44 +02:00
Jaex
49a90e0417 TrayLeftClickAction default to WindowRectangle 2015-12-07 06:28:33 +02:00
Jaex
17be947907 fixed #1139: nuget update 2015-12-06 18:23:27 +02:00
Jaex
8cc0424787 fixed #1162: In main window Esc will close window 2015-12-06 01:56:01 +02:00
Jaex
a02605de1f Fix enum changes 2015-12-06 01:47:34 +02:00
Jaex
a441a1de1e Backward compatibility for few settings to not reset 2015-12-06 01:39:19 +02:00
Jaex
cc8289f1d5 Image size label anchor fix 2015-12-04 00:42:27 +02:00
Jaex
02924cc2af Added image size label in aftercaptureform 2015-12-04 00:22:55 +02:00
Jaex
7680470fab Added "After upload" tab to after capture form 2015-12-03 23:43:07 +02:00
Jaex
969cd564ac Esc will close (cancel) after capture form 2015-12-03 23:02:20 +02:00
Jaex
0a265c7871 -NoHotkeys won't show failed hotkeys msg box instead of not registering hotkeys 2015-12-03 22:40:17 +02:00
Jaex
2722676f1a Ignore ShowAfterCaptureWindow item in AfterCaptureForm list 2015-12-03 17:53:47 +02:00
Jaex
e68612a59f Moved ShowAfterCaptureTasksForm, ShowBeforeUploadForm to AfterCaptureJob enum and ShowAfterUploadForm to AfterUploadJob enum for easy access in main window 2015-12-03 17:18:46 +02:00
lucas
55f92ce07f Add streamable file uploader 2015-12-01 13:02:06 -05:00
Jaex
551a47bac1 Speed up border animation 2015-11-28 15:58:58 +02:00
Jaex
c7bc7381ee Remove unnecessary parenthesis 2015-11-28 14:53:16 +02:00
Jaex
b0c73d87da Making task thread background so when ShareX closing task thread will be terminated 2015-11-27 10:56:33 +02:00
Jaex
35116b47c8 MenuButton changes 2015-11-25 01:27:02 +02:00
Jaex
51e47401dd fixed #1136: Canceling save as dialog should still continue uploading 2015-11-23 21:25:38 +02:00
Jaex
860c5d9be5 In default hotkeys replacing "region capture" with "region capture (windows and controls)" 2015-11-23 03:15:27 +02:00
Jaex
933ed4bd6f Swapped default hotkeys of fullscreen and region capture because region capture is most used hotkey therefore makes more sense to use print screen hotkey for it 2015-11-23 03:02:39 +02:00
Jaex
c101742d2c Update personal path before debug helper init otherwise in portable build logger will save to incorrect folder 2015-11-22 03:31:48 +02:00
Jaex
64ff083c98 Show ShareX logo in about window 2015-11-21 00:56:07 +02:00
L1Q
18553449da Updated russian translation 2015-11-20 01:58:56 +02:00
Jaex
f7e80cb176 Added uguu.se file uploader 2015-11-18 15:07:56 +02:00
Kaeltis
1ecb8b6dea German Translation Updates
Updated German translations
2015-11-16 16:57:53 +01:00
Jaex
bac56e2bd7 fr translation update 2015-11-15 18:46:48 +02:00
L1Q
02e936bdf4 More conflicting applications
- Snagit
- puush
- Lightshot
2015-11-15 16:56:26 +02:00
Jaex
645e755748 nl translation update 2015-11-15 14:18:43 +02:00
Jaex
0209731d2d Added conflicting application text to resx, Added more process names to check 2015-11-15 13:37:09 +02:00
Jaex
c7d573724e Merge pull request #1117 from Shadorc/master
Update French Translation
2015-11-15 13:22:49 +02:00
Shadorc
78f31ff36c Update French Translation 2015-11-15 12:16:03 +01:00
Jaex
4fe8fe0903 Merge branch 'master' of github.com:ShareX/ShareX 2015-11-15 12:11:02 +02:00
Jaex
00bc026cfc Turkish translation 100% 2015-11-15 12:10:46 +02:00
wforums
cfc6219441 Updates Dutch translations
updates the Dutch translations for a new ShareX release.
2015-11-15 10:46:21 +01:00
Jaex
c946e03093 Mark fields invariant 2015-11-15 11:24:49 +02:00
Jaex
281d5bf722 Don't open hotkey settings form if hotkey manager is null 2015-11-12 08:44:29 +02:00
Jaex
f98307c6ac fixed #1109: Check file exist before delete instead of inside linq 2015-11-12 02:47:10 +02:00
Jaex
73136fbee3 Added conflicting application detection if hotkey registration fails 2015-11-11 11:14:39 +02:00
Jaex
c8dcc27104 In default clipboard image copy background will be filled with white because alpha channel not supported 2015-11-10 23:07:13 +02:00
Jaex
ee540696f7 Removed Steam button from main window, NuGet update 2015-11-05 02:27:12 +03:00
Jaex
9e3a6516f9 Added more pomf clones 2015-11-02 00:34:27 +03:00
Jaex
9b3677c9a2 Merge pull request #1094 from mpistrich/master
Reopen save as dialog on errors after capture
2015-11-01 10:48:39 +02:00
Mario Pistrich
2fd9eb811b Issue #846: Unregister hotkeys when disabling them.
Enable hotkeys on reset and only register hotkeys on adding when they are enabled.
Add new delegate for hotkeys toggle to react to changes from system tray.
2015-10-31 21:08:37 +01:00
Mario Pistrich
a1281c5061 Add message box when image write fails. 2015-10-31 20:40:37 +01:00
Mario Pistrich
631c7c1983 Reopen save as dialog on errors after capture 2015-10-31 17:01:49 +01:00
Jaex
78038cbfec fixed #988: NuGet update 2015-10-28 09:33:55 +02:00
Jaex
3d4bfe8885 Auto update will detect portable build and instead open download URL in browser 2015-10-28 03:42:22 +02:00
Alexandre Oliveira
ef0c39717a Updated Brazilian Portuguese translation 2015-10-27 17:25:55 -02:00
Jaex
66852aed94 Added credits for Russian language support 2015-10-27 08:12:03 +02:00
Jaex
cdf66aeb00 Portable path changes 2015-10-27 04:03:24 +02:00
Jaex
8c10e2a910 Merge pull request #1084 from L1Q/master
Russian translation added
2015-10-26 21:15:56 +02:00
L1Q
c39fdc4d65 Removing conflict
ru -> ru-RU
2015-10-26 21:14:02 +02:00
L1Q
7f1b499036 Rolling one file back
This file was edited on accident in one of the first russian translation
commits.
Looks like it only changed autogenerated code commentary to russian
(because I was using VS in surrian).
Now it should be back to normal.
2015-10-26 16:09:50 +02:00
L1Q
8f6ec0fbec Russian translation status: 100%
Fixed lots of typos and mistakes.
2015-10-26 15:33:53 +02:00
L1Q
64850e41f4 Russian translation status: ~99%
Still have to check everything for typos and mistakes.
2015-10-26 02:21:21 +02:00
Michael Delpach
bc71100f60 Clipboard formats clarification 2015-10-26 06:50:20 +08:00
L1Q
230475245a Russian translation status: ~66%
Helpers lib, ShareX poject, Some other dialogs
2015-10-25 11:43:28 +02:00
L1Q
39f11215bd Russian translation status: ~35%
App Settings form + minor chages
2015-10-25 02:34:16 +03:00
Jaex
b6f12094b1 Custom file name support for task 2015-10-23 01:43:04 +03:00
Jaex
38ebe9a429 Added file name field to after capture form 2015-10-22 02:52:41 +03:00
Jaex
05cf6ff44f Location header response type for custom uploader 2015-10-20 03:26:16 +03:00
Jaex
b8418230b9 Added ShowMostRecentLinkFirst setting 2015-10-18 16:18:53 +03:00
Jaex
bc1eb99fdd Write ShareX version and build in error form 2015-10-17 14:37:40 +03:00
Jaex
36b9fea3ed Credits update 2015-10-16 11:42:27 +03:00
Jaex
e4264cfe69 Vietnamese enum description 2015-10-16 10:39:35 +03:00
Jaex
b6f9265f4e Added Vietnamese resx files to csproj 2015-10-15 23:38:18 +03:00
Jaex
272aa088fc Added Vietnamese to language list 2015-10-15 23:06:58 +03:00
Jaex
94d2ae2e7d csproj resx updates 2015-10-15 22:19:24 +03:00
Jaex
1f816e0a05 Merge pull request #1069 from thanhpd/master
Vietnamese translation added
2015-10-15 22:03:37 +03:00
thanhpd
f8d48273db Vietnamese translation added 2015-10-16 01:52:28 +07:00
Jaex
10cebbb0ae Set FFmpeg path by default 2015-10-15 18:59:38 +03:00
Jaex
e07758246c Resx changes 2015-10-15 11:36:05 +03:00
L1Q
b536e0a7ba Russian translation status: ~30%
- Hotkey settings window with most windows it invokes
- Task settings
- Icon enabled
2015-10-15 07:32:53 +03:00
L1Q
1d99d4927d Russian translation minor
Выгрузка -> Загрузка
2015-10-14 23:43:13 +03:00
L1Q
320a9668af Russian translation status: ~18%
Context menu and allmost all Main window
2015-10-14 22:21:03 +03:00
Jaex
c7780b2bf6 Added debug menu to tray menu 2015-10-14 13:34:13 +03:00
L1Q
c88cae0afa Added russian translation 2015-10-14 10:33:02 +03:00
Caleb Blankemeyer
af2b787918 ShareX/WorkerTask.cs
added Seafile task
-
ShareX.UploadersLib/UploadersConfig.cs
added Seafile configuration properties
-
ShareX.UploadersLib/Forms/UploadersConfigForm.resx
ShareX.UploadersLib/Forms/UploadersConfigForm.Designer.cs
ShareX.UploadersLib/Forms/UploadersConfigForm.cs
added Seafile tab, settings, and relevant configuration & validation utilities
-
ShareX.UploadersLib/FileUploaders/Seafile.cs
main Seafile controller class, watch out for the ShareURL class as it doesn't used shared http classes due to contentlength and postdata PUT constraints
2015-10-12 23:54:19 -04:00
unknown
d17c3c0478 added Seafile class, added to designer, etc. only thing nonfunctional is sharing URLs 2015-10-12 21:24:49 -04:00
Jaex
637685b8a9 Check registry target path 2015-10-12 11:26:21 +03:00
Jaex
c67bfad28a Check shortcut target path too 2015-10-12 11:09:02 +03:00
Jaex
204d4a841d Added Logger Async option 2015-10-10 00:12:10 +03:00
Jaex
93ddecf037 Write logs instantly async 2015-10-09 21:15:29 +03:00
Patrick Fruh
a2c679aeeb More german translation updates 2015-10-06 10:40:38 +02:00
Patrick Fruh
59b0c43845 Reworked German Translation
Fixed typos, added missing strings, ...
2015-10-06 10:27:21 +02:00
Jaex
27d4814500 Missing config reference 2015-10-06 03:13:50 +03:00
Jaex
4b546f4d90 Renamed Maxfile to Pomf and it will support all Pomf uploaders 2015-10-05 20:54:29 +03:00
quietsche
bb04572d58 fixed typo in MainForm.de.resx 2015-10-04 20:27:59 +02:00
Jaex
4dc9ed8397 Added Scrolling capture tab for AutoClose setting 2015-10-04 20:59:47 +03:00
Jaex
56e8de3c3a Merge pull request #1034 from Shadorc/master
Update French Translation
2015-10-03 12:21:43 +03:00
Shadorc
59b23cd36f Update French Translation
Better late than never !
2015-10-03 11:20:06 +02:00