summaryrefslogtreecommitdiffstats
path: root/win/C#
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552009-07-0512-617/+698
| | | | | | | | | | - UI design tweaks, consistent font usage, tableLayout for frmMain - Bug Fixes related to using source label instead of source path. - thanks to darkassassin - Few small tweaks/ fixes to above patch. - Fixed: Delete all built in presets option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2666 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-042-59/+65
| | | | | | - Move all the GUI enable/disable property changes into one function for the picture panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2665 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-046-163/+147
| | | | | | | - Some fixes to the Picture settings panel and preset loader. - Small UI tweak to options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2664 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-045-47/+63
| | | | | | - Change update check period to a dropdown with Daily, Weekly, and Monthly. Replaces numeric updown control. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2663 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-0410-46/+82
| | | | | | - Remove M4v from format dropdown and add new option "Use iPod/iTunes friendly (.m4v) file extension for MP4 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2662 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-0411-87/+216
| | | | | | | - Update checker code cleaned up and multi-threaded. (Thanks to darkassassin ) Made some minor changes to this code to fit it in. http://forum.handbrake.fr/viewtopic.php?f=4&t=11353 - Queue window no longer takes focus on each new addition to the queue. ( Quite annoying otherwise ) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2661 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-041-2/+4
| | | | | | - Don't reset destination file extension to m4v when enable/disable chapter markers if mkv is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2660 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-07-014-25/+32
| | | | | | | | - Fix for a scaling issue in the picture preview QT control - Add a warning if users try to preview a MKV with QT. - Misc updates to other files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2653 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-291-2/+3
| | | | | | - Possible fix for QuickTime player not working on 64bit systems. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2641 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-298-70/+192
| | | | | | | | | | | - Added Global Event Handlers to parts of some of the user controls. - Added register and deregister event handler functions for widget changes. (This allows the preset label to be changed to custom when a user changes a widget). This isn't finalised. - Misc UI tweaks - Few bug fixes: * Preset update notification appearing behind splashscreen * Tweaks to the preset loader to make it work a bit better. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2640 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-285-67/+57
| | | | | | - Attempt 2 at fixing culture issues. Thanks to zhango git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2638 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-273-4/+15
| | | | | | - Fix a few culture issues with my last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2634 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-2610-113/+109
| | | | | | | | - Temporary Fix for Quality slider getting reset to 0 on title or encoder change. Changing encoders may still cause a problem. - Much smaller splash screen. (Just in case any popup errors decide to hide behind it on launch) - Toolstrip now uses "Professional" appearance mode. On most systems it'll stand out more. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2633 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-262-831/+609
| | | | | | - Make Picture Settings control transparent. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2628 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-264-8/+102
| | | | | | | - Right Click menu for subtitles Panel. Move Up/Down and remove options. - Confirmation dialog for the new clear logs option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2627 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-268-246/+290
| | | | | | | | | - Removed the group boxes on the main window to save a bit of space. - Main Window source display is the source filename or folder only. The text box is no longer used. - Added two new options: "Clear Log History" and "View Log Directory" - Changed log file format to "DateTime DestFileName.txt" to "DestFileName DateTime.txt" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2626 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-224-4/+4
| | | | | | - Fixed Query Editor tab option that got broken in the last commit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2601 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-229-151/+146
| | | | | | - Stop using Strings for CheckBoxes in IF statements. They can return a boolean values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2599 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-2219-1413/+646
| | | | | | - Combine all the Filters controls and widgets onto 1 panel. Replaces 12 files by 3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2598 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-222-2/+3
| | | | | | - Fix the tooltip on the quality slider. It's just wrong. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2597 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-212-217/+210
| | | | | | - Seems the picture settings panel picked up a localization which it shouldn't have. Fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2591 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-194-62/+39
| | | | | | | - Cleans up the appcast reader code a bit more, removing all globals. - Small fix to preset loader to make sure audio bit-rate is set to auto for AC3 tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2576 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-171-11/+16
| | | | | | - Overwrite warning after clicking "start" for those users who don't seem to use the "Browse" feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2563 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-174-315/+309
| | | | | | - Tweak the presetLoader and Picture settings panel to work a bit better with built-in presets. Sets width/height then sets anamorphic mode (instead of vice-versa). This forces the calculation code to run which should correct the weird numbers that were appearing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2558 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-172-18/+6
| | | | | | - Fixed a bug in QueryGenerator.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2555 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-1710-131/+145
| | | | | | | - Updated the appcast checker to handle the modified appcast format. - New option to set the number of days between update checks on startup. Default 5 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2551 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-153-9/+28
| | | | | | - Moving from mkv to mp4 now leaves only 1 vobsub track on the list. Any others are removed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2538 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-1517-768/+968
| | | | | | | | - Picture Settings: Height of 0 allows for no -l to be passed to the CLI - Picture Settings / pre-sets now set 0 when no Height specified. Prevents the panel from using incorrect values when pre-sets are selected. - Simplified the Encode.cs set-up. Includes changes to QueueHandler git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2534 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-147-42/+35
| | | | | | | | - Small tweaks to Encode.cs - write2disk queue recovery feature is now completely handled in QueueHandler - Auto naming is on by default. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2533 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-143-0/+579
| | | | | | - Missed the new subtitle files in the last check-in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2532 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552009-06-1314-578/+98
| | | | | | - New subtitle tab. All complaints to j45 please. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2531 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-122-2/+34
| | | | | | - Added support for the new subtitle information in the log format. Will deal with the new GUI elements later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2525 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-129-82/+62
| | | | | | | - Move all DllImports into win32.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2523 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-114-78/+34
| | | | | | - Remove some code which isn't required to handle preset adding/removal/expand/collapse git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-111-18/+18
| | | | | | - Misc Code changes / Fixes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2519 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-111-4/+4
| | | | | | - Don't really know why I was using strings to compare to floats :/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2517 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-111-1/+1
| | | | | | - Few more possible culture issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuisr552009-06-111-4/+7
| | | | | | - Fix a culture issue in the new picture settings code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2515 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-115-200/+1039
| | | | | | - Don't return 0 on calculateWidth and Height git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2514 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-111-1/+7
| | | | | | - Added some guards in height and width change functions to prevent both values dropping below 64 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2513 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-115-58/+99
| | | | | | | | | | - Fixed Keep AR disabled leaded to Aspect ratio being kept for width. - Fixed Max Width / Height display and issues in Query Generator. - Fixed some issues in the Preset Loader. - Crop values are always mod 2 now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-092-31/+6
| | | | | | - Fix the QueryGenerator setting incorrect width/height values for anamorphic modes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2509 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-094-106/+116
| | | | | | | - Custom Anamorphic with Keep AR should be mostly working now. - Fixed another few bugs. (Incorrect DAR values and caching, Height value after scan incorrect for anamorphic modes) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2507 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-094-17/+32
| | | | | | - A number of fixes to the new picture settings panel. Should be mostly working bar an issue with Custom with KeepAR enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2506 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-085-80/+126
| | | | | | - Fixes some crashes in the new picture settings panel and hooks up the presetLoader and query parser so they work with the new options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-071-2/+2
| | | | | | - Small fix for loose. Truncate not round display width. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-06-0712-580/+1580
| | | | | | | - Checkin of the new picutre settings panel (before I end up accidentally losing working code) - Modes: None, Strict and Loose work (mostly). Custom does not work (yet) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-05-261-6/+6
| | | | | | - Update query parser to support the updated Audio Panel git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2455 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-05-261-0/+10
| | | | | | - Missing Win32.cs File git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2454 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-05-234-0/+607
| | | | | | | - Renamed the Queue folder and moved the Encoding stuff into it. - Moves encode process information into a class object. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2445 b64f7644-9d1e-0410-96f1-a4d463321fa5