summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552009-01-081-2/+0
| | | | | | - Code cleanup. Remoes old using tags, removes unused code, cleans up some functions to make them shorter/more readable etc. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2069 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-052-5/+0
| | | | | | | - Removed some white space in a few files. - Untied options window from frmMain. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2062 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-301-17/+31
| | | | | | | - Set Default now set's the currently selected preset to default, not the current settings. - Add Preset can now optionally add a flag to allow saving of picture size information (just like the macgui) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2052 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-301-2/+3
| | | | | | | - Preview Video setup for Encodes for any of the 10 previews that you'd find in the mac gui, for durations from 5 to 60 seconds. - Removed some old code git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2050 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-272-308/+138
| | | | | | | - List based Audio Tab (Similar to the Linux GUI) - Fix for a small bug where x264 widgets are not set for user default settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2045 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-161-1/+4
| | | | | | | | - Preview Generator Window. Can generate previews form 5 to 60 seconds long. Will launch VLC (from a user specified (in options) install path) to play back the clip. Note: Clip duration is currently waiting for a patch to the CLI, so this part won't work yet. - Experimental in-gui VLC media player via ActiveX. (This causes a Blue Screen of Death (See comments in code), however if anyone can fix this and submit a patch, id be grateful) Alternative suggestions welcome! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2036 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-021-0/+4
| | | | | | - Allows crop 0000 to be stored in presets. Sorry, forgot to change this when the PS3 preset started using it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1988 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-271-0/+1
| | | | | | | | | - Removed RAM limitation code on startup. - Gets rid of the SystemInfo Class. It's no longer required. Since the ram limitation code has been remove, only the activity window needs access to the information, so, the code has been moved to frmActivityWindow.cs - Removed some redundant code from frmMain.cs. Cleaned the startup code block up a bit. - Re-structured frmMain.cs. Moved the code around into more logical regions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1964 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-231-4/+3
| | | | | | | | - Seriously? Again? yes, well, 2 big bugs right after release. Release build update with these fixes. - Presets don't set m4v correctly. - Presets reset Title and chapters to auto. (this is bad) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1948 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-151-0/+3
| | | | | | - Fix: Enable the chapter markers tab if the preset uses chapter markers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1921 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-062-4/+38
| | | | | | | | | - Set's DRC to 1 by default. - Chapter Markers tab only enabled if it's a DVD source or ISO image. - -X and -Y options now parsed by the query parser. - Added a small hack to allow built-in presets to use -X and -Y and have the query generator correctly generate the query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1898 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-133-0/+1749
- Started to decouple this code a bit. Common.cs (now Main.cs) no longer relies on the frmMain window being passed into it. frmAddPreset no longer requires to access QueryGenerator.cs - QueryGenerator.cs, x264Panel.cs, PresetLoader.cs all moved into their own "frmMain" folder as that is the only place they should be used. - Rearranged the base of frmMain.cs a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1830 b64f7644-9d1e-0410-96f1-a4d463321fa5