summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Initial support for batch queueing.sr552011-09-029-153/+345
| | | | | | A new option "Add All" which will add all scanned titles using the current settings. Ideally used with batch scanned sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4202 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove some remaining unused .NET settings code.sr552011-09-028-82/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4200 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Reverted Auto-Gen Resx change from previous commitsr552011-09-021-27/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4199 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a display issue with the Title Dropdown. The dropdown area width ↵sr552011-09-022-73/+102
| | | | | | was too small. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4198 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some tweaks to the way the picture settings panel handles cropping ↵sr552011-08-271-2/+10
| | | | | | and preset stored values. Check if the preset has values, before ignoring the source values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4196 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Broke the preset loader in the last commit. Now Fixed.sr552011-08-273-1/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4195 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some refactoring of the preset services to make them simpler and ↵sr552011-08-273-25/+22
| | | | | | restoring old functionality that allowed storing of crop settings to match the macgui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4194 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Finish migrating the settings over to the new user setting service.sr552011-08-1733-999/+422
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4183 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for upcoming changes to CLI scan output showing bluray ↵sr552011-08-161-4/+19
| | | | | | playlist number. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4181 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a service manager to maintain single instances of services & ↵sr552011-08-1530-41/+565
| | | | | | update the user settings service to import defaults from an xml file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4177 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of minor bug fixes in the user settings code.sr552011-08-152-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4176 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Finished re-writing the user settings service to use xml file ↵sr552011-08-1523-565/+329
| | | | | | storage rather than built-in settings. Moved all the Services Library settings over to use the service. Main application will be done later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4175 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove a duplicate model object.sr552011-08-158-50/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4174 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Clear all option on the queue.sr552011-08-158-23/+74
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4173 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with Multi-instance detection.sr552011-08-141-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4172 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Struct changes to keep up with libhb and passthrough updates. Also ↵randomengy2011-08-1310-17/+45
| | | | | | fixing a problem where the audio passthrough mask wasn't applied when creating the passthrough codec value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4171 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added in release installer support to the msbuild file.sr552011-08-121-4/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4169 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Disable the "Run HandBrake" option after the installer. Running ↵sr552011-08-114-4/+4
| | | | | | under elevated permissions is bad. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for performing a silent install. (Patch by cookie23 - ↵sr552011-08-114-20/+32
| | | | | | Jeremy. Thanks!) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4166 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a NullPointerException in the AudioPanel that was causing some ↵sr552011-08-111-2/+7
| | | | | | funny behaviour when switching presets and scanning sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4165 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Build fixsr552011-08-081-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4163 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Removed some unneeded codesr552011-08-073-12/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4162 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the Queue to work in the same way as the Mac/Lin Queue. ↵sr552011-08-0710-23/+243
| | | | | | | | | | Retain Completed jobs and mark them as such. - Added option to clear completed jobs. - Added option to re-encode a completed/errored job. - In-progress/Waiting jobs get saved into queue recovery. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4161 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Support DTS-HD in MP4.sr552011-08-071-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4160 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for DTS passthru in MP4 and add smarter fallback audio ↵sr552011-08-071-31/+85
| | | | | | encoder selection for incorrectly selected passthru tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4159 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Support for AAC and MP3 Passthru added + change default audio mode ↵sr552011-08-076-6/+65
| | | | | | setting to 0 to prevent crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4158 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactored the Automatic Audio Selection so that it is more ↵sr552011-08-073-74/+89
| | | | | | intuitive. Now, it will use your preferred language for the preset tracks, then add either all additional tracks, or all additional tracks for your selected additional languages. This should avoid any confusion as to why the previous setup as overriding presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4157 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Subme 11 support.sr552011-08-061-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4156 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a warning to the "Audio and Subtitles" tab to notify people that ↵sr552011-08-012-19/+30
| | | | | | automatic audio settings will override those stored in presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4151 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Temporary fix for the audio panel not accepting preset audio tracks ↵sr552011-07-312-2/+17
| | | | | | due to the Automatic audio options overriding it. This is going to require a bit of thought for a full fix but should restore previous functionality. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4146 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Usability Improvements on the Audio and Subtitle tabs.sr552011-07-318-114/+269
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4145 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Small fix to Max Width and Height settings from presets. Presets ↵sr552011-07-281-5/+3
| | | | | | without both Max width and height set may have a problem when changing source and may not always obey the max width or height. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4143 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Increase the max number on the Min scan length numeric control. sr552011-07-241-10/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4139 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add DTS-HD and DRC to HandBrakeInterop. Update libhb audio structures. Fix ↵randomengy2011-07-2414-40/+64
| | | | | | test project build failures. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4138 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improvements and bug fixes to the installer, including better ↵sr552011-07-246-7/+720
| | | | | | support for the 64bit version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4137 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for Minimum Duration setting for scans.sr552011-07-249-170/+227
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4135 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tooltip fix by Vendolissr552011-07-241-2/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tweak the new audio panel options pane to give it a cleaner ↵sr552011-07-233-670/+307
| | | | | | appearance and simplify the code a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4128 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Auto Selection of Audio and Subtitles - Patch by vendolis (Thanks!)sr552011-07-2315-221/+1304
| | | | | | | | Adds finer grained control of the Automatic Audio and Subtitle selection feature. Adds the ability to select multiple languages. https://reviews.handbrake.fr/r/158/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4127 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Repair the x64 build.sr552011-07-213-29/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4125 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix "Set Default" preset option.sr552011-07-183-16/+37
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4120 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for x64 to the build script.sr552011-07-171-5/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4118 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Setup a simple msbuild configuration and simplified the project ↵sr552011-07-175-134/+64
| | | | | | build targets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4117 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another build fix.sr552011-07-163-4/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4116 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another attempt at sorting the build.sr552011-07-164-125/+24
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4115 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Another set of build fixessr552011-07-163-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4114 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Build fixes.sr552011-07-164-11/+68
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4112 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some fixes to the Queue Current encoding information display and ↵sr552011-07-1612-40/+41
| | | | | | removal of another duplicate model. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4111 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another duplicate model removed.sr552011-07-167-34/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4110 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Starting to remove model objects from the Application Services ↵sr552011-07-1616-228/+64
| | | | | | module that are duplicated in the Interop Library git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4109 b64f7644-9d1e-0410-96f1-a4d463321fa5