summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Combine the Still and Live previews into a single window in the same ...sr552015-01-171-15/+9
* WinGui: Correcting namespaces.sr552015-01-051-1/+1
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-041-2/+3
* WinGui: Part 1 - Restructuring the AppServices library in preparation for the...sr552014-11-291-4/+8
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version inform...sr552014-11-281-5/+3
* WinGui: Move the preset model object into the presets package.sr552014-11-231-1/+1
* WinGui: Move the preset system out of the services package.sr552014-11-231-1/+4
* WinGui: Improve the error message when importing a preset fails.sr552014-11-151-14/+24
* WinGui: Improve Error message for the help menu item.sr552014-11-081-1/+8
* WinGui: Block users from attempting to overwrite their input file. sr552014-10-251-0/+12
* WinGui: Fix Playlist not displaying for bluray titles.sr552014-10-051-4/+9
* WinGui: Use OutputFormat display name, rather than the enum name.sr552014-08-211-3/+1
* WinGui: -Fix to the update service. -Change NlMeans to NLMeanssr552014-08-191-1/+0
* WinGui: Minor tidy up of options. Cleanup of some code warnings and some init...sr552014-05-181-1/+0
* WinGui: Another fix to the pause feature.sr552014-05-141-1/+1
* WinGui: Fix up Pausing when using libhb encode.sr552014-05-141-1/+40
* WinGui: When Starting a job that fails one of the sanity checks, the Stop but...sr552014-03-281-0/+1
* WinGui: Restore rolled back tabbing fix + added a check for illegal character...sr552014-03-231-8/+32
* WinGui: enable MP4 and Matroska muxing for x265.Rodeo2014-03-131-7/+1
* WinGui: Improvements and fixes to the Output Format Dropdown / Destinationsr552014-03-061-32/+66
* WinGui: Add a new command line argument to the HandBrake GUI executable (--r...sr552014-03-011-2/+2
* WinGui: Enable the x265 raw muxer for testing. Note to everyone playing with...sr552014-02-231-1/+1
* WinGui: x265 UI patch by Zhang Zhigiang. sr552014-02-231-0/+3
* WinGui: Further work on the new Audio and Subtitle automatic behaviour system.sr552014-02-221-1/+3
* WinGui: Show a error message when the user has no destination set.sr552014-02-171-0/+7
* WinGui: Initial work to refactor the Audio and Subtitle behavioural based aut...sr552014-02-161-1/+1
* WinGui: Make the Preset Plist importer a bit more robust by checking versions...sr552014-01-211-0/+27
* WinGui: cleanup some warnings.sr552014-01-021-10/+2
* WinGui: Fix a crash when updating the status display.sr552014-01-021-2/+1
* WinGui: Move a bunch of strings out to the resources file.sr552013-12-291-51/+51
* WinGui: Improved an Add All Error message in relation to the Auto File Naming...sr552013-12-291-3/+3
* WinGui: Some more minor tweaks to the new source menu and tidyup on the optio...sr552013-12-261-138/+10
* WinGui: Redesigned the Source Selection Menu dropdown, to an overlay window. ...sr552013-12-011-5/+107
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-4/+3
* WinGui: Removed the need for the user settings service from IEncode and IScan...sr552013-11-191-9/+3
* WinGui: Started work on API improvements in the Application services dll. Rem...sr552013-11-191-9/+6
* WinGui: Remove AV_MKV option. Now default for the buildsr552013-11-081-2/+2
* WinGui: All the hardware acceleration options are now available view a new ta...sr552013-09-281-1/+3
* WinGui: Fix an index problem with the angles dropdown.sr552013-09-271-1/+1
* WinGui: Added a new tab in Options to host "Video" related settings including...sr552013-09-211-1/+2
* WinGui: Remove now unneeded debug menusr552013-09-211-11/+0
* WinGui: Remove the scan service wrapper as it's no longer needed.sr552013-09-211-2/+2
* WinGui: Remove the AV_MP4 option so we now only have the AV Format Muxer as "...sr552013-09-141-5/+3
* WinGui: Change the implementation of the Source Menu Image handling. Hopefull...sr552013-09-031-5/+4
* WinGui: Another small fix around point to point mode setting of start and end...sr552013-09-011-1/+1
* WinGui: Fix an issue with the Seconds mode (not setting end point correctly)sr552013-09-011-5/+5
* WinGui: Fix an issue with cropping param not being send to the CLI in AutoMod...sr552013-09-011-2/+2
* WinGui: Fixes around libhb scanning. (Progress % was not shown and the scan l...sr552013-08-241-1/+0
* WinGui: Cosmetic fixes around the new libhb scanning. sr552013-08-221-16/+0
* WinGui: Initial work around around a when done countdown.sr552013-08-211-2/+0