summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552007-07-162-5/+2
| | | | | | | - Fixed: Audio Channel drop down has no Automatic Option. - A few other small changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@698 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-162-0/+57
| | | | | | - Files for last checkin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@697 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-168-150/+25
| | | | | | - CLI process handling code moved into its own class. Reduces code replication. Returns hbProc git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@696 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-153-17/+26
| | | | | | | | | | - Fixed Queue not encoding the full list - Fixed Subtitle dropdown not having a "None" Option - Fixed Audio dropdown not having an "Automatic" option - Fixed Destination browse not showing files - Added Alert when queue has finished. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@693 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-154-41/+65
| | | | | | | - Fixed Queue bug where it selecting the wrong item. - changed Invalid chapter messagebox to onscreen text alert. (less irritating) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@692 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: added initial CLI call managment class (work in progress)brianmario2007-07-154-18/+34
| | | | | | | updated frmQueue window to work properly with cross-thread calls and updating proper UI elements updated ToString override in Parsing.Title to display leading zeros in duration git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@691 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: more cleanup in frmMainbrianmario2007-07-153-103/+65
| | | | | | fix to frmQueue for cross-thread UI updating git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@690 b64f7644-9d1e-0410-96f1-a4d463321fa5
* updated some ToString overrides for proper use in the UIbrianmario2007-07-154-11/+45
| | | | | | | small change to frmMain to allow for easier tracking of Handbrake CLI process (which we will code soon) cleaned up function drop_chapterStart_SelectedIndexChanged git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@689 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Audio and Subtitle down-downs now populated on DVD Title selection.sr552007-07-159-669/+61
| | | | | | | | | - Verbose bug fixed in GenerateQuery() - Setup frmDvdInfo ready to be populated with plain text output from handbrake. - Removed the EncodeOutput window. This can wait till another version. - A few other small changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@688 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-145-6/+123
| | | | | | - Just a few small changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@684 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Win Gui:sr552007-07-143-13/+98
| | | | | | | | | - Fixed bug with chapter drop downs throwing errors when they shouldn't. - Chapter down down menus are now populated on title selection. (Audio and Subtitles still need to be done) - Process priority option now works. All encodes both single and queue will use the defined priority. - A few other small things. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@682 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-136-42/+140
| | | | | | | | | | - Change toString method in Parsing for timestamp return. removed h,m,s letters. - Commented out some parsing code that is not needed at this stage. - Most of the work for the Queue has now been done. Only some cross-thread UI element changes need done. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@679 b64f7644-9d1e-0410-96f1-a4d463321fa5
* forgot to check this inbrianmario2007-07-131-0/+56
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@678 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552007-07-1340-12709/+0
| | | | | | Removed all old vb.net code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@677 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-132-6/+6
| | | | | | Uncommented some code in Parsing. Awaiting Parser.cs to be checked in now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@676 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-139-17/+42
| | | | | | - Some C# Code fixes. Parser.cs is currently missing in action. Will appear soon hopefully. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@675 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-119-53/+649
| | | | | | few other small changes + new form for hbcli's encode output git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@673 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-116-341/+192
| | | | | | - Couple bug fixes + a bit of code tidy up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@672 b64f7644-9d1e-0410-96f1-a4d463321fa5
* updated some Form.Show calls to Form.ShowDialogbrianmario2007-07-1111-38/+69
| | | | | | | | updating frmReadDVD to throw CLI call on it's own thread to prevent UI lockup added ToString overrides in Parsing.AudioTrack, Parsing.Subtitle and Parsing.Title misc interface/notification updates to frmReadDVD upon starting the scan process git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@671 b64f7644-9d1e-0410-96f1-a4d463321fa5
* removing suo files from checkout to prevent constant conflictsbrianmario2007-07-102-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@670 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-106-178/+92
| | | | | | - Just some more C# getting checked in. Not far from completion now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@669 b64f7644-9d1e-0410-96f1-a4d463321fa5
* added new parsing code to parse cli output into objectsbrianmario2007-07-099-3/+479
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@667 b64f7644-9d1e-0410-96f1-a4d463321fa5
* checking loginbrianmario2007-07-091-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@663 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-098-22/+235
| | | | | | - Just a few updated files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@662 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-095-6/+267
| | | | | | - Another chunk of code ported to C# git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@661 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-085-56/+178
| | | | | | - C# Handbrake CLI output parsing code converted from vb.net project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@660 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-082-5/+8
| | | | | | - Latest C# code git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@659 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-0843-4/+10697
| | | | | | | | | - All Supported Files (for File dialog window) - Few other minor changes. Initial C# code project which is due to replace current vb.net code. Partially functional. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@658 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-061-1/+21
| | | | | | - Another small change to hbcli execution that was missed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@655 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-062-3/+42
| | | | | | - Few changes to the way hbcli.exe is executed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@654 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-061-1/+1
| | | | | | - And 1 spelling mistake corrected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@653 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-069-16/+20
| | | | | | - Just a few things cleared up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@652 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-047-17/+92
| | | | | | - User can now set the default priority level for hbcli.exe from Tools > Options (set to normal by default) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@649 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-039-225/+194
| | | | | | | | | | - Re-wrote bits of frmReadDVD to fix a bug where DVD's with only 1 title would not be listed in the DVD title dropdown. Also cleaned the code up a bit. Hopefully this re-write doesn't have too many bugs. Initial testing shows it appears to work fine.WinGui: - Changed shell() to System.Diagnostics.Process.Start() Appears to work a bit better than shell() - Removed Advanced Settings Tab. Processor selection is now in Tools > Options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@647 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-021-0/+4
| | | | | | | - Query editor box cleared on new title or chapter selection. User will still need to clear it by hand if they change any other setting. - In the previous rev a few tool tips were added git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@646 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-024-28/+54
| | | | | | | - Changed shell() to System.Diagnostics.Process.Start() Appears to work a bit better than shell() git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@645 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-06-2611-106/+278
| | | | | | | | | - New layout on options window. Added verbose mode option - Added the ability to re-arrange the queue - Fixed the issue where selecting the same chapter for start and finish would result in something like "-c 6-6" - Few other small changes & design tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@640 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-06-243-3/+3
| | | | | | - Fixed small compile error git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@639 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-06-242-0/+7
| | | | | | - Quick mod16 height calculation when the user enters a width. This doesn't take cropping into account! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@638 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-06-234-3/+6
| | | | | | - Icon file added to the Handbrake folder git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@637 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-06-235-4/+33
| | | | | | | - Fixed Tools>Options would not remember settings on Windows Vista - Fixed "Set current options as program defaults" not saving current settings on vista. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@636 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-06-234-145/+107
| | | | | | | | - Small changes to the update window - More GUI error checking added. CRF automatically disabled when Video Quality option is not used - Audio mixdown option no longer requires a checkbox to enable it git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@635 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-06-236-47/+179
| | | | | | | | | - Added: support for Turbo 1st Pass with H.264 - Added: support for >4GB mp4 files - CRF, Turbo 1st pass now automatically switch off when a non h.264 encoder is selected - Changed video settings tab to accommodate 2 new additions listed above. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@634 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-06-222-1/+9
| | | | | | If Chapter Markers is checked, GUI now sets .m4v extension when user clicks the "browse" button in the destination box. Previously it would default to mp4 if you changed the file save location after having checked Chapters Markers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@633 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-06-223-15/+28
| | | | | | | - Small text changes on the read DVV window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@632 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI: sr552007-06-227-28/+32
| | | | | | - Fixed style problems in Vista and XP when using the stock windows theme. Should look far more consistent now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@631 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-06-224-19/+21
| | | | | | - New Message-box alert design. These include Warning, Information and Error Icons just like the standard windows alerts. Along with this, some of the messages have been changed slightly so should easier to understand now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@630 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Minor design tweakssr552007-06-222-65/+64
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@629 b64f7644-9d1e-0410-96f1-a4d463321fa5
* # Start of Version 2.3sr552007-06-2223-554/+665
| | | | | | | | | | - New Title drop down menu's Added - Fixed Profile bug where if anamorphic was selected when the profile was clicked, the resolution boxes would not be filled out. - Fixed Anamorphic and Chapter markers were saved in the wrong order. - Added version tag code to avoid having to update all the windows manually. Pulls version straight from settings file now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@628 b64f7644-9d1e-0410-96f1-a4d463321fa5
* One last update. Missed the image files.sr552007-06-137-0/+0
| | | | | | That should be all the required windows GUI files up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@617 b64f7644-9d1e-0410-96f1-a4d463321fa5