summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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