summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-10-034-51/+40
| | | | | | - Enable Experimental Preset Exporter (plist - mac format). This can be imported by the mac and linux gui's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-031-21/+11
| | | | | | - Update the Subtitles panel to handle the previous revision fix to the CLI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3566 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-019-144/+239
| | | | | | - Some refactoring of the Subtitle panel. Added support for subtitle type display to the subtitle dropdown and burn in support for SSA. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3560 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-262-5/+5
| | | | | | - Fix: Set the scan text label to "Scan Cancelled" after cancelling a scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3555 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-263-13/+55
| | | | | | | | | - The scan log will no longer be written to disk if the log is over 100MB. An error message will be thrown. - The encode will be terminated if the log file grows beyond 100MB and an error message will be thrown. - Fixed an issue with the exception window not appearing when called from a worker thead. - Put a limit on the number of exception windows that can appear during a session of HandBrake. (set to 30) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3554 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-261-3/+3
| | | | | | - Small Tweak to the encode logging that might avoid exceptions breaking it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3553 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix the 2008 solution file.sr552010-09-231-0/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3552 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-191-1/+1
| | | | | | - Remap ctrl-A to ctrl-shift-A for addToQueue. Rather annoying having select all being the same as add to queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-192-0/+4
| | | | | | - Update the installer files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3547 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-194-26/+26
| | | | | | - Move the "Scanning x of x" text to the Source Label. Similar to the Lin/Mac gui's. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3546 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-192-0/+15
| | | | | | - Attempt to fix nightly build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3545 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-191-0/+1
| | | | | | - Stylecop file for Framework dll. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-1936-263/+659
| | | | | | - Moved some non-specific HandBrake code (Exception Window, Update Information Window, Update Download Window) out into a separate framework library. Hoping to make this more reusable at a later point. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-182-74/+102
| | | | | | - Some fixes to the AudioPanel. Changing presets now obeys the preferred language when selecting tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-184-7/+23
| | | | | | - Made the "{source}" option for the default path auto name option a bit clearer. Added automatic warning if used in a path, updated tooltips and renamed to source_path to avoid confusion with the option below on the "format:" option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3541 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-171-0/+16
| | | | | | If an Audio track selected is not AC3 or DTS, and AC3 or DTS passthru are selected switch to AAC to prevent bad encodes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3540 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-172-21/+36
| | | | | | - Another fix to the Encode Log Writer which should hopefully fix the "ObjectDisposedException" some users were seeing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3538 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-151-19/+23
| | | | | | - Some changes to the way logging / exceptions are handled. This may fix an intermittent issue that causes a large number of exception windows to appear. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3533 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-145-29/+69
| | | | | | - Log Exceptions out to the Log folder when they occur. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3528 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-141-1/+1
| | | | | | - Fix an issue with the Subtitle Forced option being set to scan instead of the track id. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3527 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-121-3/+6
| | | | | | - Fix a crash in the Auto-Naming function caused by empty string in the title name. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3523 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-122-9/+13
| | | | | | - Title Specific Window is now always centre of parent. Fixes issues of it appears on a 2nd monitor on dual monitor setups. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3522 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-125-5/+8
| | | | | | - Move The Title Specific scan tool window into a ToolWindows folder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-123-23/+31
| | | | | | | - Fix Cancel button on Title Specific scan. - Improve Add to queue error messages. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3520 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-121-0/+1
| | | | | | - Also kill the log window timer to help with debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3519 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-121-34/+55
| | | | | | - Add some additional exception handling to allow debugging of random crashing in the activity window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3518 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-111-0/+6
| | | | | | - Hide the Angle dropdown if the cli "+ angle" string is not present when using libdvdnav git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-1111-48/+1105
| | | | | | - Title specific scan added to the File and Folder scan options which can be used for slow scanning bluray sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3515 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-111-11/+21
| | | | | | - Further fixes to the Title parser to deal with changes made for blu-ray support. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3514 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-112-2/+2
| | | | | | - Force a CLI version data update when user settings is upgraded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3513 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-113-57/+75
| | | | | | - Some fixes and improvements to the preview window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-101-2/+4
| | | | | | - Fix for the Title parser. Was expecting "+ angle" to always be there which is no longer the case. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3511 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-301-1/+3
| | | | | | - Fix Build git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3505 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-10/+0
| | | | | | - Missed file from last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3504 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-2914-908/+135
| | | | | | - Created an error service, renamed the frmExceptionWindow to ExceptionWindow and removed it's duplicate from the main project. It's all in the AppServices library. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3503 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-1/+1
| | | | | | - Switch out a depreciated growl call. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-1/+0
| | | | | | - Remove win32 file from cproj git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3501 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-2941-814/+557
| | | | | | | - Update the Interop Code. - Update Growl Libary to 2.0.4.1 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-292-29/+48
| | | | | | - Update copy of Authors and Credits for the install script git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3499 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-167/+0
| | | | | | - Remove unused win32.cs file git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-27/+27
| | | | | | - Minor display issue on the options window fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-275-92/+90
| | | | | | - Added a new option which allows the autoname feature to output to the source directory. It will append output_ to the start of the filename, if the auto-generated name is the same as the source file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3496 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-272-28/+5
| | | | | | - Allow trellis and psy-trellis with cavlc git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-212-36/+12
| | | | | | - Strip out some version checking code that's no longer required. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-211-0/+2
| | | | | | - Fix CC setting was not being reloaded in the options window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-208-48/+139
| | | | | | | - Added new audio/subs option: "Use Preferred Language for Audio and Subtitles" and "Add Closed Captions when available" Thanks to Shatian for the Patch! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3485 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-168-130/+54
| | | | | | - Tidy the Options window, removed old debug code that isn't needed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3482 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-151-2/+2
| | | | | | - Fix for "del" key deleting items from the queue when additional modifier keys were pressed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-151-6/+9
| | | | | | - Fix some culture issues in the x264 window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3478 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-087-63/+26
| | | | | | - Just some cleanup of project / install files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3474 b64f7644-9d1e-0410-96f1-a4d463321fa5