summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-06-202-12/+15
| | | | | | - Fix a few issues with the weightp x264 option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3398 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-193-15/+6
| | | | | | - THe Application dll wasn't getting tagged with the svn revision git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3396 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-181-0/+4
| | | | | | - Forgot to make the pfr control visible :( git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3389 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-189-484/+578
| | | | | | | - Updates to the x264 panel. - Added a Peak Framerate checkbox (--pfr cli option) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3388 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-126-13/+33
| | | | | | - Some changes that didn't get picked up from the last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3380 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-123-10/+35
| | | | | | - Svn Rev added to services dll. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3379 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-111-7/+0
| | | | | | - Fixes an issue where the Stop button would disappear when the Queue list has paused but the last encode is still completing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3378 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-114-327/+228
| | | | | | | | - Fixes some issues with status labels not updating correctly on the queue window. - Now includes encode status on the queue window. - Minor UI tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3377 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-119-288/+434
| | | | | | - Improvements to the IQueue and IEncode interface. This allows for some cleanup of code in frmMain and frmPreview git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-074-200/+48
| | | | | | - Make public settings in the parsing models. Remove some unneeded methods. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3368 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0712-17/+337
| | | | | | - Created interfaces for the Scan, Queue and Encode Services. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3367 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-063-4/+12
| | | | | | - Some tweaks to hopefully fix the nightly build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3364 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-062-1/+2
| | | | | | - Change ToolsVersion to 3.5 for the build server git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3363 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0642-69/+1991
| | | | | | - Moved all the services that handle parsing, scanning, encodes and the queue out into a separate library. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3362 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-061-4/+0
| | | | | | - Remove unused reference. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3360 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0610-67/+325
| | | | | | - Some changes / improvements to the current models / parsing models. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3359 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-064-43/+4
| | | | | | #interop - Use Drawing.Size instead of using a model. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3358 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0429-190/+434
| | | | | | | #interop - Missing documentation headers + stylecop tweaks / cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3356 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuisr552010-06-041-24/+0
| | | | | | | #interop - Removed resharper file git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3355 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0438-60/+394
| | | | | | | | #interop - Integrated Stylecop into the 2008 solution - Added file headers git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3354 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0436-209/+79
| | | | | | | | | # interop - Fix Namespaces - Changed so it's .NET 3.5 compatible. - Removed usings which were not needed and placed usings inside the namespace. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3353 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-0441-0/+3987
| | | | | | | - HandBrakeInterop Project. This can be used to tie into libhb.dll with C#. Thanks to RandomEdgy for writing this. - Made a few minor changes to this source to make most of the libhb stuff internal to the library only. Added a 2008 project file. (This won't compile yet) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3352 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-302-24/+109
| | | | | | - Some additional cleanup to the Subtitles files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3334 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-303-164/+595
| | | | | | | - Added resharper 5 file for the 2008 project. - Unlocked VobSub in Mp4 to allow multiple tracks via passthru. Also fixed a bug with srt import handling. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3333 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-291-0/+44
| | | | | | - 2008 Solution files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3331 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-281-1/+1
| | | | | | - Fixed add to queue destination check code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3330 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-241-2/+7
| | | | | | - Check Destination Path exists before adding to queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3322 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-232-58/+388
| | | | | | | | - Improvements to the Installer. (Both Nightly and Primary nsi scripts) * Check for .NET 3.5 SP1 and if it doesn't exist, download and run the web Installer * Uninstall the current version before trying to install the new version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3319 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-2317-231/+657
| | | | | | | - Added some new events to the Queue for future refactoring. - Refactor / Cleanup / Remove more stylecop warnings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3315 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-231-2/+2
| | | | | | - Disable Export until it's finished. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3314 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-223-77/+81
| | | | | | - Missed frmMain changes for last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3313 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-221-37/+199
| | | | | | - Making progress to a usable working preset export in plist format. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3312 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-211-2/+2
| | | | | | - Fix Bug in PresetLoader with Par Width/height mixed up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3309 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-197-116/+111
| | | | | | | | - In-Gui encode status is now own by default. - Added a progress bar and tidied up the appearance of the status text. - Tweaked the preview window design. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3307 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-194-36/+115
| | | | | | | - Fix ingui encode status. - Preview window now has a progress bar indicating encode status. CLI window no longer pops up during the encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-187-225/+255
| | | | | | - Some more work done on the Plist Mac preset Export feature. Can now export a plist but not all key value pairs are populated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3305 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-188-152/+248
| | | | | | - Changed the ActivityWindow to be event driven which should make it work a bit better. Please report any bugs / issues you see with this window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3303 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-184-5/+45
| | | | | | - Cleanup the exception window a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3302 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-1811-24/+853
| | | | | | - Added an exception window which allows the exceptions to be copied by the user rather than using a message box. (Long overdue). Moved some of the most common exceptions over to using it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3301 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-186-357/+431
| | | | | | | - Switch the Audio Panel over to a DataGridView for more flexibility in possible upcoming changes. - Few UI tweaks to other panels to make look / behave similarly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3299 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-171-1/+0
| | | | | | - Allow mono mixdown option for lame git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3298 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-091-14/+0
| | | | | | - Fixed the 2010 sln file git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3293 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-094-235/+156
| | | | | | - Messed Up resources / extra image checkin. Should now be fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3292 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-098-45/+130
| | | | | | | | - Fixed Exception on restoring window from system tray - Fixed Exception when trying to edit an item on the queue without first selecting an icon - Replaced old folder icon on the source menu with the newer windows equiv git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3291 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-092-31/+31
| | | | | | - Fix a minor display issue with the chapters tab grid. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3290 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-084-0/+27
| | | | | | - Attempt to upgrade program settings on upgrade. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-072-84/+84
| | | | | | - Fix Export tooltip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3288 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-074-61/+134
| | | | | | - Added Export support to the Chapters Tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3287 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-302-41/+64
| | | | | | - Some minor re factoring to the encode service. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3280 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-305-33/+61
| | | | | | | - Kill the CLI on GUI close for Scanning and fixed for encoding. - Fixed Autoname bug where it would strip all slashes out the path git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3279 b64f7644-9d1e-0410-96f1-a4d463321fa5