summaryrefslogtreecommitdiffstats
path: root/src/monitor-lib
Commit message (Expand)AuthorAgeFilesLines
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-222-5/+5
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-053-3/+12
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-212-2/+2
* Fix smaps parser not working on ARM64Robert Griebl2024-01-251-1/+1
* Clazy: fixesRobert Griebl2024-01-084-33/+31
* Modernize string literalsRobert Griebl2024-01-081-10/+14
* Simplify builing a custom appman executableRobert Griebl2023-12-061-2/+1
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-013-12/+7
* Fix some more obvious issues in GPU readerBernd Weimer2023-05-121-27/+14
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-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
|/