summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Added missing update fromm previous checkin.sr552011-05-213-11/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3991 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a Serialization issue that was causing the Winforms designer to ↵sr552011-05-216-76/+114
| | | | | | trip up when loading the main form. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3990 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-211-2/+7
| | | | | | - Small tweak to the preset service which might fix the preset loading issue when upgrading to a new version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3989 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-211-3/+6
| | | | | | - Added some debug handling into the presets service which will hopefully make it easier to track down the reason why presets sometimes do not load correctly when updating to a newer nightly build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3988 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-141-4/+8
| | | | | | - More reliable version checking on the "Out of Date built-in preset check" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3980 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-145-27/+106
| | | | | | | - 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-091-1/+1
| | | | | | - Default DRC to 0 for imported presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3976 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-081-0/+3
| | | | | | - Updating a preset wasn't saving the update to disk. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3975 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-05-085-29/+51
| | | | | | | | - 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-302-19/+43
| | | | | | | | - 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-302-1/+20
| | | | | | | - 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-271-0/+8
| | | | | | | - 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-231-0/+1
| | | | | | - Multiple bug fixes to the Audio Panel. (Disable DRC for non AC3 sources, DPL2 getting swaped out for stereo when you click between tracks, Exception thrown due to the source track not getting pushed into the Audio model before it's used.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3952 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-191-1/+1
| | | | | | | - 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-182-0/+7
| | | | | | - 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-167-40/+88
| | | | | | | | - 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-163-3/+30
| | | | | | | - Moved DRC onto the advanced audio panel and tweaked the UI slightly. - Updated to Stylecop 4.5 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3934 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-154-2/+54
| | | | | | | | - Added "Advanced" audio options floating popup window. * This exposes a new Audio Gain Control (-20 to +20 dB) - Added support for (--gain=x,y,z) to the preset Loader. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3929 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-155-1/+105
| | | | | | - Add "Send to" option. This will pass the encoded output file name of each completed job on the queue to a 3rd party application with optional arguments passed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3928 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-04-092-6/+6
| | | | | | | - 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: AudioPanel refactored.sr552011-04-0810-14/+125
| | | | | | | - 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-0317-210/+646
| | | | | | - 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-279-6/+314
| | | | | | - 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-271-7/+0
| | | | | | | - 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-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:sr552011-03-202-4/+4
| | | | | | - 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-208-52/+772
| | | | | | - 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-193-165/+39
| | | | | | - 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-1364-0/+7769
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3846 b64f7644-9d1e-0410-96f1-a4d463321fa5