summaryrefslogtreecommitdiffstats
path: root/win/C#
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* WinGui:sr552007-08-161-12/+8
| | | | | | - Fixed issue with gui display under vista. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@824 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-161-0/+11
| | | | | | - Fixed issue with manual cropping and empty text box leading to --crop :::: being passed to the cli. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@820 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-162-15/+62
| | | | | | | - File extension changes for the presets done. - Fixed a few bugs where checkbox's were not being linked with their code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@819 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-163-102/+409
| | | | | | - presets added in line with http://handbrake.m0k.org/trac/wiki/BuiltInPresets git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@818 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-141-2/+0
| | | | | | -Forgot to remove a few debug lines. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@811 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-141-9/+22
| | | | | | - Fixed CRF & Quality slider issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@810 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Fixed missing icon on the File menu open item. (It got bored and decided ↵sr552007-08-102-14/+35
| | | | | | to run away) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@794 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-101-1/+15
| | | | | | - Open item was missing from file menu. Now Fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@793 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-106-98/+48
| | | | | | | | - Updated splash screen - Horizontal scroll bar added to queue window. - Few minor tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@792 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-0823-91/+1081
| | | | | | | | | - Some more tweaks to the presets menu. - Border added to splash screen. - Added a quick start tips window. - Few other small UI tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-043-55/+98
| | | | | | | | - Readded a bit of code that was accidentally removed in the last commit. - Removed some old error handling code that is no longer required. - Set frmReadDVD to always display on top git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@787 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-042-69/+191
| | | | | | | - Initial place holders for new presets. - Added a few more code regions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@786 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-315-102/+164
| | | | | | - Detelecine, Deblock and Denoise options added and working git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@775 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-312-87/+80
| | | | | | | - Removed checkbox for deinterlace option. - Updated Save/Open Profiles and Load default settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@773 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-312-756/+914
| | | | | | | | - New deinterlace options done. - Place holders for deblock denoise and detelecine ready. - Picture Settings and Video Settings tabs re-arranged slightly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@771 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-314-65/+112
| | | | | | | | - Few queue bugs fixed. - Active queueing now works properly. Items can be added on the fly. DVD's can be scanned on the fly while the there is an encode process already going etc. - Fixed a potential unhandled exception in the DVD information window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@770 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-307-16/+33
| | | | | | | - UI re-configured for use without parse.cs (Updateds frmDvdInfo, frmReadDVD, frmMain, frmQueue) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@763 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-306-19/+43
| | | | | | - Initial tempory workaround for the hbcli issue with the parser. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@762 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-2911-756/+15
| | | | | | - Removed the readDVD Window and all its components (In options & program settings file) This is not needed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@760 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-261-2/+2
| | | | | | | - Forgot to take out a debug messagebox - Added a 3Second thread sleep before trying to rescan git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@744 b64f7644-9d1e-0410-96f1-a4d463321fa5