summaryrefslogtreecommitdiffstats
path: root/src/shared-main-lib
Commit message (Expand)AuthorAgeFilesLines
* Use QElapsedTimer::start instead of restartVolker Hilsheimer2025-04-182-2/+2
* Watchdog: do not kill, if a debugger is attachedRobert Griebl2025-03-011-0/+5
* doc: Update QML property types to use QML value typesDavid Boddie2025-02-201-1/+1
* Dump deferred log messages on error exitRobert Griebl2024-12-092-0/+9
* Fix inconsistent watchdog for basic render loopRobert Griebl2024-12-021-5/+13
* 6.9 cleanup commitRobert Griebl2024-12-011-6/+4
* Better startup timing reportsRobert Griebl2024-12-011-46/+41
* StartupTimer: log checkpoints the moment they are createdRobert Griebl2024-12-011-0/+6
* Add a new monitoring component to detect unneccesary renderingRobert Griebl2024-12-014-0/+281
* Doc: fix import version and improve MonitorModel and friendsRobert Griebl2024-11-195-65/+64
* Fix frame-timer example and MonitorModelRobert Griebl2024-11-131-6/+16
* Allow the ApplicationManagerWindow attached type on itselfRobert Griebl2024-10-251-1/+8
* Fix startup-timer output for quicklaunched appsRobert Griebl2024-10-181-4/+0
* Fix missing explicit namespace in macroRobert Griebl2024-10-181-1/+1
* Make sure that a --verbose run never logs less than a normal runRobert Griebl2024-09-121-3/+13
* Replace deprecated printf calls by standard onesZoltan Gera2024-08-161-1/+2
* Watchdog: fix the event loop stuck durations being way offRobert Griebl2024-08-065-308/+253
* Watchdog: handle the 12 day / 30 bit timer duration overflowRobert Griebl2024-07-302-35/+122
* Watchdog: remove render state trackingRobert Griebl2024-07-301-5/+0
* Watchdog: don't do logging, while we're in a BlockingQueued slotRobert Griebl2024-07-261-4/+12
* Watchdog: handle watching windows that run on a basic render loopRobert Griebl2024-07-262-1/+17
* Watchdog: simplify the render thread timeout configurationRobert Griebl2024-07-264-45/+29
* Correct issues related to watchdogBernd Weimer2024-07-181-2/+2
* Fix Axivion style violationsRobert Griebl2024-06-181-6/+6
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-182-25/+9
* Watchdog: Fix TSAN warningRobert Griebl2024-06-181-1/+5
* Watchdog: the last missing thread -> eventLoop renameRobert Griebl2024-06-182-4/+4
* Watchdog: fix TSAN warnings and make output consistentRobert Griebl2024-06-145-32/+62
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-316-0/+954
* Refactor the representation of the YAML configurationRobert Griebl2024-05-292-5/+6
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Refactor the ApplicationInterface root context propertyRobert Griebl2024-05-147-45/+115
* Code cleanupRobert Griebl2024-04-291-4/+0
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-229-11/+11
* Add libdbus to 3rdparty for Windows/macOSRobert Griebl2024-03-051-3/+3
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-0516-16/+64
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-212-5/+5
* doc: fix spellingRobert Griebl2024-02-011-3/+3
* doc: more ApplicationManagerWindow documentationRobert Griebl2024-01-301-35/+20
* Fix AMW.color difference between single and multi-process modeRobert Griebl2024-01-301-0/+4
* doc: ApplicationManagerWindow properties and signalsRobert Griebl2024-01-304-7/+265
* Make attached ApplicationManagerWindow availableBernd Weimer2024-01-151-0/+3
* Simplify the new ApplicationMangerWindow APIRobert Griebl2024-01-093-36/+1
* Clazy: fixesRobert Griebl2024-01-087-26/+24
* Modernize string literalsRobert Griebl2024-01-089-32/+50
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-221-4/+0
* Notifications: fix "dismissOnAction" not actually dismissingRobert Griebl2023-12-181-1/+1
* cmake: add AM_SANITIZE to enable ASANRobert Griebl2023-12-121-0/+2
* Catch first frame in launcher-qml againBernd Weimer2023-12-081-3/+1
* Resolve old TODOsRobert Griebl2023-12-071-6/+4