summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552007-11-134-61/+67
| | | | | | | | - Copy to clipboard button on the dvd information window. - Show / hide presets button removed and replaced with an item in the presets menu. - Re-enabled the update status text. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1057 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-137-778/+51
| | | | | | | - User default settings now uses the new Preset Parser function. This cuts down on a significant amount of code. - Added system resolution to the resolution checker message box. For future debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1056 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-102-164/+130
| | | | | | | - Selecting a preset now uses the CLI preset data. - Few small issues fixed in the query parser git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1055 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-104-444/+667
| | | | | | | | | | | - New PresetLoader function / Query parser completed. - Splash screen now has text status label ( Thanks to xGraphite) - Fixed a localisation issue. (thanks sun) - Removed a bit of redundant code in Functions.CLI - Fixed small issue with presets not setting mp4 extension when required. - Misc other small changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1054 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-052-36/+113
| | | | | | - Big update to the query parser. About 80% of all options are now operational. Remaining 20% still needs post-processing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1045 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-029-326/+420
| | | | | | | | | | | - New tab layout options window. - Small tweaks to the read dvd window and queueWindow - hbcli.exe now renamed to HandbrakeCLI.exe to match all other platforms. - Presets Listbox replaced with listview in preparation for future improvements. - Update built in presets option re-enabled for the same reason. - Few other small design tweaks here and there git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1043 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-271-1/+1
| | | | | | - Changed minimal resolution from 1024x768 to 1024x720 for 720 HD TV owners. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1041 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-261-14/+9
| | | | | | - Added some checks to the Query Parser to prevent it from throwing exceptions in normal circumstances. The Function should now be usable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1040 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-2610-296/+438
| | | | | | | | | | - Reversed the functionality of the show/hide presets button. By default presets always show now. - Re-added file open / save options and removed presets open/save buttons. Was confusing users. - Added the ability to modify items on the queue. - All Presets Updated. - Queue Threading changed in an attempt to avoid Windows loosing track of it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1039 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-164-18/+110
| | | | | | | - Few small enhancements to the queue, including a "stop queue" button git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1031 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-164-56/+93
| | | | | | | | - Some main window tweaks. Some of the window colours were not appearing correctly. (thanks Lant for pointing this out) - Added an exception handler into the queue. See if we can't track down why windows seems to lose track of the process/threads. - Turbo First pass now deselects / disables should a non h264 codec be selected. it also re-enables nicer now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1028 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-1411-149/+427
| | | | | | | | | | - Change: All windows made sizeable - Change: Queue / Media Info Windows now have titles + icon and appear correctly in the task bar. - Change: Minimise box removed in Queue window in favour of the Windows default minimise button. - Fixed: System requirements checker was not confirming the correct amount of ram. - Removed: Code to handle CLI Information without text files. This can not work without all data going out via standard output which has been decided against. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-10-141-0/+516
| | | | | | | | | | | | | | - First implementation of a query parser. This takes in a query and returns each item in a human readable form Notes from previous build that were not added rev [1024] - Fixed: deinterlace options passing the incorrect values to the CLI - Change: Turbo First pass can no longer be enabled if 2 pass is not. - Fixed: CRF now set's correctly - Change: CLI now determines the default audio mixdown rather than the GUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1025 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-10-148-73/+202
| | | | | | | | | | | | | - New development tab (hidden in release builds) for testing functions. - Fixed: chapter markers now get saved when using "set default" option - Fixed: crash on query editor if copy was used with an empty text box - Fixed: a few corrupted presets - Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1024 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-10-121-2/+2
| | | | | | - Updated installer with .Net information for lazy users. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1022 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-058-67/+45
| | | | | | | | | - Fixed a very small bug with the h264 options bug. 1 line fix. - Quick Start tips added to the help menu and removed from app startup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1005 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-0411-138/+209
| | | | | | | | | | -Code to expire development builds -New show/hide options for the new preset system. -Few bug fixes. -Updated Installer git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1000 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-275-357/+300
| | | | | | | - File > Open + Save changed to buttons below the preset list. - Moved the System Requirements check to Program.cs ( Cleans things up alittle) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-252-94/+105
| | | | | | | | | | | - Improvements made to the Update Checker. - Added Copy to Clipboard button on the Generate Query Tab. - Moved Update checker to About Menu ( Credit goes to Alistair for this) - Disabled a few items in the presets menu which are not required for this release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@989 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-241-8/+15
| | | | | | - Fixed update checker option (was not disabling the on start-up update check) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@988 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-09-248-525/+562
| | | | | | | | | | - Stage 1 implementation of new Preset's System (Mimic's the MacGUI - Tab Index's fixed. Faster form generation in Visual Studio. May improve performance slightly. - Queue window size fix Note: One of the previous rev's shaved 2 Seconds off the startup time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@987 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-09-244-29/+261
| | | | | | | | | | - New Open Source Based Installed in use. (NullSoft Install System) Script for generating installer in /Installer - Added System Resolution and Total Available Memory Checks to the GUI. Someone with knowledge of the Scripting Language could add these to the installer script. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@986 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-226-414/+74
| | | | | | | | - Fixed small queue window size mistake - Changed design of DVD Source Information Window Slightly. - Added small version of Movie board image. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@982 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-223-4/+4
| | | | | | - Fixed small typo. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@981 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-2213-114/+204
| | | | | | | | | - Added some new png images to the gui ( Hawkman's Image pack) - Redesigned the layout of the queue slightly. - Fixed size issue with the DVD info window. - git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@980 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI: - Fix for Non english language systems that use floats with a , ↵sr552007-09-223-7/+14
| | | | | | | | instead of . Thanks go to loshadi for providing this better fix for the issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@979 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-09-071-384/+68
| | | | | | - Reduced the amount of code preset's take up by a few hundred lines. (Will do until the preset system is re-written later on) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@932 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-062-29/+12
| | | | | | | - DVD Title and chapter drop downs now reset when a new DVD source is scanned. - Queue code cleaned up a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@930 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-062-53/+46
| | | | | | - Fixes a few issues with the queue. Should no longer miss items at random. Should also be a little more stable now too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@929 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-055-263/+265
| | | | | | New layout for the tab bar. (Similar to the MacGUI) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@926 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-041-4/+4
| | | | | | Fixed a small allignment issue on frmMain git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@923 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-041-1/+1
| | | | | | - Fixed missing splash screen issue. (my bad!) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@922 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-0415-1478/+76
| | | | | | | - Tweaks to the about box. - Adding/removing a few files git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@921 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-043-273/+297
| | | | | | | | | | | - Removed update checker window - Removed debug window (was never implemented) - Update checking item in file menu now displays a pop-up message box instead. - Update checker code changed so it is re-usable. - Top half of the GUI design changed to closer match the MacGui: - Chapter Selection boxes now change colour to light coral should the range be invalid. This replaces the text warning. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@920 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Small updatesr552007-08-311-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@913 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-313-2/+9
| | | | | | | - Fixed possible cross-thread issue when closing the application (when more than 1 window is open) - Added "Quit HandBrake" to the on complete options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@909 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-318-73/+172
| | | | | | | | - Cleaned up the Options window a bit. - Added On Encode Complete Options (in options) - A few small UI tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@908 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Some old files that should have been deleted some time ago.sr552007-08-301-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@904 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-3011-32/+134
| | | | | | | | | | - Queue now has minimise button. - Ability to disable tooltips in tools > options - Added a few more tooltips to items. - Removed some old files that are no longer needed. - Updated splash screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@902 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-293-1/+26
| | | | | | | - Updated splashscreen - Fixed project build issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@894 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-2916-117/+206
| | | | | | | | | | - Gui debug more added to tools > options. - More exception handling added - frmReadDVD is now automatic. User no longer has to manually start scan process. - Re-enabled onwindow scan status message. Removed Message box which alerts scan status. - Few other small code tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Deinterlace and Denoise values updated.sr552007-08-262-6/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@868 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-264-30/+65
| | | | | | - Added extensive exception handling to the Title.cs file for debugging purposes in upcoming 2.41 release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@867 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-257-51/+90
| | | | | | | - PSP Preset Fix - Cleaned up Exception handling a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@866 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-247-30/+39
| | | | | | | - Fixed View DVD Information window not loading the dvdinfo.dat file every time the window is launched. - Fixed a small file path issue with frmReadDVD git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@865 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-236-8/+10
| | | | | | | - Minor code tweaks / cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@856 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-225-73/+65
| | | | | | | - Added some more exception handling. - Added workaround for issue with scanning on French systems causing a crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@850 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-223-39/+66
| | | | | | | - Added debuging / crash prevention code in frmReadDVD. - Fixed issue with queue when adding items after initial encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@849 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Fixed Spelling typo (Thanks saintdev).sr552007-08-216-28/+26
| | | | | | | | - Fixed File_Open not finding ts files. - Fixed Incorrect Version Number for update checker. - Fixed DVDTitle Dropdown displaying no title error when there was only 1 item in it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@848 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-168-14/+28
| | | | | | - Number of extra tweaks to the GUI for vista git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@825 b64f7644-9d1e-0410-96f1-a4d463321fa5