summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix chapter csv file import. Names were not displaying on the ↵sr552012-06-032-4/+20
| | | | | | chapter list grid. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4711 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Numerous fixes to the picture settings tab. Fixed framerate typo on ↵sr552012-06-034-6/+71
| | | | | | the Video tab and fixed an issue on the main window when changing back to Chapters mode. (Start and End points were not set correctly) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4710 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the x264 CQ Granulairty on certain cultures. ↵sr552012-05-313-7/+33
| | | | | | Change the way the Destination text box works and update the autonaming code to work with Start and End points. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4709 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug in chapter duration calculation.sr552012-05-273-7/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4708 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a threading bug in the Queue Manger. ClearCompleted should ↵sr552012-05-271-8/+14
| | | | | | always be done on the UI Thread. This was causing the "Clear completed" queue option to crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4707 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix for the Constant Quality slider when changing the granularity ↵sr552012-05-272-22/+40
| | | | | | without restarting the app. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4706 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a warning when closing the app while an encode is running. A fix ↵sr552012-05-263-10/+48
| | | | | | for the Browse button not updating the Output format dropdown correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4703 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improvements and fixes to the Queue Window. Added WhenDone option. ↵sr552012-05-266-77/+341
| | | | | | | | Fixed an issue where the progress counter would not display if you started an encode before opening the queue window. Updated the Options Window to keep settings displayed up to date. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4698 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the Binding behaviour to update the bound field as the user ↵sr552012-05-251-1/+1
| | | | | | types rather than when focus is lost. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4697 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a file to indicate that the WinForms UI is deprecated.sr552012-05-212-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4696 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the DragDrop Library and added the source as a zip package.sr552012-05-214-114/+28
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4695 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bug fixes on the subtitles panel.sr552012-05-212-6/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4694 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Allow folders to be dropped on the main window.sr552012-05-201-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4693 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Range of bug fixes and UI tweaks.sr552012-05-208-25/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4691 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Status overlay when scanning. Not sure if this is going to stay, ↵sr552012-05-207-254/+670
| | | | | | just experimenting with ideas. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4690 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial Implementation of Add All to Queue. Fix the Queue so that it ↵sr552012-05-206-17/+132
| | | | | | processes everything correctly rather than just the last job added. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4689 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: When Changing the output format, limit to only valid choices in the ↵sr552012-05-1914-38/+299
| | | | | | video and audio encoder dropdowns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4688 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix issue with query for mkv files.sr552012-05-191-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4687 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bunch of dodgy regexs that could lead to certain filenames ↵sr552012-05-151-18/+18
| | | | | | causeing the query parser to break. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4682 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes Picture Height CLI Query. Fix Framerate mode controls (PFR/VFR ↵sr552012-05-153-4/+9
| | | | | | were not working right) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4681 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552012-05-142-6/+16
| | | | | | | - Fix some stupid code in the CliCheckHelper class which could easily cause it to not set version information. - Fix an issue in the scan service where it could try to write to a log directory which doesn't exist yet leading to no log file being displayed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4680 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a crash in the user settings service on a clean install. Also ↵sr552012-05-143-7/+8
| | | | | | handle exception throwing a bit better in the encode service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4673 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug that was causing the incorrect quality setting to be set.sr552012-05-131-9/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4672 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Installer Scriptssr552012-05-123-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4671 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: 64bit WPF build fix.sr552012-05-121-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4670 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another attempt at fixing the build script.sr552012-05-121-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4669 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Build Script Updates for the WPF UI.sr552012-05-121-9/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4668 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the new WPF UI default. (the old UI exe is still included in ↵sr552012-05-1218-137/+247
| | | | | | | | the build. Handbrake_old.exe) Also includes bug fixes to the audio and subtitles panels. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4667 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) UI Consistency tweaks and improvements.sr552012-05-0610-60/+90
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4649 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Build system tweaks.sr552012-05-052-2/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4648 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add bob support in the plist parser.sr552012-05-051-0/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4647 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Change the Preset window from singleton to transient sr552012-05-051-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4646 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Support for bob deinterlacing/ decomb.sr552012-05-056-23/+65
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4645 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue importing SRT subs.sr552012-05-051-1/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4644 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Updates to the new Query Generator to deal with passthru ↵sr552012-05-011-7/+8
| | | | | | tracks correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4615 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Improvements to the new audio panel.sr552012-05-017-42/+177
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4614 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui (WPF) Fix a bug in the GongSolutions WPF Drag/Drop Library to prevent ↵sr552012-04-293-19/+286
| | | | | | a crash with dropdowns when clicking an item outside of the listbox control area. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4613 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Basic support for PGS subtitles in the forms UI.sr552012-04-295-21/+84
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4612 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Preview Window Play button crash.sr552012-04-281-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4611 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Always pass down the --previews flag for encodes when it's not ↵sr552012-04-221-1/+7
| | | | | | defaulted to 10 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4601 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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