summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552011-04-0334-687/+836
| | | | | | - Move all user settings for the Services library into the services library. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3899 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-313-26/+59
| | | | | | - Add code to attempt an automatic recovery if config files get corrupted. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-2715-274/+324
| | | | | | - Some move re factoring to push the logic code into the service library. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3885 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-275-23/+73
| | | | | | - Add option for playing previews in the systems default player. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3883 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-279-476/+136
| | | | | | | - Remove built-in quicktime based video preview support. - Resigned the Preview window as a result. Currently only supports VLC launching, but will later add an option to use the systems default player for the format produced. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3882 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-261-2/+2
| | | | | | - Trim the contents of the advanced options box. Prevents -x being used with only spaces git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3881 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-261-5/+12
| | | | | | - Fix for the AutoName helper. Should now set the correct file extension based on the user preference. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3880 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-261-3/+3
| | | | | | - Fix a couple of possible culture issues in the query parser util. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3879 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix for "{source_path}" option.sr552011-03-241-11/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3877 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-203-7/+8
| | | | | | - Bugfixes in the audio panel to handle the enumerations correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3856 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-202-3/+11
| | | | | | - Minor error. Don't try to serialize a dictionary in a model. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3855 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-2011-66/+792
| | | | | | - Bunch of work to help OO the UI code a bit better and prepare for the WPF UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3854 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-1911-193/+92
| | | | | | - Improvements to the log window code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3850 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Rename Direction C# to CSsr552011-03-13290-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3846 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-131-4/+4
| | | | | | - Another build path fix git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3845 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-131-4/+4
| | | | | | - Fix a path error in the build script. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3844 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-1322-590/+43
| | | | | | | - Complete work to remove the framework library. - Fix a couple of issues with the build script and updated the nsis scripts/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3843 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-1320-254/+208
| | | | | | - Shuffle some more code around. Aiming to remove the framework library completely soon. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3842 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-1116-82/+430
| | | | | | | - Advanced options panel for ffmpeg mpeg-4 encoder options. - Bug fixes in the new preset service and handling code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3840 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-111-0/+0
| | | | | | - Delete documentation file for Caliburn. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3837 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-1137-144/+124
| | | | | | - Update Caliburn to 2.0RC, update the current source files to work with the new version. Introduces MEF to the project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3836 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-064-254/+250
| | | | | | | - Another change to the video tab to make it consistent with the lingui. - Fix for the Audio Panel to correctly set the default bit-rate for each encoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3830 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-052-9/+9
| | | | | | - Default to VFR in the preset loading code if CFR and PFR is not set. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3827 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-042-1/+9
| | | | | | - Fixed dodgy tooltip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3826 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-03-045-95/+180
| | | | | | | | | | - Updated layout of the "Video" tab to empathises Constant Quality. * Added far better tooltips on the controls. - Added better control over the encoding methods (VFR, PFR, CFR) * "Same as source" can now be Constant or Variable * "5,10,15,20....." framerates can now be set as WConstant Framerate" or "Peak Framerates (VFR)" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3825 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-272-2/+8
| | | | | | - Fix an issue that was causing queue processing to crash out. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3817 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-271-1/+1
| | | | | | - Fix a possible crash on startup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3816 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-273-10/+4
| | | | | | - Fix Build git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3815 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-2613-365/+369
| | | | | | - Few UI updates around the Help and Presets Menus and Presets Control Bar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3814 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-261-0/+0
| | | | | | - Add new WPF toolkit Library git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3811 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-2613-30/+238
| | | | | | | - Started designing the Picture Settings Panel - Added a WindowManager. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3810 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-262-11/+11
| | | | | | - Bump the Control limitations for the picture settings once again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3809 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove 2 unneeded lines.sr552011-02-201-4/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3803 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-201-13/+43
| | | | | | - Add some locking onto the CLI Exited and CLI StdErr Message received threads to prevent exceptions. This is only a temporary fix as we may lose a few log messages off the end by cancelling the logging too early. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3802 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-198-52/+60
| | | | | | - Give more control over MP4 file extensions. (Automatic, Always use MP4, Always use M4v) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3801 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-1933-16/+651
| | | | | | - Setting up the structure of the WPF UI. Just empty files with some basic wiring up between them. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3800 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuisr552011-02-1812-664/+364
| | | | | | - Wire in the new preset service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3799 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-177-75/+8
| | | | | | - Remove target file size option. This feature is being mis-used, doesn't really work well and is generally causing far too much confusion. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3798 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-081-121/+122
| | | | | | - Didn't quite get the tab order setup right in the last checkin. Should now be fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3789 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-082-128/+127
| | | | | | | | - Enable TabStops on the Main Toolbar and Tabs Panel. - Reset some of the tab indexes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3788 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-056-107/+203
| | | | | | - Updates to the WinForms app for the library changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3782 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-02-0510-530/+488
| | | | | | - Another round of refactoring. Query Parsing and Plist handling code moved to application services utilities namespace. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3781 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-291-34/+0
| | | | | | - Removed some old unused settings code from app.config git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3777 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-294-1/+4
| | | | | | - Fixed an incorrect namespace git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3776 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-2914-82/+226
| | | | | | - Moved the plist and query parsing code into new Utility classes in the app services. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3775 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-2915-14/+485
| | | | | | | - Refactor the preset service and move to the Application Services. * Left the old service in place for now, will hook the new service in later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3772 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-2311-31/+281
| | | | | | - Started Hooking up the WPF main window. Initial events subscribed. Some initial bindings and actions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3766 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-2230-2/+203
| | | | | | - Initial Layout of the WPF Main Window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3765 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-2230-225/+257
| | | | | | | - Refactored some more code out of the UI project into the Services Project. - Added support for showing bluray drives to the "Source" dropdown menu git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3764 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-211-16/+16
| | | | | | - Fix a possible exception in the CLI detection code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3763 b64f7644-9d1e-0410-96f1-a4d463321fa5