summaryrefslogtreecommitdiffstats
path: root/win/CS/Functions
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Several more culture issue fixes.sr552011-11-041-4/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4340 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: Some refactoring of code that throws exceptions.sr552011-09-261-21/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4256 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some further fixes to the preset code. Plist import fixes. (Still ↵sr552011-09-242-3/+25
| | | | | | need to update the imported to work with new settings) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4247 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some further work to enable libhb encode support.sr552011-09-111-5/+204
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4218 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Don't "recover" completed queue items when restarting.sr552011-09-081-2/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4207 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Broke the preset loader in the last commit. Now Fixed.sr552011-08-271-1/+1
| | | | 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-271-8/+9
| | | | | | 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-173-55/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4183 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a service manager to maintain single instances of services & ↵sr552011-08-153-4/+6
| | | | | | 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: Finished re-writing the user settings service to use xml file ↵sr552011-08-152-5/+5
| | | | | | 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-151-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4174 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the Queue to work in the same way as the Mac/Lin Queue. ↵sr552011-08-071-1/+1
| | | | | | | | | | 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: 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: Some fixes to the Queue Current encoding information display and ↵sr552011-07-161-0/+4
| | | | | | removal of another duplicate model. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4111 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add DTS-HD Passthru support and a bit of code tidy-up.sr552011-06-221-62/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4076 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added support for the new ffmpeg aac encoder.sr552011-06-111-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4041 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the Audio Track name handling code to work with the CLI fixes.sr552011-06-071-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-06-031-1/+21
| | | | | | | - Added support for naming tracks. New text entry field on the Advanced Audio Window. (Note: May be some CLI issues that need to be fixed up for this. We'll see) - Disabled application settings upgrade when moving from a release to a svn build. Upgrades now only work for svn -> svn builds as there has been reliability issues when upgrading from much older builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4019 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improvements to the AutoName functionality.sr552011-06-021-3/+7
| | | | | | | | - Added more flexibility to the "{source_path}" option so that it can now be used with additional folders listed after it. e.g. "{source_path}\encoded". It is no longer limited to just that folder. - Added an option to put todays date in the output filename "{date}" - Some tweaks to the way warnings are displayed when using these features to make them a bit less annoying. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Made a change to the Query Generator to use the Scanned Source Path ↵sr552011-05-231-2/+7
| | | | | | rather than the folder selected for batch and single file scans. Falls back to old behaviour of users selected path if said path is not available. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3998 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-101-1/+8
| | | | | | - Couple of cosmetic fixes to the CLI Query that's generated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3977 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-081-3/+7
| | | | | | - Fix a Culture issue in the Query Generator for Audio Panels git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3974 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-221-5/+25
| | | | | | - Added new substitute option to the AutoName default path feature. "{source_folder_name}" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3951 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-211-15/+11
| | | | | | - Fix an issue with the Advanced options not being passed through to the CLI correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3945 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-182-3/+11
| | | | | | - added mpeg2 option to the encoders list. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3938 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-161-2/+0
| | | | | | | | - Switching Audio Selection dropdown to be databound. Added The scanned source track to the Audio Track model. - Added new Move to Top / Bottom options on the right click. - Further UI tweaks and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3935 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-091-13/+10
| | | | | | | - Fix a culture issue with user settings (x264) - Made the Preset loader more strict with what settings it can and can't load with regards to video settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3916 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-081-2/+1
| | | | | | - Another QueryGenerator fix for VP3. Don't specify an empty -x git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3915 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-081-2/+2
| | | | | | - Fixed ffmpeg advanced options panel CLI query generation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3914 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: AudioPanel refactored.sr552011-04-081-135/+39
| | | | | | | - Switch the Audio panel to use DataBinding to a BindingList collection leading to much cleaner code. - Added gain support (--gain=3,4) to the services library. (UI has not been done yet) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3911 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-033-23/+32
| | | | | | - 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-311-13/+38
| | | | | | - 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-271-255/+2
| | | | | | - 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-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: 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-201-9/+13
| | | | | | - 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
* Rename Direction C# to CSsr552011-03-134-0/+1783
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3846 b64f7644-9d1e-0410-96f1-a4d463321fa5