summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-0438-17/+466
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6685 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the Tabs in the logging window a bit larger and improve the ↵sr552015-01-023-17/+40
| | | | | | initial message in the log window when there is no log. This should make it clearer to users what they must do to get a log. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6680 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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-201-12/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6623 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the libhb scan code to work with the updated API. See rev6602 ↵sr552014-12-181-5/+2
| | | | | | 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-125-9/+125
| | | | | | | | 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-111-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add picture settings to the Queue Tooltipsr552014-11-301-10/+13
| | | | 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-2926-31/+54
| | | | | | 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-2910-10/+503
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version ↵sr552014-11-287-165/+7
| | | | | | 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-272-2/+61
| | | | | | 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-276-46/+4
| | | | | | always available. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6560 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-231-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6546 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the preset system out of the services package.sr552014-11-2321-1/+1620
| | | | 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: 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: 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-251-1/+1
| | | | 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: 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: Fix Playlist not displaying for bluray titles.sr552014-10-052-8/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6434 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-171-6/+5
| | | | 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
* WinGui: Tooltip updatessr552014-09-152-14/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6406 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue loading preset Maximum Width/Height info. This was ↵sr552014-09-091-4/+5
| | | | | | causing previous preset values to be used when calling the libhb calculation logic, leading to bad values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6398 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: The update checker will now show an update on 32bit versions of the ↵sr552014-09-052-1/+8
| | | | | | app if the system supports the 64bit version, even if the version number is the same. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6393 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the update checker to use the 64bit appcast when the ↵sr552014-09-051-2/+2
| | | | | | | | operating system is 64bit even when the app is the 32bit version. Added Operating bit-ness to the log header. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6392 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add UIAutomation Names to some of the key controls on the main ↵sr552014-09-023-19/+19
| | | | | | window. If this works as described, will roll out on an extended basis. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6388 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Only show Turbo First pass checkbox on x264sr552014-08-262-1/+35
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6368 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ↵sr552014-08-223-536/+411
| | | | | | settings code in the GUI and should hopefully fix a few bugs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6348 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove some cruft from the solution.sr552014-08-211-4/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6335 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use OutputFormat display name, rather than the enum name.sr552014-08-215-10/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6330 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: -Fix to the update service. -Change NlMeans to NLMeanssr552014-08-194-4/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6320 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI: Switch the appcast URL's to httpssr552014-08-191-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6314 b64f7644-9d1e-0410-96f1-a4d463321fa5