summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/AudioPanel.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Rename Direction C# to CSsr552011-03-131-493/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3846 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-301-0/+1
| | | | | | - Fix a bug in the audio panel where changing selected audio track would incorrectly set the audio bit-rate control dropdown git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3629 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-101-52/+54
| | | | | | - Add support for the new AC3 Encoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-181-45/+45
| | | | | | - Some fixes to the AudioPanel. Changing presets now obeys the preferred language when selecting tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-181-76/+111
| | | | | | | - Switch the Audio Panel over to a DataGridView for more flexibility in possible upcoming changes. - Few UI tweaks to other panels to make look / behave similarly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3299 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-171-3/+3
| | | | | | - More stylecop warnings cleaned up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-081-8/+8
| | | | | | - MP3 in MP4 files is now enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3206 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-181-7/+7
| | | | | | - Just some re-factored code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3077 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-181-44/+44
| | | | | | | | | | - Audio Panel fixes and Usability improvements. - Disabled DRC control which shouldn't have been active when AC3/DTS was selected - Greyed out text labels for Mixdown, Samplerate, bitrate and DRC to help make it clearer the controls are disabled when AC3/DTS is selected. - Changed the values which those controls are reset to when AC3/DTS are selected so they are not showing the first value in the dropdown. (e.g 32 for the bitrate. This was a little mis-leading) - Changed Mixdown from Automatic to "AC3 Passthru" to match the MacGui when AC3 is selected. Same for DTS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3033 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-301-5/+6
| | | | | | - Few UI usability tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2994 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-081-1/+0
| | | | | | - Couple of UI / tooltip tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-131-1/+1
| | | | | | | | - Fix some tooltips in the options and make the "use m4v" tooltip clearer. - Fix an error in the activity log window where an error message would repeat every few seconds if a log file wasn't found. - Fix main window display on High Dpi Panels. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2819 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-211-1/+1
| | | | | | | - Fix for PictureSettings Panel - Small UI improvements for Audio and Subs panels git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2771 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-191-10/+10
| | | | | | | | - Changed the Chapter Markers tab so that it doesn't clear the Chapter names if the feature is disable / re-enabled. It'll now keep user set names for each source. - Moved the Add/Remove buttons to the top of the audio panel. This should better indicate the work flow. - Moved the Add/remove subtitle buttons to the top of the subtitle panel for the same reason. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2767 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-121-2/+2
| | | | | | - Replaced 86 with 96 in audio bitrate dropdown. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2763 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-221-1/+1
| | | | | | - Possible fix for "clr20r3" error that some people have been seeing when trying to launch HB git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2722 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-171-65/+65
| | | | | | - Some fixes and code tweaks to the audio panel git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2705 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552009-07-151-10/+10
| | | | | | | | | | | | - The options panel (frmOptions) is now completely wrapped in TableLayoutPanels. - The rest of the GUI has been changed to Tahoma, 8pt font. - QueueHandler and it's related classes have been refactored and documented. - new option has been added that prompts the user before encoding when the query under the "Query Editor" tab does not match the GUI settings. It can be disabled in the options window. - A bug where "last_encode_log.txt" failed to be read has been fixed that was caused by exiting the CLI window shortly after starting the encode. Thansk to darkassassin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2693 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-051-29/+17
| | | | | | | | | | - UI design tweaks, consistent font usage, tableLayout for frmMain - Bug Fixes related to using source label instead of source path. - thanks to darkassassin - Few small tweaks/ fixes to above patch. - Fixed: Delete all built in presets option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2666 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-05-221-0/+467
- Should probably have included the new audio panel files with that last check-in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2436 b64f7644-9d1e-0410-96f1-a4d463321fa5