aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.SharedUI/ViewModel.cs
Commit message (Collapse)AuthorAgeFilesLines
* Revert changes to view model base causing hangs.Roy Ben-Shabat2020-11-191-13/+1
|
* Fixed error wording on FSE firmware logs failure.Roy Ben Shabat2020-11-171-1/+13
| | | | Added support for raise property changed on UI thread for view model base.
* Added IsBusy to base ViewModel.Roy Ben-Shabat2018-08-231-5/+13
|
* Added IsFree to base ViewModel.Roy Ben-Shabat2018-08-221-30/+22
| | | | Implemented IsFree on HardwareVersions & ColorLab modules.
* Fixed issue with RML in Machine Studio DB Module.Roy Ben-Shabat2018-06-181-4/+16
| | | | | Implemented TouchTextBox. Made some modifications to ViewModel validation.
* Added support for Win7 for stubs UI.Roy Ben-Shabat2018-05-061-1/+1
| | | | | Added Dancers, Winders, PID Controls on tech module. Some code cleanups.
* Working on reporting...Roy Ben-Shabat2018-04-241-1/+20
|
* Implemented new TangoIOC container & TangoMessenger.Roy Ben-Shabat2018-04-221-4/+4
| | | | | | Got rid of MVVMLite libs ! Got rid of IShutdownRequestBlocker, IShutdownListener, IModuleRequestListener. Implemented IStudioViewModel & StudioViewModel.
* Working on logging module !Roy Ben-Shabat2018-03-261-1/+24
| | | | Modified PID Control Table.
* Added Developer Module Settings & More...Roy Ben-Shabat2018-02-011-0/+1
|
* Added gradient display of color Brush Stops.Roy Ben-Shabat2018-01-291-9/+0
|
* Embedded RealTimeGraphEx library to solution.Roy Ben-Shabat2018-01-161-0/+9
| | | | | Added graphs to technician view. Implemented simple sensors data test using Machine Emulator.
* Added code comments for:Roy Ben-Shabat2018-01-081-1/+51
| | | | SharedUI.
* MERGE.Roy Ben-Shabat2017-12-191-3/+54
|
* Stubs execution utility almost done.Roy2017-12-091-1/+21
|
* Added Avalon editor as SideChain.Roy Ben-Shabat2017-12-071-1/+7
| | | | Implemented scripting control in SharedUI..
* Added MVVMLight nuget.Roy Ben-Shabat2017-12-041-0/+28
Implemented ViewModel IView, supervising controller pattern.