summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Remove deprecated variable to avoid confusion.sr552012-04-126-13/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4598 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Audio Panel Auto Passthru implementation. sr552012-04-125-4/+54
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4597 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: File Handler was not being released, now fixed.sr552012-04-121-20/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Lots of fixes to the Plist Import / Export functionality.sr552012-04-121-31/+57
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4593 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial Implementation of title specific scanning.sr552012-04-069-9/+272
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4582 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update Caliburn Micro Framework to 1.3.1sr552012-04-063-74/+453
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4581 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) User Setting Service fixes, Query Generation fixes, Logviewer ↵sr552012-04-015-26/+36
| | | | | | live updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4580 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Cleanup and fixes to the main window and preferences screen.sr552012-04-015-24/+134
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4579 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Bug fixes to the advanced panelsr552012-04-014-6/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4578 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an filepath issue in libhb scan service.sr552012-04-011-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4577 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (0.9.x) User Settings Service Fixes/Improvements from Trunksr552012-04-011-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4576 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fixes / API Updates for Encoding.sr552012-03-314-42/+102
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4573 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Update hb_job_s and hb_title_s with latest API changes.sr552012-03-312-0/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4572 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Expose option to enable or disable LibDVDNav on scans.randomengy2012-03-311-80/+87
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4571 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: More refactoring of user settings / exception handling for the user ↵sr552012-03-293-41/+29
| | | | | | setting service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4557 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add code to overwrite corrupted settings file.sr552012-03-281-0/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix build scripts.sr552012-03-253-3/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuWinGui:(WPF) Remove some legacy queue code with the queue models and ↵sr552012-03-2514-131/+134
| | | | | | fix up some issues with the quality slider on the new video tab. Improve the User settings service code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Port the Advanced Panel for x264 from VidCoder. sr552012-03-2413-110/+2299
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4536 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Setup all the Installer (Nightly and Release, x86/64) and ↵sr552012-03-2414-200/+1398
| | | | | | Build scripts for the new UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4533 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Fixes to the Audio and Subtitle panels. Add pdb's to installer.sr552012-03-2411-32/+165
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4532 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Turn Full debug on for the Windows GUI, and include pdb's in the ↵sr552012-03-235-6/+10
| | | | | | nightly builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4531 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix Default preset option not working for custom presets.sr552012-03-231-1/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4529 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wired up the queue window and added missing functionality. ↵sr552012-03-2319-153/+493
| | | | | | | | Fixed issues on the main windows with regards to GUI widgets not updating during encoding. WinGui: (WinForms): Added >=30fps options in framerate dropdown git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4526 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix exception when adding to queue.sr552012-03-201-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4522 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Fix duration displaysr552012-03-202-5/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix broken duration display.sr552012-03-201-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4520 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Started implementing the startup procedure: Update checking, ↵sr552012-03-194-10/+211
| | | | | | Preset updates, CLI monitoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4517 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Numerous fixes / UI tweaks.sr552012-03-187-45/+101
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4511 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Added Debug menu (1. Show CLI Query to allow for easier ↵sr552012-03-1717-667/+808
| | | | | | debugging). Wired up most tabs into the EncodeTask object so the parameters are sent to the encode engine. General code tidy-up and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4510 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Add x64 target for HandBrakeWPFsr552012-03-172-2/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4509 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wired up the Add Preset window and setup the build scripts to ↵sr552012-03-1717-106/+488
| | | | | | create Alpha Builds for this project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the Query Parser Utility Class which would miss ↵sr552012-03-171-0/+5
| | | | | | out x264 settings when importing presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4506 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix an issue with the update check / build number storage ↵sr552012-03-173-5/+8
| | | | | | code. It could throw an exception under certain circumstances. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4505 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Preview pane grouping added.sr552012-03-103-37/+53
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4503 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix an issue with Autonaming destination file with multi-dot ↵sr552012-03-102-2/+1
| | | | | | extensions git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixed a display issue on the audio mixdown control when AutoPassthru ↵sr552012-03-061-0/+1
| | | | | | is selected git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: trunk ranch switch installer to use .NET 4 Client Profile.sr552012-03-044-8/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Add basic Preview window.sr552012-03-046-13/+437
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wiring up the Subtitles Auto-selection and Point-to-Point on ↵sr552012-03-0411-86/+209
| | | | | | | | the main window. Also fixed the subtitles key defaults. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4494 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updating doc files in trunksr552012-03-046-270/+305
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4492 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add missing HandBrakePlatform? key to the settings file. It should ↵sr552012-03-042-4/+20
| | | | | | normally be auto-generated but it needs a default incase it is not. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove contact info from Authors file.sr552012-03-031-22/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Audio Panel work to support presets / automatic track selection.sr552012-03-023-39/+165
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4484 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another attempt to fix the SampleRate culture bug. Missed a few ↵sr552012-03-012-3/+5
| | | | | | spots in the last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4480 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work wiring up the new UI.sr552012-03-0140-572/+1315
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use specified culture for samplerate.sr552012-02-291-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4477 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix samplerate culture issue.sr552012-02-291-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4476 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update build numbers and copyright.sr552012-02-273-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4466 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a potential crash in the plist importersr552012-02-271-1/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4465 b64f7644-9d1e-0410-96f1-a4d463321fa5