summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-12-032-51/+23
| | | | | | - Fix Memory Detection on 64bit systems when the system has >4GB of ram. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3698 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-272-2/+5
| | | | | | | - Fix a bug with the Scan Started and Ended Event Handlers. - Make the Error window Top Most. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3688 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-271-1/+2
| | | | | | - Fix an issue with the auto naming where it would use the source file extension in the output filename. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3687 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-201-1/+1
| | | | | | - Fix Nightly build git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3684 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-201-0/+1
| | | | | | - Fix an issue where changing the encode completion option on the queue didn't take effect until HandBrake was restarted. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3683 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-196-172/+206
| | | | | | - Added support for preset descriptions (currently disabled so as not to interfere with the release) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3682 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-197-33/+72
| | | | | | | - Some code (currently disabled) to support reading chapter names from source. - Updates to tooltips for the release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3681 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-111-1/+0
| | | | | | - Fix the build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3674 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-113-13/+8
| | | | | | - Remove some code that has been causing a crash after encoding has completed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3673 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-091-0/+4
| | | | | | - Missed comment and reset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3667 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-091-2/+8
| | | | | | - Don't display an exception after the process was deliberately killed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3666 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui;sr552010-11-081-1/+1
| | | | | | - Fix a potential crash condition in the encode service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3662 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-0711-17/+1574
| | | | | | - Added numerous bits of code that have been lying around my system for a while. None of this is hooked up. Just pushing it into the repository so I don't lose it. It may be used for a future release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3661 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-071-1/+11
| | | | | | - Collaspe the preview window if QT is not installed. Hide the QuickTime playback options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3659 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-069-155/+19
| | | | | | - Remove the Caliburn / Service Locator references. Not going to put this in the upcoming release. No need to bloat the installer with the dlls when they are not currently used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3652 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-012-3/+6
| | | | | | - Second attempt at build fix. Fixes references. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3640 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-013-6/+24
| | | | | | - Attempt to fix the nightly build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3639 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-0118-216/+1171
| | | | | | - Some re factoring of the Framework library git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3637 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-316-5/+88
| | | | | | - Added an implementation of IWindsorInstaller to the class libraries. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3634 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-312-65/+38
| | | | | | - Tweak to the Activity window to make it clearer which encode log is selected. Also improves the logic which selects the correct log when the window loads. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3633 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-312-1/+4
| | | | | | - Unsubscribe an event handler when cancelling the scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3632 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-301-1/+1
| | | | | | - Fix a display issue on the queue where the pass count was incorrect. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3631 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-301-1/+2
| | | | | | - Fix an issue where embedded SRT files were not getting detected correctly during scan. Regex was incorrect to pickup "UTF-8" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3630 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-302-1/+7
| | | | | | - Fix a bug in the audio panel where changing selected audio track would incorrectly set the audio bit-rate control dropdown git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3629 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-242-1/+5
| | | | | | - Fix the nightly build. Was missing the service location dll. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3626 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-232-0/+0
| | | | | | - Delete 2 unneeded dll's from the last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3625 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-2322-0/+310
| | | | | | - Bring in Caliburn 1.1 and Windsor / Service Locator. (For a later release) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3624 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-173-12/+9
| | | | | | - Fix a bug in the AutoName where is used the folder name instead of source name when multiple files are scanned. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3606 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-173-14/+8
| | | | | | - Fix typo in the Options window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3604 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-106-116/+124
| | | | | | - Add support for the new AC3 Encoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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