summaryrefslogtreecommitdiffstats
path: root/src/monitor-lib/processstatus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Untangle the broken monitoring dependenciesRobert Griebl2019-05-281-334/+0
| | | | | | | | | | | | | After the last refactoring of the monitoring components, we ended up with a monitor_lib that pulled in nearly all of the other AM components. The end result was that the qml runtime had all the appman system-ui code compiled in as well. Downgraded the monitor_lib to just read values from the system and moved the QML API classes to shared_main_lib, manager_lib and main_lib respectively. Change-Id: Ic205153c6d8c221793b0f2546b2f31f4e1ede53d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Fix and enhance documentationBernd Weimer2019-05-211-2/+6
| | | | | Change-Id: I571bacc6da00fcb53d45b27dac04cac0d19d34c0 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
* Update copyright statementsRobert Griebl2018-12-181-1/+2
| | | | | | | | - added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I82f874f0b0601deae1bb39347821edaf3c4cc6d8 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-4/+4
| | | | | | | Change-Id: I98bab2070b7a35cefae46bca8a06bac4a1cf1487 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Ilya A, Galkin <igalkin@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Introduce MonitorModel & friendsDaniel d'Andrada2018-12-071-0/+329
A better, more flexible, API for monitor-lib. Fixes: AUTOSUITE-692 Fixes: AUTOSUITE-250 Fixes: AUTOSUITE-686 Change-Id: Ib672e6a19beca4e83a51bcdca530c50be1bf00b7 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>