summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-07-317-50/+17
| | | | | | | - Simply the versioning of the Windows GUI so it's less confusing. - GUI now only displays the CLI Version. The GUI will however check that it's own executable build revision is not greater than the CLI and report an error if it is. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3463 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-304-119/+4
| | | | | | - Fix Growl for Windows feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3462 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-252-9/+14
| | | | | | - Fix some issues with the log window repeating the log header. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3460 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-2523-478/+431
| | | | | | - Cleanup stylecop warnings. Import new stylecop for resharper settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3459 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-223-6/+10
| | | | | | - Fix an issue that would cause the in-gui encode status to screw up if the encoding time was over 24 hours. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3457 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-checkin updated stylecop settingssr552010-07-221-0/+45
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-222-2/+2
| | | | | | - Sytlecop 4.4 re-checked in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3455 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Reverting 3452sr552010-07-2243-552/+1303
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3454 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-2243-1303/+552
| | | | | | - Removed old settings debug tab, Code refactoring and some tweaks to stylecop so it's less noisy. Upgraded to Stylecop 4.4.0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3452 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-1810-29/+254
| | | | | | - Fix 2010 sln, rebuild resharper files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3447 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-178-216/+74
| | | | | | - ApplicationServices dll no longer uses Settings.settings git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3446 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-1711-71/+76
| | | | | | - Some tweaks to the Logging code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3445 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-1712-728/+103
| | | | | | | | - Remove the old school splash screen. Doesn't really serve a purpose now. - Added Jobs Pending to the current Encode status string in the Main window task bar. - Some minor refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-151-6/+6
| | | | | | - Fix an exception in the encode service safeStop method. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3441 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-158-136/+113
| | | | | | | | | | - Multiple instance support. Each instance has a unique id. id = 0 will use the standard log/queue files. id = 1,2...n will use standard file names but with the instance id added to the end. This means that each instance will have it's own queue. Queue is not shared between Instances If multiple queue files are found when starting up, it will offer to load them all in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3440 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-153-55/+4
| | | | | | - Cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3439 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-132-8/+16
| | | | | | - Minor label and tooltip changes in the options window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3437 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-1316-459/+255
| | | | | | | - Major rework of the Encode Service. This allows previews to be generated while an encode is running. I've left in a bunch of debug code for the moment so it may be a bit noisy at times if something goes a bit wrong. Will remove later when the code is known to work. - The windows 7 Encode Progress Bar on the Task bar is working again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3436 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-101-4/+4
| | | | | | - Fix x264 tooltip for Pyramid BFrames git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3435 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-101-3/+3
| | | | | | - Fix an exception on the picture settings pane when very large Par Width/Height values present. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-101-0/+3
| | | | | | - Fixed Queue import. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3433 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-099-16/+39
| | | | | | - Moved code from the prevent sleep into ApplicationServices instead. Makes more sense to have it there. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3432 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-099-36/+159
| | | | | | - Added a new preference that allows the user to prevent the system from going to sleep during an encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3431 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-041-1/+5
| | | | | | - Fix: Subq option was not updating the widget correctly on the Advanced panel git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3428 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-042-5/+3
| | | | | | - Fix Adaptive Quantization Strength ToolTip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3427 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-0410-135/+157
| | | | | | - Next step in the new Add Presets Window. Now added Picture Size modes "None" and "Source Maximum". Note cropping values are stored with "Source Maximum" if custom crop is selected. Also included option to include filter settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3425 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-036-67/+209
| | | | | | | - Refactored The Query Generator to allow for more control on the AddPreset Window. - Also fix an issue where an empty x264 query would still result in -x being added to the query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3423 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-031-34/+37
| | | | | | - Few extra tweaks to improve how user custom queries are handled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-034-102/+158
| | | | | | - Improve the way Custom queries are handled form the query editor. It's now hooked up so that the "Add to Queue" feature can warn of duplicates and it will now also display the correct source and destination in the queue window when encoding a custom job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3421 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-272-0/+8
| | | | | | - Fix the Installer script to include the new Win7 API Dlls. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3414 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-263-24/+111
| | | | | | | - Expose the "When Done" option on the queue window. - Minor UI tweaks to the queue window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3410 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-265-4/+106
| | | | | | - Integrated Windows 7 Taskbar support. The taskbar icon now shows the encode progress bar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3409 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-251-1/+1
| | | | | | - Added batch folder scan support to the executable on launch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3406 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-252-13/+30
| | | | | | | | - Allow files to be dropped on the GUI executable. (Including shortcuts). This will automatically try to scan the file. Users can add their own registry entries to add an "open with" if they choose. - Fixed an exception that occurs when a scanned file returns no titles. - Fixed an issue where pressing "No" to the on close warning (when encodes are running) would cancel the encode anyway. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3405 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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