Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Stubbing out some meta data code. | sr55 | 2016-07-23 | 13 | -2/+396 |
| | |||||
* | WinGui: Fix Quality slider for VP9 | sr55 | 2016-07-23 | 1 | -0/+3 |
| | |||||
* | WinGui: Show Queue button can now maximise a minimised window. Fixes #262 | sr55 | 2016-07-16 | 1 | -0/+5 |
| | |||||
* | WinGui: Remove another exception for queue handling and just handle the ↵ | sr55 | 2016-07-15 | 1 | -1/+1 |
| | | | | condition appropriately #211 | ||||
* | WinGui: Change the handling of "Already Processing" dialog that can appear ↵ | sr55 | 2016-07-15 | 1 | -2/+2 |
| | | | | when pressing Start Encode if the events run out of sequence. The GUI just handles it appropiatly now. Should fix #211 | ||||
* | WinGui: Case sensitivity fix for checking queue duplicates | sr55 | 2016-07-15 | 1 | -1/+13 |
| | |||||
* | WinGui: Change the Add to queue split button so that it's styling behaves a ↵ | sr55 | 2016-07-15 | 2 | -55/+51 |
| | | | | bit better. Fixes #99 | ||||
* | WinGui: Some behavioural fixes to the Audio Defaults when loading and ↵ | sr55 | 2016-06-27 | 2 | -2/+4 |
| | | | | saving presets. | ||||
* | WinGui: Update the encode status displays to display day count up to 9 days. ↵ | sr55 | 2016-06-25 | 2 | -4/+4 |
| | | | | We do occasionally get encodes drifting past 24 hours, especially with 4K content and heavy filtering. Fixes #228 | ||||
* | WinGui: Attempt to fix the installer so that users can cleanly install both ↵ | sr55 | 2016-06-16 | 4 | -4/+4 |
| | | | | the nightly and official public release at the same time. | ||||
* | WinGui: Make the "Presets" menu grouped by category. | sr55 | 2016-06-16 | 6 | -14/+141 |
| | |||||
* | WinGui: Add {preset} to autoname options. This is a non-live option meaning ↵ | sr55 | 2016-06-09 | 5 | -11/+21 |
| | | | | it only changes when the title changes. (Same as {date} {time} {quality} {bitrate}). Implements #156 | ||||
* | WinGui: Check directory permissions before adding a job to the queue for ↵ | sr55 | 2016-06-09 | 4 | -0/+38 |
| | | | | processing. Fixes #219 | ||||
* | WinGui: For silent installs, assume it's All Users, not Current User. | sr55 | 2016-06-07 | 4 | -2/+36 |
| | | | | Admins deploying the app on the network were not seeing the app icons appearing when installing from a different user account from the users. | ||||
* | WinGui: Support VP9 and fix VP8 encoding. | sr55 | 2016-05-28 | 1 | -0/+1 |
| | |||||
* | WinGui: Language tweak to make the UI clearer. | sr55 | 2016-05-14 | 2 | -2/+2 |
| | |||||
* | WinGui: UI improvements to the Audio Defaults panel. | sr55 | 2016-05-14 | 4 | -176/+191 |
| | |||||
* | WinGui: Bug fix in the new behaviour tracks preset loading. | sr55 | 2016-05-14 | 1 | -3/+3 |
| | |||||
* | WinGui: Don't allow the user to enter invalid filename characters in the ↵ | sr55 | 2016-05-13 | 4 | -6/+55 |
| | | | | "File Format" autoname text box. Also sanitise the input on startup for legacy users which bad options. Fixes #182 | ||||
* | WinGui: Add a track list on the Audio Defaults screen. This changes the ↵ | sr55 | 2016-05-12 | 10 | -71/+924 |
| | | | | behaviour to match the Mac and Linux GUIs. So you no longer have to have a source audio track before you can create presets. | ||||
* | WinGui: Update the UpdateSourceTrigger on the AddPresetView so you don't ↵ | sr55 | 2016-05-12 | 1 | -4/+4 |
| | | | | need to tab out of the controls for it to recognise the name. Fixes #183 | ||||
* | WinGui: Actually check in the fix for #158 | sr55 | 2016-04-29 | 1 | -1/+3 |
| | |||||
* | WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing ↵ | sr55 | 2016-04-29 | 1 | -0/+1 |
| | | | | the Output Format dropdown. Fixes #158 | ||||
* | WinGui: Improve the security of the update checker on windows. This download ↵ | sr55 | 2016-04-29 | 5 | -28/+59 |
| | | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin. | ||||
* | WinGui: Wrap text on popup window container. | sr55 | 2016-04-23 | 1 | -1/+2 |
| | |||||
* | WinGui: Fix the Subtitle Defaults popup text. | sr55 | 2016-04-23 | 3 | -1/+13 |
| | |||||
* | WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will ↵ | sr55 | 2016-04-23 | 6 | -15/+54 |
| | | | | | | automatically start the queue and not prompt to recover the queue. Behaviour Change: When reloading the queue, any job that is "In progress" will be marked as "Error" now. We don't know if HandBrake crashed or the system restarted. This avoids any crash -> restart loops that may occur. This allows HandBrake to get on with the rest of the queue until the user can action the failed encode. | ||||
* | WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵ | sr55 | 2016-04-19 | 6 | -0/+318 |
| | | | | more portable. | ||||
* | Merge branch 'Idea2' | sr55 | 2016-04-19 | 1 | -3/+8 |
|\ | |||||
| * | WinGui: Small code optimisation in the QueueRecoveryHelper | sr55 | 2016-04-18 | 1 | -3/+8 |
| | | |||||
* | | WinGui: Strip out the overlay panel code. It's not used. | sr55 | 2016-04-18 | 8 | -211/+1 |
|/ | |||||
* | WinGui: Change the Audio Default and Subtitle panels to be modal windows. ↵ | sr55 | 2016-04-17 | 8 | -139/+66 |
| | | | | (Similar to the MacGUI). This should allow for more space needed to implement Audio templates. Also fixed a sanitise mixdown call crash. | ||||
* | WinGui: Don't call hb_x264_param_unparse when we are not using x264 | sr55 | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | WinGui: Handle null mixdowns properly. Fixes #152 | sr55 | 2016-04-12 | 2 | -5/+4 |
| | |||||
* | WinGui: Sanitise all Mixdown selections. Passthru the Codec into the ↵ | sr55 | 2016-04-09 | 3 | -17/+34 |
| | | | | Scanned Track object. | ||||
* | WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵ | sr55 | 2016-04-09 | 11 | -48/+187 |
| | | | | shows invalid mixdowns. | ||||
* | WinGui: Fix a couple of silent errors with the new logging system. | sr55 | 2016-03-26 | 2 | -14/+30 |
| | |||||
* | WinGui: If there are multiple queue recovery files, don't fail the set if ↵ | sr55 | 2016-03-26 | 1 | -11/+20 |
| | | | | one is bad. Let the rest load normally. | ||||
* | WinGui: Add a new JSON file type to the queue export functionality. This ↵ | sr55 | 2016-03-26 | 5 | -3/+100 |
| | | | | | | exports the standardised JSON format that can be imported into the CLI. Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that. | ||||
* | WinGui: Add an app.manifest to explicitly declare supported operating ↵ | sr55 | 2016-03-22 | 2 | -0/+71 |
| | | | | systems so the OS detection works correctly. | ||||
* | WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵ | sr55 | 2016-03-21 | 11 | -78/+1 |
| | | | | with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this. | ||||
* | WinGui: Some Cosmetic changes and links added to the GUI. | sr55 | 2016-03-21 | 5 | -4/+48 |
| | |||||
* | WinGui: Some fixes and tidyup of the new logging code. | sr55 | 2016-03-21 | 4 | -8/+32 |
| | |||||
* | WinGui: Add a Logging Service into the AppServices library. This does not ↵ | sr55 | 2016-03-21 | 12 | -605/+236 |
| | | | | | | | depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing. Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes. Added Auto-Scroll to the log window. | ||||
* | WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded ↵ | sr55 | 2016-03-18 | 1 | -14/+4 |
| | | | | correctly with the new json presets. | ||||
* | WinGui: Add SHA1 Verification of the update downloads and don't start the ↵ | sr55 | 2016-03-12 | 5 | -11/+56 |
| | | | | installer if the hash check fails. | ||||
* | WinGui: Fixes for the new filters setup. | sr55 | 2016-03-11 | 2 | -3/+7 |
| | |||||
* | WinGui: Initial commit supporting separated interlace detection. Not tested yet. | sr55 | 2016-03-11 | 7 | -20/+165 |
| | |||||
* | WinGui: Fix Framerate mode for Same as source | sr55 | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | WinGui: Update deinterlace method to Yadif and update presets. Will look ↵ | sr55 | 2016-03-09 | 3 | -24/+22 |
| | | | | into using the new preset/tune methods at a later point. |