summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-07-181-12/+12
| | | | | | - Fix 2010 sln, rebuild resharper files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3447 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-171-1/+1
| | | | | | | | - Remove the old school splash screen. Doesn't really serve a purpose now. - Added Jobs Pending to the current Encode status string in the Main window task bar. - Some minor refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-041-1/+1
| | | | | | - Next step in the new Add Presets Window. Now added Picture Size modes "None" and "Source Maximum". Note cropping values are stored with "Source Maximum" if custom crop is selected. Also included option to include filter settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3425 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-031-78/+77
| | | | | | - Improve the way Custom queries are handled form the query editor. It's now hooked up so that the "Add to Queue" feature can warn of duplicates and it will now also display the correct source and destination in the queue window when encoding a custom job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3421 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-181-85/+100
| | | | | | | - Updates to the x264 panel. - Added a Peak Framerate checkbox (--pfr cli option) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3388 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-221-69/+69
| | | | | | - Missed frmMain changes for last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3313 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-191-64/+75
| | | | | | | | - In-Gui encode status is now own by default. - Added a progress bar and tidied up the appearance of the status text. - Tweaked the preview window design. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3307 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-181-27/+37
| | | | | | - Some more work done on the Plist Mac preset Export feature. Can now export a plist but not all key value pairs are populated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3305 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-181-176/+180
| | | | | | | - 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-05-091-153/+154
| | | | | | - Messed Up resources / extra image checkin. Should now be fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3292 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-091-21/+21
| | | | | | | | - Fixed Exception on restoring window from system tray - Fixed Exception when trying to edit an item on the queue without first selecting an icon - Replaced old folder icon on the source menu with the newer windows equiv git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3291 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-091-28/+28
| | | | | | - Fix a minor display issue with the chapters tab grid. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3290 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-071-74/+74
| | | | | | - Fix Export tooltip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3288 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-071-61/+78
| | | | | | - Added Export support to the Chapters Tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3287 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-231-6/+6
| | | | | | - Updated to make sure of the MainFeature feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3256 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-231-8/+7
| | | | | | | - Quality Slider tooltip fixed. - More stylecop warnings cleaned up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3255 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-171-4/+3
| | | | | | - More stylecop warnings cleaned up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552010-04-021-16/+5
| | | | | | - Fix an issue with the Chapters tab where it wouldn't always enable the tab when the source had chapters git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3183 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-121-20/+9
| | | | | | The Source button dropdown menu can now display multiple ready DVD drives. Previously only the first ready drive would be displayed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3162 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-101-5/+4
| | | | | | - Revert extra added -x and hopefully fix the cause of it being autogend git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3157 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-101-0/+1
| | | | | | - Don't reset mixdown to mono on source scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3156 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-051-1/+0
| | | | | | - Attempt to stop the autogen code from adding extra -x to the x264 query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3149 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-03-051-1/+1
| | | | | | - Remove Processors options from the CLI tab since it's not really serving any purpose. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3148 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-271-0/+1
| | | | | | - Moved the Activity Log Code out of the Activity window into the Encode and Scan services. They now provide the log data. (Some duplicate code here will need to be refactored into a base class later) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3144 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-261-1/+0
| | | | | | - Fixed a small x264 panel desiger issue where it would append multiple -x to the query git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3142 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-261-1/+1
| | | | | | | - Fixed some issues with the DirectRun() Code and implemented some standard input / error readers received events / handlers - Moved some code around. EncodeQueue is now a services layer git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3141 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-221-1/+1
| | | | | | | - Some more cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3134 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-201-1/+1
| | | | | | | | | - Some tweaks to the StyleCop Settings File. - Some abbreviations added to the ReSharper config file. - Some more warnings cleaned up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-191-7/+8
| | | | | | | - Some in progress re-factoring. - Enable Modulus for none/loose picture setting modes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3127 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-081-66/+53
| | | | | | | - Banish % Quality display. - Code Refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3105 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-241-9/+10
| | | | | | | | | More Keyboard ShortCuts - Ctrl-A remapped to add to queue - Ctrl-L for log window - Ctrl-S to start an encode git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3084 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-241-14/+18
| | | | | | | | | - Added keyboard shortcuts: * Ctrl-O = Open File * Ctrl-Shift-O = Open Folder * Ctrl-A = Show Activity Log window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3083 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-161-52/+53
| | | | | | - Improve the In-Gui encode status option. by default, the CLI window is not completely hidden when this is set however there is an option to show it to allow "ctrl-c" clean exits. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3073 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-01-091-52/+52
| | | | | | - Implemented the point to point - seconds mode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3055 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-281-78/+83
| | | | | | | | - Improve VLC detection for the preview window. - Put in the infrastructure for the new Frame / Duration(Seconds) feature - Some Re-factoring git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3050 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-051-73/+63
| | | | | | - Some improvements to error messages, about window, minor code style fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3006 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-12-011-88/+89
| | | | | | - Something got a but nuked with regards to images in the last checkin. Fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2995 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-301-85/+99
| | | | | | - Few UI usability tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2994 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-11-251-105/+105
| | | | | | | - Batch Scan Support. - Export.cs - Export Mac Preset (unfinished and not hooked up right now. Just checking it in so I don't lose it.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2981 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-081-58/+60
| | | | | | - Couple of UI / tooltip tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-131-2/+2
| | | | | | | | - 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-09-021-52/+54
| | | | | | | | | - Fix spelling error with regards to no auto name directory set. - Lower Res check limit to 620. Should allow overscan tv's to work just fine. - cleaned up program.cs a bit. - Fixed the show queue button. It now activates the queue window correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2799 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-291-52/+52
| | | | | | - Fix a nasty culture issue with the Video Quality slider. Should now work correctly for systems which represent floats as 1,25 instead of 1.25 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2791 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-261-35/+35
| | | | | | | | | | - Updated Growl to 2.0.0.20 - Added 2 new options. "Growl when queue completes" and "Growl when encode completes" - Added 1 new option. "Disable Resolution Calculation for "None" and "Custom" modes." - Changed Filters dropdown menus for consistency and to match the new layout - Fixed a problem with the Destination save dialog box double appending a file extension. Also added m4v to the filer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2778 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-211-14/+32
| | | | | | | - 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-2/+24
| | | | | | - Further improvements to Chapter Marker tab usability, including a reset chapter marker names option on a right click menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2768 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-191-19/+19
| | | | | | | | - 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-031-2/+2
| | | | | | - Mostly just code re-factoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2748 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-021-12/+35
| | | | | | | - Fix subtitle offset control. Was limited to 100. Changed increment to 10ms jumps. - Added Import CSV function for the chapter markers tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2746 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-151-67/+83
| | | | | | - Experimental MacGUI preset import. (Single preset export only) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2694 b64f7644-9d1e-0410-96f1-a4d463321fa5