summaryrefslogtreecommitdiff
path: root/src/monitor-lib
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst to std::as_constMarc Mutz2023-01-151-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-123-9/+9
* Some tests cannot be built for AndroidRobert Griebl2022-07-071-1/+1
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-154-12/+13
* Use SPDX license identifiersDominik Holland2022-06-156-180/+24
* Fix unused member warning on non-Linux platformsRobert Griebl2021-11-301-1/+1
* Clazy: fix srcRobert Griebl2021-08-201-1/+0
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-29/+0
* Convert SystemReader to using QFile for easier auto-testingRobert Griebl2021-06-302-27/+9
* cmake: Nearly full cmake buildRobert Griebl2021-06-182-0/+30
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-016-144/+78
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-282-10/+11
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-112-0/+4
* Fix bogus CPU load display on app restartRobert Griebl2020-02-201-1/+3
* Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-222-80/+63
|\
| * Revert back to using a mutex for process readingsBernd Weimer2020-01-212-80/+63
* | Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-212-25/+33
|\ \ | |/
| * Fix issues in ProcessStatusBernd Weimer2019-11-112-27/+33
* | Fix compiler and code-model warningsRobert Griebl2019-11-083-20/+22
* | Merge remote-tracking branch 'gerrit/5.13' into devRobert Griebl2019-08-091-1/+1
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-081-1/+1
| |\
| | * Fix headless compilationRobert Griebl2019-08-013-4/+16
* | | Rename from Luxoft AM to Qt AMRobert Griebl2019-08-056-6/+6
|/ /
* | Fix CI compilationRobert Griebl2019-07-251-0/+1
* | Fix headless compilationRobert Griebl2019-07-081-1/+2
* | Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-051-1/+2
* | Untangle the broken monitoring dependenciesRobert Griebl2019-05-2818-2489/+1144
* | Fix and enhance documentationBernd Weimer2019-05-212-4/+8
* | Port benchmark code to new 5.12 APIBernd Weimer2019-03-253-6/+32
* | Merge branch '5.12' into devRobert Griebl2019-03-127-0/+7
|\ \ | |/
| * Update the appman-dumptypes toolRobert Griebl2019-01-167-0/+7
* | Merge remote-tracking branch 'origin/5.12' into devDominik Holland2018-12-2116-30/+46
|\ \ | |/
| * Fix qdoc warningsRobert Griebl2018-12-181-1/+1
| * Update copyright statementsRobert Griebl2018-12-1816-16/+32
| * Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-187-15/+15
| * Introduce MonitorModel & friendsDaniel d'Andrada2018-12-0722-2806/+2729
| * Fix qdoc warningsRobert Griebl2018-12-061-1/+1
* | Introduce MonitorModel & friendsDaniel d'Andrada2018-12-0722-2806/+2729
|/
* Have a sensible default for SystemMonitor.reportingIntervalDaniel d'Andrada2018-11-071-1/+1
* Stop SystemMonitor updates when all reporting is disabledDaniel d'Andrada2018-11-072-123/+90
* Move SystemMonitorPrivate to its own headerDaniel d'Andrada2018-11-073-235/+308
* Update SystemMonitor documentation as it's no longer a singletonDaniel d'Andrada2018-10-311-9/+9
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-302-5/+5
* Multiple cleanupsRobert Griebl2018-10-301-1/+0
* Call registerCompositorView on all windows automaticallyDaniel d'Andrada2018-09-251-3/+0
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-232-3/+3
* ProcessMonitor: expose current resource usage as propertiesDaniel d'Andrada2018-08-214-3/+63
* Make SystemMonitor instantiable from QMLDaniel d'Andrada2018-08-212-35/+2