Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 2 | -15/+23 |
| | |||||
* | WinGui: Reduce margin around track icon on audio panel. Should get rid of ↵ | sr55 | 2016-10-29 | 1 | -1/+1 |
| | | | | the scrollbar by default. | ||||
* | WinGui: Always show the framerate controls when using QSV. When full QSV ↵ | sr55 | 2016-10-02 | 1 | -5/+2 |
| | | | | path is used (decode and encode), libhb will sanatise the setting for now. Fixes #340 | ||||
* | WinGui: Fix log display in the GUI where the start of a log could be cut ↵ | sr55 | 2016-09-23 | 2 | -40/+53 |
| | | | | off. Fixes #326 | ||||
* | WinGui: Some cosmetic tweaks to the preferences window to fix some alignment ↵ | sr55 | 2016-08-26 | 1 | -8/+18 |
| | | | | issues. | ||||
* | WinGui: Some minor improvements to the scalability and spacing of the main ↵ | sr55 | 2016-08-12 | 1 | -9/+8 |
| | | | | window. | ||||
* | WinGui: Fix some binding errors trigged by generated menu items. | sr55 | 2016-08-03 | 1 | -0/+7 |
| | |||||
* | WinGui: Fixing some data binding errors in the Audio and Subtitle Views | sr55 | 2016-08-03 | 2 | -7/+3 |
| | |||||
* | WinGui: Refix styling and layout on the Drive Listbox so it scrolls ↵ | sr55 | 2016-07-30 | 1 | -0/+36 |
| | | | | correctly. Fixes #263 | ||||
* | WinGui: Add a tooltip to display the preset description. Initial delay ↵ | sr55 | 2016-07-25 | 1 | -0/+15 |
| | | | | before appearing is 1.5 seconds to avoid annoying the user. | ||||
* | WinGui: Lay the foundation for editing presets with a simple rename window. | sr55 | 2016-07-25 | 3 | -0/+139 |
| | |||||
* | WinGui: Allow the preset slider for VP8 and VP9 | sr55 | 2016-07-25 | 1 | -2/+2 |
| | |||||
* | WinGui: Stubbing out some meta data code. | sr55 | 2016-07-23 | 3 | -0/+105 |
| | |||||
* | 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: Make the "Presets" menu grouped by category. | sr55 | 2016-06-16 | 1 | -14/+4 |
| | |||||
* | WinGui: UI improvements to the Audio Defaults panel. | sr55 | 2016-05-14 | 2 | -176/+179 |
| | |||||
* | WinGui: Don't allow the user to enter invalid filename characters in the ↵ | sr55 | 2016-05-13 | 1 | -1/+1 |
| | | | | "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 | 2 | -5/+162 |
| | | | | 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: Wrap text on popup window container. | sr55 | 2016-04-23 | 1 | -1/+2 |
| | |||||
* | WinGui: Strip out the overlay panel code. It's not used. | sr55 | 2016-04-18 | 1 | -4/+0 |
| | |||||
* | WinGui: Change the Audio Default and Subtitle panels to be modal windows. ↵ | sr55 | 2016-04-17 | 3 | -39/+19 |
| | | | | (Similar to the MacGUI). This should allow for more space needed to implement Audio templates. Also fixed a sanitise mixdown call crash. | ||||
* | WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵ | sr55 | 2016-04-09 | 1 | -2/+5 |
| | | | | shows invalid mixdowns. | ||||
* | WinGui: Fix a couple of silent errors with the new logging system. | sr55 | 2016-03-26 | 1 | -14/+25 |
| | |||||
* | WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵ | sr55 | 2016-03-21 | 1 | -6/+0 |
| | | | | 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 | 3 | -4/+29 |
| | |||||
* | WinGui: Some fixes and tidyup of the new logging code. | sr55 | 2016-03-21 | 2 | -2/+26 |
| | |||||
* | WinGui: Add a Logging Service into the AppServices library. This does not ↵ | sr55 | 2016-03-21 | 2 | -45/+58 |
| | | | | | | | 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: Initial commit supporting separated interlace detection. Not tested yet. | sr55 | 2016-03-11 | 2 | -19/+49 |
| | |||||
* | WinGui: Added a text block on the Queue Add selection that shows the current ↵ | sr55 | 2016-02-20 | 1 | -1/+5 |
| | | | | preset to be used to for adding to the queue. | ||||
* | WinGui: Missing file from last commit. | sr55 | 2016-02-20 | 1 | -0/+2 |
| | |||||
* | WinGui: Adding a "Queue" Menu | sr55 | 2016-02-20 | 1 | -0/+13 |
| | |||||
* | WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ↵ | sr55 | 2016-02-13 | 3 | -7/+5 |
| | | | | pass for x265 | ||||
* | WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ↵ | sr55 | 2016-02-10 | 1 | -2/+2 |
| | | | | correct value on preset reload. | ||||
* | WinGui: Fixes to the refactored Audio Defaults View. Settings were not ↵ | sr55 | 2016-02-07 | 1 | -11/+11 |
| | | | | getting applied correctly. | ||||
* | WinGui: | sr55 | 2016-02-06 | 9 | -221/+447 |
| | | | | | | - Refractor the Audio and Subtitle Defaults into their own View/ViewModel - Add a new PopupWindow container system. - Add "Edit Defaults" for Audio and Subtitles on the Add Preset Pane to make the feature more discoverable. (Note, this does not change the existing settings on the Audio/Subtitle Tabs) | ||||
* | WinGui: Couple of UI Tweaks. | sr55 | 2016-02-02 | 3 | -4/+6 |
| | |||||
* | WinGui: Add support for the rotate and flip filter. | [email protected] | 2016-01-29 | 1 | -0/+9 |
| | |||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 2 | -2/+6 |
| | |||||
* | WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video ↵ | Scott | 2015-12-27 | 1 | -1/+1 |
| | | | | | | Bitrate, Video Preset and Framerate) options were not setting correctly. In addition, if the app recovers the queue, it will by default enable the whole UI now. This is needed particularly with the in-line queue when enabled. | ||||
* | WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast ↵ | Scott | 2015-12-12 | 2 | -3/+4 |
| | | | | Decode checkbox not setting correctly all the time. Improved scan cancel handling. | ||||
* | WinGui: Add warning dialog on Destination Browse Button if disk space is ↵ | Scott | 2015-11-10 | 1 | -0/+3 |
| | | | | | | 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 | ||||
* | Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵ | Scott | 2015-10-24 | 1 | -19/+27 |
| | | | | "presets / custom" format that the other UI's do. | ||||
* | Adding a "When Done" Label and Context Menu to the Main Screen status bar. | Scott | 2015-10-24 | 1 | -6/+62 |
| | | | | This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time. | ||||
* | Improve the In-line queue display. | Scott | 2015-10-24 | 5 | -14/+324 |
| | |||||
* | Initial commit to allow the Queue Window to be embedded in the main window. ↵ | Scott | 2015-10-24 | 4 | -14/+24 |
| | | | | Still some UX/UI stuff to tidy up later. | ||||
* | Adding some additional tooltips to the picture settings and video tabs. | Scott | 2015-10-03 | 2 | -26/+38 |
| | |||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 1 | -0/+1 |
| | | | | Moving all the helper and utility classes to the gui project | ||||
* | WinGui: Adding a number of new tooltips for some of the more complicated ↵ | Scott | 2015-09-19 | 3 | -11/+22 |
| | | | | controls. | ||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 1 | -5/+0 |
| |