summaryrefslogtreecommitdiffstats
path: root/win/CS/frmMain.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Remove the legacy WinForms GUI.sr552012-06-141-2685/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4732 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug in chapter duration calculation.sr552012-05-271-1/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4708 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Basic support for PGS subtitles in the forms UI.sr552012-04-291-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4612 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove deprecated variable to avoid confusion.sr552012-04-121-3/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4598 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Bug fixes to the advanced panelsr552012-04-011-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4578 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuWinGui:(WPF) Remove some legacy queue code with the queue models and ↵sr552012-03-251-2/+2
| | | | | | 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: (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 Add Preset window and setup the build scripts to ↵sr552012-03-171-24/+14
| | | | | | create Alpha Builds for this project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix an issue with the update check / build number storage ↵sr552012-03-171-2/+5
| | | | | | 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: (trunk) Fix an issue with Autonaming destination file with multi-dot ↵sr552012-03-101-1/+1
| | | | | | extensions git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work wiring up the new UI.sr552012-03-011-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) General work hooking up various aspects of the new WPF UI, bug ↵sr552012-02-181-2/+2
| | | | | | fixes and improvements. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix AllowSleep/Prevent Sleep to always use the same thread. Fix an ↵sr552012-02-141-59/+65
| | | | | | exception when using up arrows on the tile dropdown before performing a scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4448 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Switch to use .i686 and .x86_64 xml appcast files.sr552012-02-071-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4441 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Preset Save Changes fixes.sr552012-02-051-1/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4440 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the preset system and plist exporter. (Missing keys)sr552012-02-051-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4438 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the plist importer. New Passthru keys added.sr552012-02-041-23/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4437 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue where preset save changes was not working.sr552012-01-261-4/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4424 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Control over automatic passthru options on the Audio Panel.sr552012-01-071-3/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4401 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some issues with loading ffmpeg4 encoder via presets fixed.sr552011-11-171-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4355 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work on the WPF UI and associated servies and ↵sr552011-11-131-1/+1
| | | | | | utilities. Started working on wiring up the ability to encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4347 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Several more culture issue fixes.sr552011-11-041-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4340 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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