summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be ↵sr552018-05-162-4/+19
| | | | resized to full screen and also now supports spacebar selection once a record is selected to toggle the selection checkbox. Fixes #1341
* WinGui: Remove Logging abstraction from the Services library. Let the ↵sr552018-05-081-1/+2
| | | | library consumers decide how to log instead utilising the log events instead.
* WinGui: Fix Tabbing behaviour on the main tab control. Fixes #1313sr552018-05-011-1/+1
|
* WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC ↵sr552018-04-231-18/+11
| | | | for the passthru encoder on the audio behaviour screen. This is used for the audio fallback encoder. #1291
* option to disable preview on summary tab (issue #1267)Sebastian Janning2018-04-102-1/+4
|
* WinGui: New shortcuts for easier accessibility. Ctrl 1 through 7 activate ↵sr552018-02-103-3/+16
| | | | given tabs and set focus to allow easier tab navigation of the guil
* WinGui: Change the checkbox text direction to be consistent with the rest of ↵sr552018-02-101-15/+6
| | | | the UI. #1174
* WinGui: Add Presets button to toolbar. The preset management options are not ↵sr552018-01-312-1/+13
| | | | discoverable enough as-is
* WinGui: Small UI consistency Tweak on the subtitle tab. #1119sr552018-01-211-7/+7
|
* WinGui: Fix Binding Error.sr552018-01-121-1/+1
|
* WinGui: Tweak sizing on the Main Window, Attempt 2.sr552018-01-011-5/+5
|
* WinGui: Tweak sizing on the main window.sr552018-01-011-9/+9
|
* WinGui: Display Source Names in the Title Dropdown (only when open), when we ↵sr552017-12-251-5/+19
| | | | are not scanning a DVD / Bluray.
* WinGui: Disable Subtitle Burn In Checkbox for PGS + MP4 #1077sr552017-12-251-2/+11
|
* WinGui: Toolbar Consistency #833sr552017-12-251-16/+14
|
* WinGui: Consistency in the File Menu. "Open Source"sr552017-12-241-1/+1
|
* WinGui: Hide preset options inline button again.sr552017-12-241-1/+1
|
* WinGui Put preset options menu back for now.sr552017-12-221-1/+1
|
* WinGui: Further UI consistency tweaks to the main window. Made the layout a ↵sr552017-12-213-29/+26
| | | | bit more compact. #833
* WinGui: Few small bug fixes. AutoName All Caps, Layout on the main window.sr552017-12-203-39/+54
|
* WinGui: Use the Lower res assets for now until we implement low/high res ↵sr552017-12-155-5/+5
| | | | icon support.
* WinGui: Updating Used Icons.sr552017-12-157-3/+3
|
* WinGui: Language Changes around preset buttons on the main view.sr552017-12-151-3/+3
|
* WinGui: Add % Actual Size to the static preview window title.sr552017-12-152-3/+51
|
* WinGui: Mouse Wheel can scroll previews.sr552017-12-154-6/+33
|
* WinGui: Summary Tab Preview UI Consistency Tweaks to match the MacGUI. ↵sr552017-12-153-54/+28
| | | | Moving the controls under the preview instead of an overlay.
* WinGui: Make the QSV Decoding options clearer.sr552017-12-131-3/+3
|
* WinGui: Make the When Done Play Sound option more granular. Queue vs Encode ↵sr552017-12-131-2/+3
| | | | preferences.
* WinGui: Couple of layout and control size tweaks on the main screen to ↵sr552017-12-122-3/+4
| | | | accommodate the legacy preset panel.
* WinGui: Initial Activation of the "modified" preset detection code. ↵sr552017-12-121-8/+17
| | | | (Audio/Subtitle Tabs still to be done)
* WinGui: UI consistency Tweaks. #833sr552017-12-102-50/+61
|
* WinGui: Tidy up some resourcessr552017-12-091-9/+11
|
* WinGui: Fix the mini status display controller.sr552017-11-251-3/+4
|
* WinGui: Adding Preset Category support into the Windows UI. Single layer ↵sr552017-11-021-7/+18
| | | | support only. #833
* WinGui: Code tidyup / tweaks around presets.sr552017-09-221-43/+2
|
* WinGui: Change the Preset Selection to a Menu based design as it offers ↵sr552017-09-224-6/+35
| | | | faster navigation than 2 dropdowns.
* WinGui: Remove the in-line queue view preference. It does not make sense ↵sr552017-09-201-1/+1
| | | | with the new design flow of the main screen.
* WinGui: Experimenting with InLine vs Preset Pane designs.sr552017-09-173-3/+250
|
* WinGui: Add description tooltip to presets dropdown menu. Also change "User ↵sr552017-09-101-2/+16
| | | | Presets" to "Custom Presets". Existing presets won't have their category changed.
* WinGui: Restore Rename / Remove preset options on the More dropdown button. ↵sr552017-09-101-1/+28
| | | | Make selected preset italic with "(default)" when default #833
* WinGui: Summary Tab Font/Size changes.sr552017-09-081-3/+3
|
* WinGui: Change the Audio and Subtitle Tab's "Add" Split Button" to a ↵sr552017-09-085-18/+70
| | | | Dropdown Button with a system native feel. The legacy button was always styled to Windows 7 regardless of platform. This resolves that issue.
* WinGui: Code Style cleanup.sr552017-09-081-59/+29
|
* WinGui: Implementing the new Preset design that does away with the legacy ↵sr552017-09-083-349/+145
| | | | style preset pane and re-arranges parts of the main window for better process flow.
* WinGui: Fix a grid scaling issue on the audio defaults pane.sr552017-09-081-1/+1
|
* WinGui: Optimise the png assets.sr552017-09-0338-0/+0
|
* WinGui: Fixes to chapters tab to correctly handle queue edit jobs. Fixes #870sr552017-08-261-1/+1
|
* WinGui: Various improvements and fixes to the new summary tab. Revert tab ↵sr552017-08-263-51/+51
| | | | order change. #833
* WinGui: Summary Tab - Make the preview controls operational. #833sr552017-08-232-17/+42
|
* WinGui: Put the Video Tab after the Summary tab rather than the Pictures ↵sr552017-08-231-3/+3
| | | | tab. Consistent with the Mac UI. #833