summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-04-302-41/+64
| | | | | | - Some minor re factoring to the encode service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3280 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-305-33/+61
| | | | | | | - Kill the CLI on GUI close for Scanning and fixed for encoding. - Fixed Autoname bug where it would strip all slashes out the path git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3279 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-281-0/+5
| | | | | | - Fix an exception when a parsed source has no Main Title git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3276 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-282-151/+2
| | | | | | - Made some changes so that AssemblyInfo.cs and MakeNightly.nsi are auto generated correctly for appropriate builds git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3275 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-281-42/+0
| | | | | | - Exclude AssemblyInfo.cs from the svn git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3274 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-283-5/+9
| | | | | | - Only display version number on the nightly builds git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3273 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-289-50/+337
| | | | | | | | - Strip any illegal characters from the autoname path - Display build number in program window title. Also added a hack to force this to display the correct number. - Imported some settings for Stylecop for resharper 5 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3272 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-253-20/+28
| | | | | | - Fix an issue with the CLI version check logic. It was checking cached version data before checking the actual CLI data. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3265 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-245-31/+223
| | | | | | - More stylecop warnings cleaned up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3259 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-246-286/+81
| | | | | | - Use Auto Properties in the Parser git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3258 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-234-35/+35
| | | | | | - Updated to make sure of the MainFeature feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3256 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-2310-77/+216
| | | | | | | - Quality Slider tooltip fixed. - More stylecop warnings cleaned up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3255 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-231-2/+2
| | | | | | - Fix a bug in the Parser/AudioTrack object. A Track regex couldn't handle "Greek, Modern" due to the space and comma. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3254 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-221-2/+5
| | | | | | - Cleaned up a style issue git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3252 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-215-4/+199
| | | | | | - Tag the Assembly Version with the svn revision so the GUI can be identified correctly. This is for the nightly builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3250 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-214-0/+37
| | | | | | - enforce a minimum CLI revision for svn builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3247 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-186-77/+117
| | | | | | - Queue Edit now only scans the title that was added rather than all titles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3241 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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