summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix the Check for update frequency setting. (Removed daily as an ↵sr552014-12-203-16/+9
| | | | | | option to reduce server load) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6624 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a bug in the anamorphic size code.sr552014-12-202-15/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6623 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Switch to using the new JSON based scan API.sr552014-12-2027-294/+982
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6622 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactor the scan model namespace in preparation for json api implsr552014-12-2015-43/+46
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6621 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: QuickFix for a crash, will resolve properly later.sr552014-12-201-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6620 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the libhb scan code to work with the updated API. See rev6602 ↵sr552014-12-189-58/+27
| | | | | | for API changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6608 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Switching the preset format over to JSON and adding a container ↵sr552014-12-126-9/+128
| | | | | | | | object for the presets which should make the archiving of presets when the app is unable to load them a bit more reliable. The app will try and bring forward the settings it can, but will not migrate ones it can't. Backup your presets before updating to this build incase something goes wrong! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6599 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the width/height not exporting in presets. sr552014-12-121-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6598 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI: Update the installer to abort if running on windows xp or earlier ↵sr552014-12-114-0/+28
| | | | | | with an error message. I don't have an XP machine / VM to test this on anymore, so if it doesn't work, let me know. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6596 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding JSON.NET librarysr552014-12-1110-0/+17332
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add picture settings to the Queue Tooltipsr552014-11-302-12/+55
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6573 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the event trigger to make drag/drop of files on the UI more ↵sr552014-11-294-12/+35
| | | | | | reliable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6571 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve the design of the Source Selection window. The pane will now ↵sr552014-11-291-11/+15
| | | | | | show a scrollbar if there are a large number of DVD drives available. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6570 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Part 1 - Restructuring the AppServices library in preparation for ↵sr552014-11-2952-156/+179
| | | | | | the new JSON API. Taking the opportunity to improve and simplify the API. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6568 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-factoring the services library. sr552014-11-2912-20/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove another HandBrakeCLI process helper.sr552014-11-281-9/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6565 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version ↵sr552014-11-288-165/+30
| | | | | | information instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6564 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Stop using HandBrakeCLI to fetch preset information. Removing ↵sr552014-11-283-39/+53
| | | | | | another instance where we rely on HandBrakeCLI.exe. For now, it's just using a local copy of it's output that will be manually updated from now on. This changes infrequently so should not be an issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6563 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding Experimental to Static Window title.sr552014-11-272-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6562 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Don't allow previews less than 32x32 as it'll crash. Handle SEH ↵sr552014-11-273-2/+62
| | | | | | exceptions for this method. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6561 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the option to enable the static preview window. Window is now ↵sr552014-11-277-60/+18
| | | | | | always available. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6560 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove duplicate copies of docs from the windows folder.sr552014-11-255-1304/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6559 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: It seems some systems don't allow access to the System management ↵sr552014-11-252-12/+25
| | | | | | info without admin rights. So the app now tries, and fails gracefully rather than crashing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6556 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a small overlay issue on the video tab which makes the bottom ↵sr552014-11-231-6/+6
| | | | | | 20% of the 2 pass / turbo first pass check box's not detect clicks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the preset model object into the presets package.sr552014-11-2321-21/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6547 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update Assembly Info files.sr552014-11-232-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6546 b64f7644-9d1e-0410-96f1-a4d463321fa5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6545 ↵sr552014-11-232-3/+0
| | | | b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the preset system out of the services package.sr552014-11-2323-16/+49
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix x265 preset not loading correctly. UIA on the queue toolbar ↵0.10.0sr552014-11-212-3/+3
| | | | | | buttons. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6534 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Document updates for 0.10 Finalsr552014-11-174-20/+106
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6526 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve the error message when importing a preset fails.sr552014-11-154-19/+55
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve Error message for the help menu item.sr552014-11-083-1/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6509 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: SRT Subtitles Import now correctly escapes ,sr552014-11-011-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6494 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: When updating presets, don't override the picture settings values if ↵sr552014-11-011-0/+8
| | | | | | SourceMax/Custom git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6493 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix for quality slider on queue edit. Was not updating correctly.sr552014-10-251-49/+66
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6468 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Queue Edit. Post action to update UI widgets wasn't firing.sr552014-10-252-3/+17
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6467 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve exit while encoding error message.sr552014-10-251-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6466 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Block users from attempting to overwrite their input file. sr552014-10-253-0/+24
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6465 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix srt burn in option. sr552014-10-181-0/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6450 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add Clear warnings that OpenCL and DXVA code is considered ↵sr552014-10-103-15/+15
| | | | | | experimental. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6440 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another fix to --aname generation.sr552014-10-091-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6438 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Playlist not displaying for bluray titles.sr552014-10-053-10/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with Audio Track Names and ,sr552014-10-041-2/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6431 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update some tooltips on the queue so they are correct. sr552014-09-261-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bug Fixes:sr552014-09-214-12/+22
| | | | | | | | - Picture Settings tab now refreshes visible controls after preset load, rather than source load. - Preset Picture Settings behaviour now fixed to match the MacGui - Video Tab: Fix 2Pass/Turbo First pass not reloading correctly from a preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6419 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Enable Burn In for SRT filessr552014-09-172-7/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6416 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a Typosr552014-09-172-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6415 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-add Transparent background to toolbar.sr552014-09-172-0/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6414 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a typosr552014-09-171-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6413 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the Background Transparency off the toolbar to see if it ↵sr552014-09-151-1/+0
| | | | | | fixes the strange windows 8 colour of the toolbar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6407 b64f7644-9d1e-0410-96f1-a4d463321fa5