summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: UI consistency Tweaks. #833sr552017-12-107-61/+108
|
* WinGui: Rename the ShowPresetPanel option key to force everyone to have the ↵sr552017-12-102-2/+2
| | | | new default.
* WinGui: Tidy up some resourcessr552017-12-095-13/+73
|
* WinGui: Fix ChannelLayout. Int -> Long #1045sr552017-12-091-1/+1
|
* WinGui: use Range 0-63 for QSV H.265 10bit. It's not strictly correct but ↵sr552017-12-041-21/+28
| | | | it's probably least confusing for the user. #1031
* WinGui: Uncheck the Forced flag when it's not supported. #1035sr552017-12-021-0/+10
|
* WinGui: Fix the mini status display controller.sr552017-11-254-13/+31
|
* Did a bit of refactoring and added an .editorconfig file to enforce the ↵RandomEngy2017-11-206-41/+33
| | | | "spaces for tabs" setting.
* Some additions for mixdowns and ability encode from JSON string.RandomEngy2017-11-183-4/+53
|
* WinGui: Updates to handle changes to the JSON API. #964sr552017-11-0611-36/+165
|
* WinGui: Fix Window Title not resetting when queue finishing.sr552017-11-021-0/+2
|
* WinGui: Small Typo #833sr552017-11-022-2/+2
|
* WinGui: Adding Preset Category support into the Windows UI. Single layer ↵sr552017-11-027-34/+137
| | | | support only. #833
* WinGui: Add basic deinterlace to the static preview. #958sr552017-10-303-4/+14
|
* WinGui: Change ChannelLayout to Int64 #968sr552017-10-301-1/+1
|
* WinGui: Improve the behaviour of the quality slider when changing video ↵sr552017-10-291-25/+34
| | | | encoder. It now updates correctly. By default it will not change value unless out of bounds. at which point it'll choose the mid-point as a default and the user can adjust as necessary.
* WinGui: Don't perform Foreign Audio Subtitle Scans for short video previews. ↵sr552017-10-291-0/+18
| | | | The long wait to scan an entire source is not valuable for short video previews. #877
* WinGui: Fix a culture issue with Framerates. Fixes #926sr552017-10-121-3/+14
|
* WinGui; Implement a smarter Title Case Algorithm. This may resolve #922sr552017-10-011-15/+4
|
* WinGui: Code tidyup / tweaks around presets.sr552017-09-222-43/+4
|
* WinGui: Change the Preset Selection to a Menu based design as it offers ↵sr552017-09-227-18/+69
| | | | faster navigation than 2 dropdowns.
* WinGui: Remove the in-line queue view preference. It does not make sense ↵sr552017-09-202-2/+5
| | | | with the new design flow of the main screen.
* WinGui: Tidy up some warnings that you get when you import WinGui presets ↵sr552017-09-202-2/+2
| | | | into the CLI. #906
* WinGui: Experimenting with InLine vs Preset Pane designs.sr552017-09-175-3/+287
|
* WinGui: Initial ground work on code that will detect when the user modifies ↵sr552017-09-1713-6/+551
| | | | settings that don't match the currently selected preset.
* WinGui: Tweak Stylecop.json to add header decoration.sr552017-09-171-1/+2
|
* WinGui: Improve selection behaviour of the new preset controls.sr552017-09-114-29/+95
|
* WinGui: Add description tooltip to presets dropdown menu. Also change "User ↵sr552017-09-102-3/+17
| | | | 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-104-2/+43
| | | | Make selected preset italic with "(default)" when default #833
* WinGui: Fix Custom Deinterlace / Decomb / Comb Detect preset optionssr552017-09-092-5/+4
|
* WinGui: Summary Tab Font/Size changes.sr552017-09-081-3/+3
|
* WinGui: Round FPS to 2dp on Source Info Text.sr552017-09-081-1/+1
|
* 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-0810-472/+248
| | | | 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: Change some json model data types from int to long #851sr552017-09-063-6/+6
|
* WinGui: Add BeforeBuild Step to copy required files for the AppX generator ↵sr552017-09-061-3/+3
| | | | project
* WinGui: AppX Builder: Adding pre-build event to copy the latest release ↵sr552017-09-031-2/+5
| | | | files to the win32 folder.
* WinGui: Fix UwpDetectsr552017-09-031-4/+12
|
* WinGui: Optimise the png assets.sr552017-09-0338-0/+0
|
* WinGui: Adding a new project to allow us to easily generate AppX packages.sr552017-09-0322-2/+135
|
* WinGui: Complete the SourceMetadata object.sr552017-08-301-0/+9
|
* WinGui: Putting paused duration infrastructure in placesr552017-08-302-4/+27
|
* WinGui: Some consistency fixes and UI tweaks around queue start/pause/stop.sr552017-08-304-25/+60
|
* WinGui: Putting in some back-end infrastructure into the queue screen to ↵sr552017-08-289-40/+241
| | | | support future features + some misc tidy up.
* WinGui: Fixes to chapters tab to correctly handle queue edit jobs. Fixes #870sr552017-08-262-13/+26
|
* WinGui: Use ExecWait instead of Exec for the installer. This should prevent ↵sr552017-08-264-8/+8
| | | | the install from continuing until the uninstall process has completed.
* WinGui: Various improvements and fixes to the new summary tab. Revert tab ↵sr552017-08-266-70/+135
| | | | order change. #833
* WinGui: Summary Tab - Make the preview controls operational. #833sr552017-08-236-18/+125
|