summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Add a Logging Service into the AppServices library. This does not ↵sr552016-03-211-133/+74
| | | | | | | depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing. Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes. Added Auto-Scroll to the log window.
* AppServices tidyupScott2015-09-261-5/+6
| | | | Moving the UI modelling and services to the GUI Project.
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-111-14/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7292 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-031-14/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7151 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Removing the Isolation code as it's not used, and planned for libhb ↵sr552015-03-011-2/+2
| | | | | | instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6958 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the Tabs in the logging window a bit larger and improve the ↵sr552015-01-021-4/+1
| | | | | | initial message in the log window when there is no log. This should make it clearer to users what they must do to get a log. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6680 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Part 1 - Restructuring the AppServices library in preparation for ↵sr552014-11-291-0/+5
| | | | | | the new JSON API. Taking the opportunity to improve and simplify the API. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6568 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the scan service wrapper as it's no longer needed.sr552013-09-211-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5789 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a reset issue on the log window.sr552013-04-301-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5429 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some Threading, Performance and Log window fixes.sr552013-03-071-4/+62
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5308 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Show the two log files as tabs rather than a combobox selection. ↵sr552013-03-051-71/+16
| | | | | | Makes it more obvious that there are two logs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Misc Fixessr552012-09-301-8/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4997 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix broken log window.sr552012-09-291-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) UI Consistency tweaks and improvements.sr552012-05-061-28/+36
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4649 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) User Setting Service fixes, Query Generation fixes, Logviewer ↵sr552012-04-011-21/+19
| | | | | | live updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4580 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Move all the main UI tab UserControls into an MVVM format. ↵sr552011-12-301-1/+0
| | | | | | Mostly code shuffling. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4393 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial work to hookup the log viewer + some additional helper ↵sr552011-12-271-3/+211
| | | | | | classes ported over form the WinForms version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4390 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial work to implement the "Queue" and "Add Preset" ↵sr552011-12-271-0/+1
| | | | | | Windows. Additional setup work around the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4389 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial setup for the Log Window.sr552011-10-301-1/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4331 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Continued work on the options window. Save Settings, Various ↵sr552011-10-291-0/+30
functions and place holders for TODO's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4328 b64f7644-9d1e-0410-96f1-a4d463321fa5