Commit Graph

13 Commits

Author SHA1 Message Date
8f631763ce Replace libqrencode with nayuki/QR-Code-generator 2023-03-25 11:06:17 +01:00
21b8b70657 QsLog: Use dedicated logging thread to avoid segfaults at app shutdown
When shutting down our apps, we clean up some ressources after app.exec()
has finished. As our logger runs on the apps main thread, it can no longer
respond to any debug messages generated during the cleanup phase.

This can lead to segfaults and error masking.

Solution: Run QsLog in a dedicated thread.
2022-11-19 19:26:34 +01:00
2e72e428ba Update QtWebApp to v1.8.6 2022-10-08 13:38:52 +02:00
986450eb20 Update QtWebApp to 1.8.3
nullptr redefinition for old __cplusplus versions has been removed, the rest is vanilla
2021-10-19 00:00:09 +02:00
75060d4f24 Do not use QTextCodec in Qt6 2021-10-19 00:00:08 +02:00
ae8e47d863 Clazy: Add second batch of SIGNAL/SLOT removal 2021-06-29 13:53:12 +02:00
48a0d64837 Add QtWebApp to third party readme 2020-08-20 18:22:57 +02:00
f8a00605c5 Remove unused QtWebApp logging code
We're using QsLog, so there is no need for another logger.
2020-08-20 18:22:57 +02:00
b9c48cc4b6 Update QtWebapp to 1.7.11 2020-08-20 18:22:57 +02:00
3de099491f Move QtWebApp sources to third_party 2020-08-20 18:22:57 +02:00
2f9db87f9b Document QsLog update 2020-08-20 17:41:56 +02:00
1568a5f253 Update QsLog to 2.1 snapshot 46b643d5bcbc 2020-08-20 17:41:56 +02:00
c13ec618d0 Move QsLog to third_party directory 2020-08-20 17:41:56 +02:00