Commit graph

479 commits

Author SHA1 Message Date
Jaex
7617c98bf9 ScreenRecordForm changes 2014-05-22 07:19:32 +03:00
Jaex
f8aeb45024 Using Task.Run instead BackgroundWorker 2014-05-22 04:48:27 +03:00
Jaex
e1e29f7b6b Removed AsyncBridge library, FFmpeg error window for be able see all output, Replaced ThreadPool with Task.Run 2014-05-22 04:22:32 +03:00
Jaex
c2f2d48342 MediaCrush stop upload handling 2014-05-21 02:52:54 +03:00
Jaex
74c9ce58f2 Added QR code to tools menu too 2014-05-21 01:46:06 +03:00
Jaex
982fc9e421 After upload task "Show QR code window" 2014-05-21 00:49:31 +03:00
Jaex
73f3fa0a66 Added QR code support 2014-05-21 00:25:06 +03:00
Jaex
16155ffdc8 ffmpeg show error setting 2014-05-20 19:28:40 +03:00
Jaex
cfc93cd6b2 Screen recording ui changes 2014-05-20 19:12:52 +03:00
Jaex
ba961d03ad Removed FTP account @ syntax warnings instead setting HttpHomePathAutoAddSubFolderPath false 2014-05-20 05:14:03 +03:00
mcored
c13e8956af Using latest SSH.NET.2014.4.6-beta1 fixed #136 2014-05-20 05:11:32 +08:00
Jaex
442d91f6df DownloadAndUploadFile error handling 2014-05-19 18:14:36 +03:00
Jaex
5667ffcb76 Increased menu size otherwise one icon was shrinking 2014-05-18 23:05:49 +03:00
Jaex
50bcfb4bdf Added hotkey text to workflows 2014-05-18 21:12:39 +03:00
Jaex
e1ea76d53b Workflows can show all tasks optionally, Added workflows to tray menu 2014-05-18 13:12:12 +03:00
Jaex
ccc6b16474 Credits updated 2014-05-18 12:11:22 +03:00
McoreD
50728e89ee Do not show Workflows toolStrip button if there are no customized task settings 2014-05-18 14:21:55 +08:00
McoreD
399631c2b5 Only show customized task settings in Workflow;
Otherwise it is no different from accessing through Capture menu
2014-05-18 13:08:15 +08:00
McoreD
24a066600c AssemblyVersion update to distinguish between dev and release versions 2014-05-18 13:04:57 +08:00
McoreD
d5dc7470b3 Workflow menu to show customized task settings 2014-05-18 10:21:00 +08:00
McoreD
8f75499b83 Fixed WebClient crash if "do not save" was chosen;
Prevent DownloadAndUpload method from stopping altogether when "do not
save" was chosen. Use wouldn't want to save but would still want to
upload the file contents!
2014-05-18 08:14:17 +08:00
Jaex
97f3657eca Bucket name change will update URL preview too 2014-05-17 09:38:09 +03:00
Jaex
0c8e4d2bdc Added version history link to About window 2014-05-16 12:53:40 +03:00
Jaex
6e8d21c0e5 Release 2014-05-16 12:11:48 +03:00
mcored
7c08328def More TabIndex fixes 2014-05-15 21:10:17 +08:00
mcored
613bc0bc5d TabIndex changes 2014-05-15 21:08:39 +08:00
Jaex
c24423a94f Fixed ffmpeg extensions 2014-05-15 09:13:49 +03:00
McoreD
24073a4e53 Cancelling Before Upload form will not show an Error icon in the main form anymore 2014-05-15 12:48:10 +08:00
McoreD
0ce922cab9 Refraining usage of hardcoded strings for easier coding 2014-05-15 10:08:47 +08:00
McoreD
2b5459b1f6 Support for mkv extension in FFmpeg 2014-05-15 07:17:07 +08:00
mcored
228d3619a5 Revert "Remember custom extension for FFmpeg set by user"
This reverts commit da43af6346.
2014-05-15 06:21:49 +08:00
mcored
da43af6346 Remember custom extension for FFmpeg set by user 2014-05-15 05:48:29 +08:00
mcored
34b2ddf9f2 Change default FFmpeg audio codec to libvo-aacenc
After running more tests, AAC volume was not that low compared to
Vorbis:

https://dl.dropboxusercontent.com/u/84476328/ShareX/2014-05/2014-05-15_05-10-26.mp4

https://dl.dropboxusercontent.com/u/84476328/ShareX/2014-05/2014-05-15_05-10-03.mp4

https://dl.dropboxusercontent.com/u/84476328/ShareX/2014-05/2014-05-15_05-09-35.mp4
2014-05-15 05:34:35 +08:00
Jaex
1fd73cb75b fixed screen record canceling 2014-05-14 16:52:10 +03:00
Jaex
dd5169643a FFmpeg options form changes 2014-05-14 15:30:03 +03:00
Jaex
10c0685106 Revert "Updated FFmpeg tooltip"
This reverts commit 248fa9b723.
2014-05-14 15:24:36 +03:00
mcored
c123d56861 Merge branch 'master' of https://github.com/ShareX/ShareX
Conflicts:
	ScreenCaptureLib/Screencast/FFmpegOptionsForm.Designer.cs
2014-05-14 20:14:39 +08:00
mcored
248fa9b723 Updated FFmpeg tooltip 2014-05-14 20:11:49 +08:00
Jaex
63ab1b3fbe FFmpeg options form changes 2014-05-14 15:08:51 +03:00
mcored
7a395a58b3 Added libvo_aacenc support 2014-05-14 19:18:18 +08:00
McoreD
e73bcf21e4 Only show message box when FFmpeg download fails 2014-05-14 14:04:40 +08:00
mcored
196188ddda AboutForm tab index fixes 2014-05-14 10:36:47 +08:00
McoreD
dabc74a3dc Skip regserver if not run as admin 2014-05-14 10:33:04 +08:00
McoreD
4c582baaae Show GUI feedback to the user if FFmpeg.exe path does not exist 2014-05-14 07:48:16 +08:00
mcored
cb052f8a2a Changelog update 2014-05-14 05:37:41 +08:00
mcored
ce46496425 libvorbis and libmp3lame has qscale support 2014-05-13 19:50:31 +08:00
Jaex
b7e111042a FFmpeg error will show in msgbox 2014-05-13 12:49:34 +03:00
Jaex
dc00311246 License updated 2014-05-13 12:06:40 +03:00
Jaex
5d7bc6c1c2 About form changes for give credits 2014-05-13 11:57:05 +03:00
Jaex
22bbe9ae88 Added video/audio source and audio codec settings to screen recorder 2014-05-13 11:44:35 +03:00