summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552011-01-151-1/+0
| | | | | | - Remove Deleted Queue.cs file from solution. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3747 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-151-9/+9
| | | | | | - Remove the limitations on the numeric widgets on the Picture settings panel. Seems that we can have some rather large par values >64K from time to time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3746 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-1511-759/+140
| | | | | | - Switch over to the new queue processor service. Please report any bugs found in the queue system. It may be a bit buggy until all the kinks are worked out git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3745 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-154-21/+24
| | | | | | - Some updates to the new queue processing code. (still not active) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3744 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-121-1/+8
| | | | | | - Force reset some versioning settings when the handbrake gui executable is updated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3742 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-124-9/+21
| | | | | | - Switch to using a SHA1 hash of the cli executable to make cli exe version validation more reliable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3741 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-104-12/+14
| | | | | | - Missed some updates from from 3739 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3740 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-096-319/+382
| | | | | | | - Further Application Services refactoring * Updates to the Encode Service and models git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3739 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-0939-72/+1350
| | | | | | | | | | | - Continuing on with the Application Services re-factoring: * Added new QueueManager - Manages queue jobs, add, remove, up, down, save, etc * Queue Processor - Processes a Queue * New Models (Encode Task + associated model objects) Used for storing jobs as an object rather than query. This code isn't used yet, that is coming later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3738 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-0713-102/+357
| | | | | | - First of many check-ins to refactor the ApplicationServices library to make it more friendly and reliable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3737 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-035-37/+29
| | | | | | - Second attempt at fixing file path problems. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3736 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-032-0/+17
| | | | | | - Added warning label when RF0 is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3728 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-033-3/+3
| | | | | | - Update copyright date to 2011 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3727 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-032-0/+16
| | | | | | - Fix for the autonaming when a drive letter is selected in folder mode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3726 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552011-01-031-1/+13
| | | | | | - Strip all escaping from encode job query string. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3725 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-311-3/+14
| | | | | | - Quick fix for the folder source selection when selecting a drive letter. It appears escape chars were getting sent to the CLI when they shouldn't have been. I'll tidy this up later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3721 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-102-82/+96
| | | | | | - Fix queue editing. Some settings were lost after clicking "Edit" on the queue context menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3705 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-101-3/+3
| | | | | | - Fix a culture issue in the x264 panel sliders. double.tryparse was failing to correctly parse doubles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3704 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-041-0/+1
| | | | | | - Fix Adaptive Quant Strength Slider not resetting correctly with presets which do not have the value set. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3701 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-031-1/+1
| | | | | | - Fix the Verbose option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3700 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-038-8/+5
| | | | | | | - Sort the versioning out for the upcoming release. - Move the EnumHelper to the correct library. It was in the wrong place. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3699 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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