summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add a Mini Status Display window that can be accessed via the tray no...sr552015-07-182-0/+230
* WinGui: Initial Implementation of the json preset export code.sr552015-07-051-6/+3
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-261-67/+4
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-201-2/+9
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-1114-307/+78
* WinGui: Starting to move UI text string to resources. This will allow us to s...sr552015-06-041-4/+3
* WinGui: Revert last change. Only set the GUI to enabled when editing queue i...sr552015-06-031-7/+4
* WinGui: Queue Recovery now sets the GUI to enabled if it recovers a job.sr552015-06-031-1/+5
* WinGui: Adding new dropdown to the Configure Audio Options. The new "Track Se...sr552015-05-261-7/+44
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset upd...sr552015-05-262-28/+0
* WinGui: General tidy up and remove the custom styling for the app. The app wi...sr552015-05-174-47/+7
* WinGui: Update the libhb preset stubs.sr552015-05-161-1/+1
* WinGui: Remove some test code.sr552015-05-092-24/+3
* WinGui: Restore Preview functionality. The calc logic still needs fixed as t...sr552015-05-071-16/+37
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-033-19/+21
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-032-28/+28
* WinGui: Further Minor UI tweaks. F1 Keyboard shortcut for Help.sr552015-04-271-0/+5
* WinGui: Further UI / UX Tweaks. Main body of settings disabled until the use...sr552015-04-252-0/+29
* WinGui: Some minor UI Improvements. Including Waiting Queue Count on the "Sho...sr552015-04-221-3/+27
* WinGui: Restore the "No Titles Found" dialog from previous versions of HandBr...sr552015-04-201-7/+108
* WinGui: Adding Del shortcut to preset pane, and better warnings when deleting. sr552015-04-181-0/+23
* WinGui: Add "Delete" key shortcut to the queue to delete selected items.sr552015-04-181-2/+40
* WinGui: Misc UI fixes and fixes to the logging code for scanning that could s...sr552015-04-181-0/+12
* WinGui: Misc IScan API tweaks.sr552015-04-121-3/+14
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-124-3/+7
* WinGui: When Switching from x264 to another encoder, the video tab options wo...sr552015-04-101-0/+5
* WinGui: For default user presets, make sure the advanced tab shows correctly...sr552015-04-101-0/+6
* WinGui: Fix the copy mask list.sr552015-04-071-3/+4
* WinGui: Updates to the latest JSON API. This enables hardware decode / encode...sr552015-04-051-5/+0
* WinGui: Adding Subtitle Burn-in Behaviour Support.sr552015-04-041-3/+88
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-296-0/+379
* WinGui: Fixed the temp Property Changed Base Impl.sr552015-03-142-0/+3
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-072-27/+7
* WinGui: Remove the EncodeJob model. This removes another abstraction layer th...sr552015-03-051-3/+2
* WinGui: Remove the EncodeServiceWrapper sr552015-03-031-1/+2
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-014-10/+2
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-014-23/+27
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-014-55/+6
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-2811-13/+13
* WinGui: Don't default VobSub burn-in with MP4. sr552015-02-111-1/+1
* WinGui: Misc UI consistency improvements. sr552015-02-091-1/+1
* WinGui: Remove , from status bar text.sr552015-02-091-1/+1
* WinGui: More aggressive check that the user is not trying to overwrite the so...sr552015-02-091-0/+14
* WinGui: Remove a bunch of CLI handling code.sr552015-01-315-1115/+6
* WinGui: Disable support for HandBrakeCLI in preparation of removing the legac...sr552015-01-301-23/+0
* WinGui: Another small fix to nlmeans custom. Missed 1 instances where the sho...sr552015-01-301-1/+1
* WinGui: Fix Denoise NlMeans Custom Option not showing.sr552015-01-301-2/+2
* WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...sr552015-01-252-2/+2
* WinGui: Switch all the FileOpen / FileSave dialogs over to the native windows...sr552015-01-234-13/+9
* WinGui: Improve the extra args tooltip.sr552015-01-231-1/+1