Luis Ángel San Martín
dbb31f4aea
Disable clang format in KDToolBox folder
2023-06-03 20:57:13 +02:00
Luis Ángel San Martín
16faacec65
Debounce input from the search edit
...
This makes writing there a little bit more pleasant
2023-06-03 20:25:14 +02:00
Felix Kauselmann
6899bfbcf1
QsLog: Fix Windows console output
2023-04-22 20:13:45 +02:00
Felix Kauselmann
ffdb06017d
Exclude new QR encoder from clang-format checks
...
Third party code should not be checked.
2023-03-25 11:34:46 +01:00
Felix Kauselmann
8f631763ce
Replace libqrencode with nayuki/QR-Code-generator
2023-03-25 11:06:17 +01:00
Felix Kauselmann
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
Felix Kauselmann
2e72e428ba
Update QtWebApp to v1.8.6
2022-10-08 13:38:52 +02:00
Luis Ángel San Martín
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
Luis Ángel San Martín
75060d4f24
Do not use QTextCodec in Qt6
2021-10-19 00:00:08 +02:00
Felix Kauselmann
ae8e47d863
Clazy: Add second batch of SIGNAL/SLOT removal
2021-06-29 13:53:12 +02:00
Felix Kauselmann
48a0d64837
Add QtWebApp to third party readme
2020-08-20 18:22:57 +02:00
Felix Kauselmann
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
Felix Kauselmann
b9c48cc4b6
Update QtWebapp to 1.7.11
2020-08-20 18:22:57 +02:00
Felix Kauselmann
3de099491f
Move QtWebApp sources to third_party
2020-08-20 18:22:57 +02:00
Felix Kauselmann
2f9db87f9b
Document QsLog update
2020-08-20 17:41:56 +02:00
Felix Kauselmann
1568a5f253
Update QsLog to 2.1 snapshot 46b643d5bcbc
2020-08-20 17:41:56 +02:00
Felix Kauselmann
c13ec618d0
Move QsLog to third_party directory
2020-08-20 17:41:56 +02:00