summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Round FPS to 2dp on Source Info Text.sr552017-09-081-1/+1
* WinGui: Implementing the new Preset design that does away with the legacy sty...sr552017-09-081-65/+101
* WinGui: Some consistency fixes and UI tweaks around queue start/pause/stop.sr552017-08-301-15/+20
* WinGui: Add basic source information to the main window. #833sr552017-08-231-0/+27
* WinGui: Initial implementation of the Summary Tab. This may be subject to cha...sr552017-08-231-172/+32
* WinGui: Make the app UWP aware. When in a UWP container, the update options w...sr552017-08-181-0/+2
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that don'...sr552017-06-141-0/+20
* WinGui: Prevent the export of built-in presets. There is little point in allo...sr552017-06-071-11/+12
* WinGui: Fix an issue with the start/stop buttons on the toolbar.sr552017-05-311-17/+0
* WinGui: Improved error message on Starting an encode or queue when the destin...sr552017-05-291-0/+8
* WinGui: Add a log message whent he queue is paused due to low disk space. Imp...sr552017-05-271-0/+16
* WinGui: Minor change that might help #688sr552017-04-291-3/+3
* WinGui: Change a message box to an error window when exceptions occur in set...sr552017-04-291-2/+2
* WinGui: Fix a possible exception when cancelling and rescanning a source that...sr552017-04-161-1/+5
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...sr552017-04-151-1/+9
* WinGui: Cancel Scan will now close the status panel if the scan cancellation ...sr552017-04-111-1/+3
* WinGui: Fix a number of stylecop warnings.sr552017-03-261-27/+27
* WinGui: Add option to show progress percentage in app title bar, and the task...sr552017-03-161-1/+13
* WinGui: Remove disk space warning from browser and allow the low level to be ...sr552017-03-051-15/+0
* WinGui: Rework of the preset systemsr552017-03-041-31/+51
* WinGui: Fix a number of stylecop warnings.sr552017-02-111-3/+2
* WinGui: Allow Title Specific Scan for DVD / Bluray Discs. Fixes #559sr552017-02-061-1/+1
* WinGui: Another fix to WhenDone. Should reset when the main window opens, not...sr552017-01-231-0/+6
* WinGui: Fix an issue with QueueEdit not restoring PointToPoint settings corre...sr552017-01-221-6/+7
* WinGui: Remove extension check as it can cause an erroneous error when settin...sr552017-01-151-1/+1
* WinGui: Fix erroneous path and filename handling. #515sr552017-01-141-5/+7
* WinGui: Allow the log window to be opened from the Scan Status Overlay.sr552017-01-081-0/+11
* WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow...sr552017-01-081-3/+10
* WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue an...sr552017-01-071-0/+8
* WinGui: Downgrade Subtitle Behaviour Error to a warning. Also checks the beh...sr552016-12-291-3/+20
* WinGui: Don't open the source panel on launch if we are scanning a file by co...sr552016-12-281-4/+1
* WinGui: Change the status bar to show when it's doing a subtitle scan.sr552016-12-221-6/+20
* WinGui: Advanced Tab Changessr552016-12-131-3/+3
* WinGui: Prompt to create folder when the destination path does not exist. Fix...sr552016-11-161-13/+39
* WinGui: Fix a large number of stylecop warnings.sr552016-10-301-3/+5
* WinGui: prefer /docs over docs.sr552016-08-031-1/+1
* WinGui: Set the Help Link to https://docs.handbrake.fr since we are retiring ...sr552016-08-031-1/+1
* WinGui: Lay the foundation for editing presets with a simple rename window.sr552016-07-251-0/+28
* WinGui: Stubbing out some meta data code.sr552016-07-231-1/+13
* WinGui: Show Queue button can now maximise a minimised window. Fixes #262sr552016-07-161-0/+5
* WinGui: Change the handling of "Already Processing" dialog that can appear wh...sr552016-07-151-2/+2
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-161-0/+2
* WinGui: Add {preset} to autoname options. This is a non-live option meaning i...sr552016-06-091-3/+3
* WinGui: Check directory permissions before adding a job to the queue for proc...sr552016-06-091-0/+7
* WinGui: Actually check in the fix for #158sr552016-04-291-1/+3
* WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing t...sr552016-04-291-0/+1
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-231-5/+8
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-211-3/+5
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
* WinGui: Added a text block on the Queue Add selection that shows the current ...sr552016-02-201-1/+1