summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: (WPF) Initial work to implement the "Queue" and "Add Preset" ↵sr552011-12-2731-70/+1168
| | | | | | Windows. Additional setup work around the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4389 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Work on the Chapters Panel + Missing Image files.sr552011-12-226-11/+137
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4384 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the Query Parser for x264 preset options. sr552011-12-221-5/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4382 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Some further work on the WPF GUI. Started to hook up presets.sr552011-12-2112-20/+393
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4379 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the Output Settings preset name display. It was ↵sr552011-12-201-1/+1
| | | | | | intermittently showing "Custom" for a selected preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4378 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some Audio Panel refactoring and an additional method to the scan ↵sr552011-12-204-12/+58
| | | | | | service to allow scan logs to be more easily debugged. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4377 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Import Patch to fix corrupted characters in the Parser class. ↵sr552011-12-201-1/+1
| | | | | | | | http://code.google.com/p/handbrake/source/detail?r=67ec1976d8301dd5592ee1249a611f9c91efd6f7 Thanks to golgol7777 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work hooking up the new main window.sr552011-12-0320-64/+208
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4372 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Update with options panel with the latest WinForm changes.sr552011-12-024-3/+39
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4371 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Extended the Automatic Audioo/Subtitle selection feature to allow a ↵sr552011-12-017-78/+104
| | | | | | preferred language to be set for Subtitles and remove some restrictions on the window to make it more flexible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4370 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix VLC detection bug.sr552011-12-011-9/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4369 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix to the autoname function {source_path} option. It would ↵sr552011-11-291-1/+5
| | | | | | sometimes use a directory 1 level up from where it was supposed to. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4368 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further UI work on the new interface.sr552011-11-285-120/+262
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4366 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work on setting up the initial UI.sr552011-11-263-11/+178
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4365 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the audio panel, so that if no tracks are available, the ↵sr552011-11-261-1/+1
| | | | | | controls will correctly enable/disable based on the encoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4363 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Some further UI Work.sr552011-11-2016-130/+204
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4362 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Add global exception handler and new wpf exception view.sr552011-11-208-10/+395
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4361 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a tooltip to the audio panel that explains it's operation a bit ↵sr552011-11-192-1/+10
| | | | | | better. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4360 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a issue where audio controls would disable sometimes if there ↵sr552011-11-191-0/+24
| | | | | | was only one audio track on the source. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4359 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the Burned/Default flags being set incorrectly on the ↵sr552011-11-171-42/+12
| | | | | | subtitle tab when adding multiple items. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4356 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some issues with loading ffmpeg4 encoder via presets fixed.sr552011-11-172-3/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4355 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the mpeg4 encoder query.sr552011-11-171-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4354 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work on the WPF UI and associated servies and ↵sr552011-11-1314-65/+415
| | | | | | utilities. Started working on wiring up the ability to encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4347 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Starting to wire up bits of the main window. (Source Scan)sr552011-11-067-15/+204
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4342 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Several more culture issue fixes.sr552011-11-049-36/+21
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4340 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use Invariant culture in the Status Parser.sr552011-11-041-4/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4339 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial setup for the Log Window.sr552011-10-306-7/+62
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4331 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work on the new Options window. Just UI/Cosmetic code ↵sr552011-10-308-60/+228
| | | | | | to finish now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4330 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updates to the Interop Library to use the new methods to get at the ↵sr552011-10-3029-417/+1020
| | | | | | Audio/Video encoder information from libhb. Patch by RandomEngy. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4329 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Continued work on the options window. Save Settings, Various ↵sr552011-10-299-333/+1064
| | | | | | functions and place holders for TODO's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4328 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Options window bindings are now in place.sr552011-10-284-160/+175
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4326 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some behavioural fixes to the audio panel controls.sr552011-10-263-10/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4323 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work on the options screen. Initial rough styling and ↵sr552011-10-255-35/+361
| | | | | | Load method. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4319 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for new decomb options.sr552011-10-234-21/+30
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4312 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Added backing properties for binding on the options window & ↵sr552011-10-2223-85/+1523
| | | | | | some general tidy up of the code/comments. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4310 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial layout of the WPF options windowsr552011-10-2212-36/+429
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for newer and older versions of stylecop 4sr552011-10-153-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug in the AutoName function when the source name has invalid ↵sr552011-10-151-1/+2
| | | | | | characters for a file path. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4288 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove "Add only one" check from "Add All" on the audio panelsr552011-10-151-6/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4287 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of cosmetic bug fixes.sr552011-10-142-7/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4284 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for flac.sr552011-10-121-34/+36
| | | | | | Quality setting support will come later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4282 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix for ffmpeg AC3 encoder data converter. Patch by Lutz Ssr552011-10-121-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4280 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Updated EnumHelper with another helper method.sr552011-10-091-0/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4278 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug in the Audio Panel. Unable to parse a Mixdown enumeration.sr552011-10-091-9/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4277 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: typo fix.sr552011-10-081-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4274 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Converters and cli query handling code update for new x264 options.sr552011-10-083-1/+147
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4273 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: x264Tune model update.sr552011-10-081-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4272 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Add some models for upcoming x264 preset/tune/profile & audio ↵sr552011-10-085-26/+164
| | | | | | encoder ffflac. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4271 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updating structs to keep up with libhb. Adding support for x264 ↵randomengy2011-10-0812-155/+183
| | | | | | profile/preset/tune and updating to use built in auto-passthrough. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4270 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Rename Mixdown Passthru to Nonesr552011-10-075-81/+85
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4267 b64f7644-9d1e-0410-96f1-a4d463321fa5