summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552009-10-201-3/+3
| | | | | | - Fixed: Query Editor takes priority over GUI settings when "Prompt on unmatching queries" is disabled git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-161-1/+1
| | | | | | - Fixed a small error when selecting the correct array index when checking which subtitle track is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2889 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-165-561/+490
| | | | | | - Improved / Simplified the Subtitle UI design. Hopefully should make it a bit easier to use and understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2888 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-131-2/+2
| | | | | | - Update assembly info file for new version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2879 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-133-3/+3
| | | | | | - Set libdvdnav to on as default git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2878 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-086-64/+72
| | | | | | - Couple of UI / tooltip tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-10-042-0/+5
| | | | | | - Reset the Subtitles panel on Source or Title change. This can be made smarter later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2865 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-305-16/+30
| | | | | | - Add a notice to the log to indicate if the user has used a custom query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2854 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-302-1/+10
| | | | | | - Fix query generator issues with custom anamorphic. (Set display width / pix aspect correctly). Also set modulus correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2853 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-291-0/+2
| | | | | | - Fix a strange exception error is high profile preset is selected before the first scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2849 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-281-1/+1
| | | | | | - MessageBox message fix git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2845 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-243-5/+13
| | | | | | | - Video Preview window is not forced to topMost. Stops VLC window appearing below it. - Double click the max width label to switch to standard (-w) width git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2838 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-221-3/+1
| | | | | | - Should probably set cropping to auto on presets that don't have crop values stored. (Cosmetic issue) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2835 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-211-5/+4
| | | | | | - Possible fix for some exceptions / issues in the Activity window that may occur under unusual conditions that may prevent the log file from being read properly git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2834 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-211-1/+1
| | | | | | - Fix a small bug in the code which sets the m4v when required for srt subs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2832 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-142-6/+42
| | | | | | - Fix: DVD volume name now used for autoName function rather than Video_TS folder. (Thanks RandomEngy) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2820 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-139-29/+44
| | | | | | | | - 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-134-0/+27
| | | | | | - Fix: Don't check version data if the CLI file hasn't actually changed since the last launch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2818 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-131-1/+3
| | | | | | - Show the number of encodes pending on the main window. Updates after each new item is added to the queue. Also updates with the status of encodes / items left on the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2817 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-121-3/+3
| | | | | | - Fix an issue in QueryParser related to pixelAspectHeight and pixelAspectWidth values not set correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2816 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-091-4/+4
| | | | | | - Remove extra param from selectSource git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2810 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-092-18/+9
| | | | | | - Improve autoName reliability - Thanks exdeus git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2809 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-082-4/+12
| | | | | | - Fixed exceptions in PictureSettings - Thanks exdeus git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2808 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-073-77/+72
| | | | | | - Some fixes to the ActivityWindow. CLI query should always be displayed now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2807 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-042-11/+16
| | | | | | - Fix in MacGui preset import feature git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2805 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-031-1/+1
| | | | | | - Fix a copy/paste error in last checkin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2804 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-035-181/+111
| | | | | | - Simplify code in the preset handler. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2803 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-023-80/+62
| | | | | | | | | - 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-09-017-245/+155
| | | | | | | | | - Remove 2 options. "Enable DVD drive detection..." Feature seems stable, so no longer required. "Load my default preset" No real need for this option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2798 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-307-37/+53
| | | | | | | - Set use m4v option enabled by default. - Fix some issues with auto setting m4v when use m4v is disabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2795 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-291-4/+4
| | | | | | - Make sure video quality scale is set correctly at startup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2792 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-298-86/+90
| | | | | | - 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-281-2/+2
| | | | | | - Fixed issue with filters tab. "None" is no longer an option. Query parser shouldn't try setting it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2786 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-281-1/+1
| | | | | | - Wrap double quotes around srt file name / location. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2785 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-289-140/+152
| | | | | | | | - Fix issue changing file format causing the audio encoder dropdown to be set to "" - Fixed an issue with autoName function and format dropdown with regards to AC3 in the audio list. Also, CC or SRT - Combined a bunch of functions in x264Panel into one. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2784 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-271-4/+6
| | | | | | - Fix to the x264 panel related to 8x8dct. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2782 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-2618-207/+321
| | | | | | | | | | - 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-257-110/+126
| | | | | | | | | - Fix several issues with Picture Settings panel related to aspect ration and resolution calculation. - Fix issue where file extension could be mp4 when chapters is enabled. Problem in the autoname function. - Fix a regex error in the appcast reader and make it more robust to errors. - Clear up changelog git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2776 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-216-53/+86
| | | | | | | - 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-193-9/+43
| | | | | | - 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-196-53/+56
| | | | | | | | - 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-121-2/+2
| | | | | | - Replaced 86 with 96 in audio bitrate dropdown. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2763 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-107-20/+84
| | | | | | - Changing the CQ step for the quality slider when using x264 no longer requires a program restart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2760 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-091-2/+9
| | | | | | - The installer script didn't get updated in my last checkin. (2755) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2759 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-084-8/+8
| | | | | | | - Improved some error messages. - Updated Installer Script git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2755 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-084-3/+15
| | | | | | - Minor Code tweak / correction in Changelog.html git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2754 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-036-234/+136
| | | | | | - Mostly just code re-factoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2748 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-08-025-32/+123
| | | | | | | - 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-08-014-20/+24
| | | | | | - Updated Advanced Panel to match new defaults and new animate options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2745 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-311-1/+1
| | | | | | - Left a debug line change in by mistake. Fixed git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2740 b64f7644-9d1e-0410-96f1-a4d463321fa5