summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552009-02-0520-289/+1531
| | | | | | | | - Picture filters now have their own tab. - Deinterlace, Decomb, Denoise and Detelecine are now custom controls with optional passthru string values - Preset system updated to handle new controls and custom string values for filters. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2121 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-011-4/+7
| | | | | | | - Remove old restriction on loose anamorphic. - Fix an issue with the new audio panel which would allow incompatible audio codecs with containers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2113 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-011-10/+0
| | | | | | - Remove frmMainBasic reference. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2112 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-319-114/+472
| | | | | | | | - QueryParser: Add support for values to be attached to deinterlace, decomb, detelecine and denoise (second element of deblock still be done) - Added a debug menu + a Query Parser Testing window - Fixed small bug on the preset bar where it would crash if you left clicked on open white space. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2111 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-301-9/+3
| | | | | | - Undid that last commit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2110 b64f7644-9d1e-0410-96f1-a4d463321fa5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2109 ↵sr552009-01-303-28/+34
| | | | b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-302-4/+11
| | | | | | | - Fixed broken struct in the activity window that was causing memory issues. - Few code tweaks in program.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-2910-197/+110
| | | | | | - Code cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2106 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-236-51/+62
| | | | | | | - Few more bits of code refactored. - Added a 10 second limit for the CLI to respond at GUI startup. This will prevent the app from locking if the CLI stalls. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-226-98/+130
| | | | | | - Fixes/Tweaks to the chapter markers tab and handling code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2092 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-1610-892/+244
| | | | | | | | - Perform source scanning in the main window rather than a separate window. File Menu > Cancel Scan added in case of a scan lockup. - Fixed issue where a preset was loaded twice needlessly. - Support for no audio added. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2089 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-0826-673/+330
| | | | | | - 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-083-16/+87
| | | | | | - Patch (slightly modified) by ween to allow users to update their own presets via a "save changes" option in the presets right click menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2068 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-071-11/+13
| | | | | | - Check the encoded sample actually exists before trying to play it in VLC! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2067 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-073-19/+10
| | | | | | - Removed rouge label which was used for testing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2066 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-072-6/+6
| | | | | | | - Applies http://forum.handbrake.fr/viewtopic.php?f=4&t=8772 - Changes the File Save Dialog box to use the Format dropdown rather than the file extension. Some users seem to have an unusual workflow selecting a format before a file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2065 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-056-224/+323
| | | | | | | - Queue Encoding code moved from frmQueue.cs to QueueHandler.cs - QueueHandler now works has events to allow frmMain and frmQueue to update their UI elements based on event triggers (e.g an encode starting or ending). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2063 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-058-22/+60
| | | | | | | - 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:sr552009-01-045-32/+96
| | | | | | | - Makes the new preview window user accessible from the main window. - Attempt at a fix for a QT lockup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2060 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-043-44/+63
| | | | | | - Fixes a few issues with the QT preview window and places it in the main directory. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2059 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-043-239/+118
| | | | | | - Updated Experimental Preview window to use QuickTime. Plays back video, Encodes samples just fine. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2058 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-034-102/+77
| | | | | | - Fixes some bugs/issues with the Queue Windows / Main Window Queue/Encoding tie-in git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2057 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuisr552009-01-034-18/+52
| | | | | | - Decoupled the Activity window from frmMain and frmQueue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2056 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-032-12/+18
| | | | | | - Just a small tidyup of title.cs and encode.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2055 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-3011-85/+163
| | | | | | | - 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-306-89/+109
| | | | | | | - 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-283-5/+124
| | | | | | | - Right Click menu for the new audio tab. - Made the list rows a tad thicker to make it easier to right click them. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2048 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-287-88/+144
| | | | | | | | - Option to hide the Query Editor tab. - Fixed small issue with remove button on the new audio tab. Would error if no track was selected. - Fixed an issue with the preset bar where selecting an already selected preset wouldn't reset the GUI settings for that preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2047 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-271-20/+30
| | | | | | - Fix for Queue Pause/Resume not working as expected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2046 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-277-1240/+475
| | | | | | | - 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-213-95/+61
| | | | | | | - Removed Experimental folder from project - Typo in Download window fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2041 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-196-159/+127
| | | | | | | - Fixes for a few rather stupid issues with the new queue/mainwindow encode link. - Got rid of the queue encode progress bar. It's just a pain to keep it working and doesn't really offer much. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2040 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-175-30/+43
| | | | | | | - Some fixes in the new code which handles encoding across the Queue and MainWindow. - Small UI tweaks on Activity Window and Generate Preview Window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2039 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-168-258/+268
| | | | | | | - Minimize to system tray is now optional and can be set in tools > options > advanced. - Removed the minimize to system tray button since it's not really needed. The windows minimize button performs the same task git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2038 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-1620-4/+2276
| | | | | | | | - 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-153-94/+81
| | | | | | - MainWindow now uses the Queue for encoding. Essentially works the same as the MacGUI. You start an encode in either window, and the other shows the encoding status. This prevents users from starting 2 encodes at once (1 Queue, 1 Main Window) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2032 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-073-9/+19
| | | | | | - Fixes an issue where if there are no presets, that is, the user removed them all, then the GUI would throw a null pointer exception after scanning a source. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2016 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-022-1/+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-302-6/+10
| | | | | | | - Fixes "Audio" typo on Queue Window - If AppleTV is selected, don't reset audio track 2 on new scan git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1978 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-291-1/+4
| | | | | | - Small display issue fixed. If audio tracks have no sub format. (e.g Director's Commentary), "()" would be displayed. Thanks Canvas (http://forum.handbrake.fr/viewforum.php?f=12) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1968 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-282-76/+61
| | | | | | | - Fixes a problem with res calc. - Cleans up the Main.cs file a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1967 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-281-164/+75
| | | | | | - Just cut down some code, got rid of some duplicated code etc. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1966 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-279-413/+357
| | | | | | | | | - 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-261-37/+99
| | | | | | - Queue window is now resizeable. The list of queued items will resize with the window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1959 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-268-153/+163
| | | | | | | | | - The Queue Recovery, inport/export features now use an XML based file system rather than text file. - Queue now uses class based Queue Items for storing data rather than an arraylist. - Fixes an issue where the source and/or destination would not show up in the list of queue items. - Queue progress meter will now update correctly if a user adds more items to the queue after starting the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1958 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-236-12/+11
| | | | | | - Configured for 0.9.3 release git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1943 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-201-1/+1
| | | | | | | - Small fix to allow the updated presets to display correctly. Note to self: re-write the code for this function. It's awful! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1937 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-192-22/+20
| | | | | | - Fix Format dropdown. It was not setting the file extension correctly, thus not updating the audio and video encoder dropdowns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1932 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-191-1/+3
| | | | | | - Fixed small bug where release build numbers are not matched correctly with the regex. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1931 b64f7644-9d1e-0410-96f1-a4d463321fa5