summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552008-01-161-57/+55
| | | | | | - Better presets panel implementation. Preset names are now loaded from file rather than being pre-set in the application. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1205 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-165-77/+93
| | | | | | | | | - Tested and fixed a few issues with the appcast updater. - Fixed a small issue where dropdowns wouldn't have a default value on startup if presets.dat was missing and user defaults was turned off. - Disabled loose anamorphic for ffmpeg and xvid encodes. - Added a useful error message to the presets bar when presets.dat is missing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1203 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-091-1/+2
| | | | | | - Fixed bug in subtitle parsing code. Didn't handle "," in languages git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1182 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-0913-122/+918
| | | | | | | | - Added an Activity window which can view a verbose log from the CLI after an encode has completed. (it would be nice if someone could find a way of making this live!) - The main GUI window now has an icon based toolbar similar to the macGUI instead of having standard buttons along the bottom for Encode and Queue. - Some of the controls on the Options panel have had transparent backgrounds added so they don't look out of place on theme'd computers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1181 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-081-0/+10
| | | | | | - Gray out the resolution boxes when Anamorphic is enabled. (Long overdue) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1175 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-082-6/+6
| | | | | | | - CMD window no longer appears during scanning - Fixed FormatException on start up in the Development expiry code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1174 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-066-30/+39
| | | | | | | - Fixed: for Auto-naming where it would incorrectly set directory when the user had no default set - Fixed: A few control's were not set to transparent so showed up incorrectly on themed windows machines. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-026-34/+63
| | | | | | | - Chapters.csv and dvdinfo.dat are now saved in the windows temporary folder. This should mean the application doesn't need admin rights on Vista. Thanks to "doubt" for the patch. - Few UI theme tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1160 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-311-7/+1
| | | | | | - Very small checking to improve the development expire code. (and for testing the irc bot) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1157 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-2433-5/+213
| | | | | | - Added GPL Licence comment at the top of each code file as required. (this may need to be changed later but will do for now) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1147 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-2110-726/+190
| | | | | | | | - Changed back from Query Window to Query Editor tab by popular demand. - Fixed a small issue with resolution calculating the height when it shouldn't. - Removed some old labels from the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1145 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-214-8/+14
| | | | | | | - Updated build number to match SVN. - Fixed an issue where Encode & Pause buttons didn't enable / disable correctly on the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1144 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-212-4/+1
| | | | | | | - Removed Chapter Marker window re-generation on chapter change. (Now consistant with the mac GUI) - Fixed spelling error on a tooltip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1143 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-201-76/+18
| | | | | | - Removed excess debug code in Title.cs. Haven't heard any complaints since 0.9.1 so It seems the problems are gone. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1142 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-2019-284/+133
| | | | | | - Some more code code cleanup done. Nothing major. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1141 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-203-806/+821
| | | | | | - Moved alot of functions in frmMain.cs into their own class (common.cs) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1140 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-195-149/+73
| | | | | | | - Some more code clean up - Fixed: Skipped button not working on update checker. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1138 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-1912-130/+39
| | | | | | - Some code clean up + removal of old unused code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1137 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-191-3/+11
| | | | | | - 2 Small fixes to the new Chapters tab git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1135 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-194-306/+434
| | | | | | | | | | | | | - Fixed issue where crop dropdown had no value on startup. - Fixed an Autoname bug where \ was addeded incorrectly. - Fixed bug where DRC was set incorrectly by preset parser. - Removed some old code which is no longer going to be used. - Changed De-Interlace options names to match MacGUI for consistency - Moved HTTP Optimization to Output Settings for consistency with MacGUI - Added form to show the generated query. Tools > Options > Show CLI Query - Added Chapter Markers tab which operates the same was as the MacGUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1134 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-1414-1078/+442
| | | | | | | | | | | | | | | - Removed some old CLI handler files that were never completed. - Removed Quickstart Window along with some redundant code. - Removed the Query Editor tab as it is no longer really needed. - Removed CRF option as this is now the default. - Removed DRC Checkbox. The slider is now used for activation. - Few changes to the Naming of GUI items to match the MacGUI. - Warnings about no source / destination removed from Save/open presets and set default options. Will only appear on Queue and Encode buttons now. - Fixed autonaming issue where it was enabled even when it was disabled. - Added option to the Tools menu to display the current CLI query. This may be useful now that the Query editor tab is gone. - Options window design tweaked. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1128 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-095-54/+169
| | | | | | | - Removed extra folder.png file from the Resources - Added support for Dynamic Range compression on a scale of 1 to 4. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1113 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-0710-105/+306
| | | | | | | | - Implemented Auto File naming option. Can be enabled from Tools > Options - Implemented Auto Select Subtitle feature for Forced Subtitles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1107 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-072-0/+6
| | | | | | - Fixed the resolution handling code that got broken in the previous checkin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1103 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-077-311/+498
| | | | | | | | | | | - Update check on start-up moved onto a separate thread. Start-up should now be significantly faster. It will no longer stall if the server is slow responding. - Sparkle style Updater now appears on start-up if an update exists rather than just a text label. - Main form frmMain has been re-arranged slightly. Resolution boxes and Aspect ratio have been moved onto the picture settings tab. (Allows for more space on the tabbed portion of the window. Audio Tab has been re-arranged. - Picture cropping text boxes have been changed to numeric boxes. - Support for 2nd Audio track has been added. - Support for Forced Subtitles has been added. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1102 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-062-17/+14
| | | | | | - Fixed small text label position issue in the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1101 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-0610-106/+257
| | | | | | | | - Fixed bug in Query Parser in relation to Titles (Error when 1 was set to auto) - Added Batch Script creation option on the Queue. - Added Toolbar to the queue (similar to the MacGui) and removed some old style buttons that are now on the toolbar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1100 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-031-88/+89
| | | | | | - Fixed Exception when only single chapter was added to the queue git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1095 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-013-97/+156
| | | | | | | - Optimize MP3 and iPod Atom check boxes implemented. - Cleaned up a few if statements by removing unneeded brackets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-011-5/+28
| | | | | | - Fixed HandBrake CLI process priority level not getting set correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1092 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-013-38/+210
| | | | | | | - Added VFR and Loose Anamorphic Check boxes. - Added placeholder widgets for Optimise MP4 and iPod Atom Check boxes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1091 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-302-50/+38
| | | | | | - Changed the presets to a treeview. This will allow presets to have child nodes for additional future presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1090 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-301-4/+4
| | | | | | - Fixed small issue with the chapter display on the current job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1089 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-291-116/+105
| | | | | | - Cleaned up some tab indexes on the main window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1085 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-274-376/+348
| | | | | | | | - Removed some duplicate code and fixed a few small bugs. - Changed the layout of the code slightly. - Changed the DVD parser to use verbose CLI which can be displayed on the DVD information log page. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1081 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-231-1/+1
| | | | | | - Fixed small bug in the query parser. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1076 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-218-40/+85
| | | | | | | | - Cleaned up the status update code for the splash screen. - Added option to turn off automatic preset update on each launch. - Removed some unneeded variables. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1072 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-1916-191/+1773
| | | | | | | | - About window text cut down. Had some useless information. - New "sparkle"-like update manager. - Misc Other small updates and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1070 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-193-439/+360
| | | | | | - Reverted Queue listview to listbox. Listview had a character limitation that could not be worked around. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1068 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-183-275/+473
| | | | | | | | - Changed Queue to a listview. - Added human readable encode information for the item currently encoding. - Window design improved. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1066 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-11-169-548/+67
| | | | | | | | | - Image file updated in about window (due to removal of images folder) - frmDvdInfo has few small design tweaks - Few fixes in the Query Parser - Build number added to application Settings.Designer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1065 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-147-0/+0
| | | | | | | - Removed images folder saving around 800K to 1MB of space. - Added 2 images to the resources folder (previously in images) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1059 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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