Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵ | [email protected] | 2016-01-29 | 2 | -4/+34 |
| | | | | The nightly build will store the config and presets file in a "Nightly" sub directory. If this directory doesn't exist, it'll create it and try port the release versions to it. | ||||
* | WinGui: Add support for the rotate and flip filter. | [email protected] | 2016-01-29 | 3 | -121/+155 |
| | |||||
* | WinGui: Fix an issue loading the language lists in the Audio / Subtitle ↵ | sr55 | 2016-01-23 | 1 | -5/+7 |
| | | | | default tabs. | ||||
* | WinGui: Unsaved file | sr55 | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | WinGui: Fix an issue reloading "None" anamorphic setting on presets during ↵ | sr55 | 2016-01-17 | 1 | -1/+2 |
| | | | | app startup. | ||||
* | WinGui: Fix Preset json file import. | sr55 | 2016-01-17 | 2 | -6/+7 |
| | |||||
* | WinGui: Fix an issue where the framerate shaper wasn't applied when the ↵ | sr55 | 2016-01-05 | 1 | -7/+5 |
| | | | | framerate was same as source. | ||||
* | WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal ↵ | sr55 | 2016-01-03 | 1 | -1/+1 |
| | | | | libhb defaults. | ||||
* | WinGui: Presets: Fix loading of container type. | sr55 | 2016-01-03 | 1 | -0/+3 |
| | |||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 4 | -108/+21 |
| | |||||
* | WinGui: Some fixes around the preset audio / subtitle configure default ↵ | Scott | 2015-12-15 | 1 | -7/+17 |
| | | | | settings not being loaded correctly. | ||||
* | WinGui: Ability to Force Preset updates change tidy up | Scott | 2015-12-14 | 1 | -3/+5 |
| | |||||
* | WinGui: Re-implement the ability to force a preset upgrade on nightly build ↵ | Scott | 2015-12-14 | 1 | -75/+85 |
| | | | | users. | ||||
* | WinGui: Fix an issue where presets crop settings could be incorrectly stored ↵ | Scott | 2015-12-12 | 1 | -1/+1 |
| | | | | for fresh installs of the app until the user reset built-in presets manually. | ||||
* | WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast ↵ | Scott | 2015-12-12 | 3 | -4/+28 |
| | | | | Decode checkbox not setting correctly all the time. Improved scan cancel handling. | ||||
* | WinGui: Fixing subtitle behavior option in the json preset factory. | Scott | 2015-11-15 | 1 | -2/+1 |
| | |||||
* | WinGui: Add warning dialog on Destination Browse Button if disk space is ↵ | Scott | 2015-11-10 | 2 | -1/+47 |
| | | | | | | low. Added new Advanced Option in preferences that will force the queue to check for low disk space before starting each job and pause if necessary. Low Disk Space level is currently set at 10GB. Will add a preference to adjust this at a later point | ||||
* | Add Error count to the Status bar when queue completes. | Scott | 2015-11-08 | 2 | -0/+16 |
| | |||||
* | Make Process Priority a real-time setting. Not per encode instance. | Scott | 2015-10-31 | 1 | -23/+0 |
| | |||||
* | Allow the preview encode to run at the same time as an actual encode. | Scott | 2015-10-31 | 3 | -31/+20 |
| | |||||
* | Missed file from last checkin. | Scott | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Tidy up the Preset Service. Preset version checking should now be working ↵ | Scott | 2015-10-30 | 3 | -33/+64 |
| | | | | for the new format. | ||||
* | Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵ | Scott | 2015-10-24 | 3 | -11/+26 |
| | | | | "presets / custom" format that the other UI's do. | ||||
* | Merge pull request #21 from jstebbins/grayscale | John Stebbins | 2015-10-19 | 1 | -1/+6 |
|\ | | | | | grayscale: make it a real filter | ||||
| * | grayscale: wingui changes | John Stebbins | 2015-10-16 | 1 | -1/+6 |
| | | |||||
* | | Completely re-factored the preset file storage to use the same format as the ↵ | Scott | 2015-10-16 | 3 | -244/+163 |
| | | | | | | | | | | | | Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly. WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path. | ||||
* | | Fixing the storage of user presets. Need to confirm PresetContainer format. | Scott | 2015-10-16 | 1 | -1/+3 |
| | | |||||
* | | Refactoring the Preset service to store the Built-In Presets and User ↵ | Scott | 2015-10-16 | 3 | -68/+72 |
|/ | | | | Presets in the new version of the JSON format. This allows HandBrakeCLI to use the presets stored by the GUI. | ||||
* | Updating for the new deinterlace/decomb preset keys. | Scott | 2015-10-09 | 1 | -38/+62 |
| | |||||
* | Check Culture of Framerate string | Scott | 2015-09-27 | 1 | -12/+15 |
| | | | | May be the cause of the filter not being set correctly for some users. | ||||
* | WinGui: Bump the preset version number check since adding the new qsv ↵ | Scott | 2015-09-27 | 1 | -1/+1 |
| | | | | encoder made the current presets no longer compatible | ||||
* | App Services Modelling Tidy Up | Scott | 2015-09-26 | 1 | -0/+1 |
| | | | | | | Making event objects immutable. Making Libhb constructs internal to the library. We should expose this with a managed api if we need it outside the library. (Part 1) | ||||
* | App Services Cleanup Contd | Scott | 2015-09-26 | 5 | -9/+10 |
| | | | | Moving Exceptions and more utilities to the GUI project. | ||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 10 | -7/+14 |
| | | | | Moving all the helper and utility classes to the gui project | ||||
* | AppServices tidyup | Scott | 2015-09-26 | 43 | -17/+5718 |
| | | | | Moving the UI modelling and services to the GUI Project. | ||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 3 | -110/+0 |
| | |||||
* | WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update ↵ | sr55 | 2015-08-23 | 2 | -4/+0 |
| | | | | | | assembly info files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7407 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: remove the "use picture filters" checkbox in the add preset sheet. | sr55 | 2015-07-27 | 3 | -21/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7381 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Upgrade Caliburn to version 2.0.2 | sr55 | 2015-07-25 | 1 | -1/+6 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7378 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Initial Implementation of the json preset export code. | sr55 | 2015-07-05 | 5 | -338/+190 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7347 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Couple of workaround fixes for the preset service until refactoring ↵ | sr55 | 2015-06-26 | 2 | -5/+4 |
| | | | | | | is completed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7320 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Completely replace the plist preset import code with the ↵ | sr55 | 2015-06-26 | 5 | -460/+103 |
| | | | | | | functionality built into libhb. This now allows the new json preset format to be imported, as well as the legacy plist format. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7318 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Initial implementation of quality based encoding option. Please ↵ | sr55 | 2015-06-20 | 1 | -1/+1 |
| | | | | | | note, the preset version has been bumped so user presets will need to be re-created. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7306 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHB | sr55 | 2015-06-20 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7305 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix an issue with the json preset factory not correctly setting the ↵ | sr55 | 2015-06-16 | 1 | -1/+1 |
| | | | | | | auto-crop flag. Minor UI alignment issue fixed on the Picture tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7300 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix the Video Profile option in the JSON preset marshaller. | sr55 | 2015-06-03 | 1 | -0/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7272 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Use the new libhb preset management code to fetch built-in presets ↵ | sr55 | 2015-05-31 | 2 | -162/+164 |
| | | | | | | on startup. Note, the preset update notice is now gone so anyone hacking the preset dat files will not be notified when it gets overwritten now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7252 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset ↵ | sr55 | 2015-05-26 | 1 | -0/+396 |
| | | | | | | update notification and option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7227 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix Line Endings and (StyleCop)Warnings | sr55 | 2015-05-03 | 3 | -4/+5 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7152 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Some minor UI Improvements. Including Waiting Queue Count on the ↵ | sr55 | 2015-04-22 | 1 | -1/+0 |
| | | | | | | "Show Queue" toolbar icon. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7117 b64f7644-9d1e-0410-96f1-a4d463321fa5 |