summaryrefslogtreecommitdiffstats
path: root/win/CS/frmMain.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Some refactoring of code that throws exceptions.sr552011-09-261-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4256 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of fixes and updates to the Plist parser.sr552011-09-251-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4250 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some further fixes to the preset code. Plist import fixes. (Still ↵sr552011-09-241-3/+1
| | | | | | 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 bug fixes and re-factoring of the preset code.sr552011-09-241-13/+27
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4246 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Correctly reload audio tracks on queue edit.sr552011-09-161-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some further work to enable libhb encode support.sr552011-09-111-32/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4218 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some further work removing duplicate models, updating the ↵sr552011-09-111-0/+1
| | | | | | libscan/encode services, fixes to the EnumHelper git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4215 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial support for batch queueing.sr552011-09-021-21/+94
| | | | | | A new option "Add All" which will add all scanned titles using the current settings. Ideally used with batch scanned sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4202 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some refactoring of the preset services to make them simpler and ↵sr552011-08-271-12/+13
| | | | | | 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-171-47/+50
| | | | 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-151-1/+1
| | | | | | 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: Couple of minor bug fixes in the user settings code.sr552011-08-151-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4176 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Finished re-writing the user settings service to use xml file ↵sr552011-08-151-18/+19
| | | | | | 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: Clear all option on the queue.sr552011-08-151-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4173 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Temporary fix for the audio panel not accepting preset audio tracks ↵sr552011-07-311-1/+2
| | | | | | due to the Automatic audio options overriding it. This is going to require a bit of thought for a full fix but should restore previous functionality. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4146 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix "Set Default" preset option.sr552011-07-181-16/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4120 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Replace the old-school Windows 9x folder dialog with a 3rd party ↵sr552011-07-031-6/+11
| | | | | | (ookii) control which uses the new Vista / 7 style folder dialog which is significantly easier to use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4083 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue that allowed Mp4 only options to be selected with MKV. ↵sr552011-07-021-7/+9
| | | | | | (Large file etc) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4082 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the About Window GPL statement & Fix an issue on the ↵sr552011-06-201-0/+1
| | | | | | subtitles tab where it would refuse to allow an SRT to be imported when doing a queue edit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4068 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-06-151-1/+1
| | | | | | | - Correctly set the number of previews to generate during Scan - Fix an issue where the CLI query is not printed to the log window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4061 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another fix for the preset service which was not correctly updating ↵sr552011-05-211-1/+1
| | | | | | presets when installing a new version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3993 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-141-34/+10
| | | | | | | - Removed the Question Alert box when adding an item to the queue where the destination folder does not exist. The folder is automatically created before encode anyway, so no point in asking the user pre-Encode.cs - Better error handling in the encode service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3979 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-081-1/+3
| | | | | | | | - Add Elapsed Encode Time the main window. - Add Elapsed Queue Time to the queue window. (Note, Pausing the queue resets this currently) - Fixed an issue with disabled controls on the audio panel after removing the last track which was passthru. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3973 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-301-9/+40
| | | | | | | | - Fix to the Audio Panel Track Display which was intermittently not showing a track. - Fixed a number of bugs in the plist parser which was prevent imports. - Fixed a number of Issues with the Preset Import/Export. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3972 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-301-4/+3
| | | | | | | - Fix an issue where the user could overwrite a built-in preset. - Fix some more audio issues in relation to incorrect bitrate and sample rate being selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3970 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-281-3/+5
| | | | | | Fix a small issue with the last checkin. Folder was created but item was not added to the queue after. Forgot to remove a return statement. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3965 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-271-1/+24
| | | | | | | - Automatically attempt to create destination path if it does not exist when starting an encode. - When adding to queue, it'll optionally ask. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3962 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-191-1/+0
| | | | | | | - 2 Exceptions fixed. (Removing a preset failed and After scan, audio panel would crash) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3941 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-181-0/+2
| | | | | | - 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-031-18/+25
| | | | | | - 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-271-6/+4
| | | | | | - 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
* Rename Direction C# to CSsr552011-03-131-0/+2552
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3846 b64f7644-9d1e-0410-96f1-a4d463321fa5