summaryrefslogtreecommitdiffstats
path: root/win/C#
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-04-1727-250/+602
| | | | | | - More stylecop warnings cleaned up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-171-3/+4
| | | | | | - Fix in-gui status updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3234 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-151-28/+0
| | | | | | - removed some unused code git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-143-24/+70
| | | | | | | - Enabled higher bitrate audio for aac. - Catch exceptions at application startup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3224 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-107-20/+46
| | | | | | | - Update GrowlConnector to 2.0.2.8 - Few UI tweaks to the updater. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3218 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-093-23/+6
| | | | | | - Fix a few small issues with custom anamorphic preset loading. Thanks golgol7777 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3216 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-092-21/+2
| | | | | | - Clean up a switch statement that wasn't needed git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3215 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-091-32/+28
| | | | | | - Refactor the code to work out the slider value from the video quality. This fixes a bug when loading presets with ffmpeg and makes the code far easier to understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3214 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-082-8/+9
| | | | | | - MP3 in MP4 files is now enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3206 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-051-5/+0
| | | | | | - Remove check for libgcc_s_sjlj-1.dll since it is no longer required. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3198 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-029-6/+1570
| | | | | | | - Added a new NightlyBuild Build Configuration. - Updated "Install" target so you now only need to provide HandBrakeCLI.exe and it's dll. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3194 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-021-3/+6
| | | | | | - Fix a small error in the build config. Don't run makensis for non install configs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3193 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-023-2/+61
| | | | | | | - Add a new build target called "Install". If you have NSIS installed and it's in your path, you can now use the "Install" target to automatically build the HandBrake Installer for the Windows GUI. HandBrakeCLI.exe, libgcc_s_sjlj-1.dll, "doc" folder, and handbrakepineapple.ico must all be copied into the "bin/install" folder for this to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3192 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-021-0/+25
| | | | | | - Put in some checks on ui launch to make sure the cli and it's dll are present. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3191 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-022-4/+5
| | | | | | | - Updated AssemblyInfo.cs - Added Subme 10 to x264 panel git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3190 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552010-04-022-18/+9
| | | | | | - Fix an issue with the Chapters tab where it wouldn't always enable the tab when the source had chapters git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3183 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-273-36/+87
| | | | | | | | - Audio Panel will now remove all audio tracks from the audio list if the source has no tracks. When changing back to a source / title that has audio tracks, it will re-add audio tracks that are setup in the selected preset. If no preset is selected it will not re add any tracks. - Fix duplicate preset created when importing macgui preset. - Fix CQ/Filesize/AvgBitrate settings not being set correctly with macgui preset import. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3174 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-121-2/+9
| | | | | | - Missing comment git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3164 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-126-9/+119
| | | | | | | | Two new options for autocrop. - Remove Underscores from source name. - Change to Title Case. (e.g "Source Name") git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3163 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-125-105/+146
| | | | | | The Source button dropdown menu can now display multiple ready DVD drives. Previously only the first ready drive would be displayed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3162 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-111-1/+1
| | | | | | - Fix the DVD Drive Option on the source menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3160 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-104-17/+18
| | | | | | - Revert extra added -x and hopefully fix the cause of it being autogend git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3157 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-102-5/+4
| | | | | | - Don't reset mixdown to mono on source scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3156 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-053-5/+8
| | | | | | - Attempt to stop the autogen code from adding extra -x to the x264 query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3149 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-057-94/+17
| | | | | | - Remove Processors options from the CLI tab since it's not really serving any purpose. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3148 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-042-35/+32
| | | | | | - Fix 2 labels which were the wrong way around. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3147 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-271-0/+23
| | | | | | - One more missing file checked in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3146 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-273-0/+1189
| | | | | | - Checkin some missing files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3145 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-276-153/+116
| | | | | | - Moved the Activity Log Code out of the Activity window into the Encode and Scan services. They now provide the log data. (Some duplicate code here will need to be refactored into a base class later) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3144 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-261-1/+1
| | | | | | - Another -x appended when it shouldn't be. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3143 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-261-1/+0
| | | | | | - Fixed a small x264 panel desiger issue where it would append multiple -x to the query git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3142 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-2610-975/+38
| | | | | | | - Fixed some issues with the DirectRun() Code and implemented some standard input / error readers received events / handlers - Moved some code around. EncodeQueue is now a services layer git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3141 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-264-38/+23
| | | | | | - Few StyleCop warnings cleared up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3140 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-257-187/+116
| | | | | | | - Make the picture settings panel work more like the macgui. No longer uses -X Max Width but instead does all the logic in-gui so it's less confusing to the user. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3139 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-228-210/+433
| | | | | | | - Some more cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3134 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-214-172/+194
| | | | | | - Few more stylecop warnings fixed + settings tweak git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3132 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-2038-1213/+1664
| | | | | | - Cleanup more StyleCop warnings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3131 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-2012-288/+390
| | | | | | | | | - Some tweaks to the StyleCop Settings File. - Some abbreviations added to the ReSharper config file. - Some more warnings cleaned up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-2014-321/+808
| | | | | | | | | - Tied Microsoft StyleCop into the build process. - Included a settings file for StyleCop so anyone who picks up the project can use the global project settings. - Started Clearing up Warnings generated by stylecop. - Also included Resharper 5 config files that users can use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3129 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-1918-499/+554
| | | | | | | - Some in progress re-factoring. - Enable Modulus for none/loose picture setting modes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3127 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-088-232/+224
| | | | | | | - Banish % Quality display. - Code Refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3105 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-311-0/+1
| | | | | | - Missed a file in the last checkin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-318-99/+218
| | | | | | - More refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3092 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-318-229/+222
| | | | | | - Refacotring Code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3091 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-3016-335/+575
| | | | | | | - Added some code to allow direct execution of the CLI rather than using CMD. This may be useful later on. - Re-factoring. Added Many code comments / Cleaned up some code style issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3088 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-243-30/+31
| | | | | | - Quick patch to allow "," to be used in CSV files when importing into the gui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3085 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-242-37/+61
| | | | | | | | | More Keyboard ShortCuts - Ctrl-A remapped to add to queue - Ctrl-L for log window - Ctrl-S to start an encode git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3084 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-241-14/+18
| | | | | | | | | - Added keyboard shortcuts: * Ctrl-O = Open File * Ctrl-Shift-O = Open Folder * Ctrl-A = Show Activity Log window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3083 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-218-45/+56
| | | | | | - Some code refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3081 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-187-244/+216
| | | | | | - Just some re-factored code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3077 b64f7644-9d1e-0410-96f1-a4d463321fa5