summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ...sr552016-02-134-5/+23
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-133-13/+26
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ...sr552016-02-101-2/+42
* WinGui: Fixed a bug with Audio Fallback encoder not setting correctly from pr...sr552016-02-091-2/+2
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not gettin...sr552016-02-074-39/+233
* WinGui:sr552016-02-0610-333/+749
* WinGui: Fix Video Bitrate Text Box not updating correctly with presets.sr552016-02-041-5/+6
* WinGui: Fix for configure audio tracks not behaving correctly with "Any" option.sr552016-01-311-7/+12
* WinGui: Add support for the rotate and flip filter.[email protected]2016-01-291-2/+48
* WinGui: QuickSync H265 supports levels.sr552016-01-171-1/+1
* WinGui: Fixed an issue that was preventing the h264 level combo displaying fo...sr552016-01-051-1/+1
* WinGui: Some API and warnings cleanup.Scott2015-12-273-2/+8
* WinGui: Missing changes from previous checking that was fixing queue edit bugs.Scott2015-12-271-3/+4
* WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video Bitra...Scott2015-12-272-20/+56
* WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast Dec...Scott2015-12-121-2/+2
* Using ErrorService.ShowMessageBox instead of MessageBox.ShowSverrir Sigmundarson2015-11-261-11/+21
* Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong.Sverrir Sigmundarson2015-11-231-3/+5
* Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ref...Sverrir Sigmundarson2015-11-231-41/+101
* Fixing importing and exporting of chapters via CSV files. Adding proper handl...Sverrir Sigmundarson2015-11-211-57/+76
* WinGui: Add warning dialog on Destination Browse Button if disk space is low...Scott2015-11-103-3/+64
* Add Error count to the Status bar when queue completes.Scott2015-11-081-1/+7
* Make Process Priority a real-time setting. Not per encode instance.Scott2015-10-312-1/+47
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same "preset...Scott2015-10-241-51/+89
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-243-2/+12
* Tidy up some code for the new inline queue view.Scott2015-10-243-26/+0
* Improve the In-line queue display.Scott2015-10-242-7/+5
* Initial commit to allow the Queue Window to be embedded in the main window. S...Scott2015-10-244-338/+87
* Updating the status to be consistent with the queue display.Scott2015-10-101-8/+3
* Adding Pass Count back onto the status bar.Scott2015-10-101-2/+9
* WinGui: draft set of options handling for QuickSyncH265, AVC replica for nowMax Dmytrychenko2015-09-301-7/+9
* Tidy up some Stylecop WarningsScott2015-09-262-2/+0
* App Services Cleanup ContdScott2015-09-261-2/+1
* App Services Tidyup ContdScott2015-09-266-0/+6
* AppServices tidyupScott2015-09-2620-104/+124
* WinGui: Strip out some old unused code.Scott2015-09-182-54/+1
* WinGui: Initialise chapters to string.empty if the import file does not conta...Scott2015-09-151-2/+1
* WinGui: Fetch video framerates from libhbScott2015-09-111-1/+3
* WinGui: Fix a cosmetic issue with the VideoTune dropdown when setting presets...Scott2015-09-051-1/+2
* WinGui: If the Queue Recovery doesn't return any results, show the "Source S...sr552015-08-231-1/+7
* WinGui: Don't update config when user cancels file/folder dialogs - Patch by...sr552015-08-233-119/+141
* WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update assembl...sr552015-08-232-5/+0
* WinGui: remove the "use picture filters" checkbox in the add preset sheet. sr552015-07-272-3/+2
* WinGui: Minor tidy up of the Main VM constructor. sr552015-07-222-11/+46
* WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ...sr552015-07-217-49/+67
* 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