Commit Graph

9 Commits

Author SHA1 Message Date
4b3042def4 Fix object leaks in database code
Qt's database and query model requires that both the queries and the database
objects are out of scope before a database connection can safely be removed.

Solution: Properly encapsulate databases and queries in "{ }" and use a string
to cache the connection name for out-of-scope removal.
2020-08-25 17:34:46 +02:00
2f9db87f9b Document QsLog update 2020-08-20 17:41:56 +02:00
cf2f5cdf7a Update CHANGELOG 2019-09-23 12:14:06 +02:00
ad46d9089c Fix botched utf8 encoding. 2019-04-19 14:55:36 +00:00
2ce75e6fa9 Update CHANGELOG. 2018-06-30 09:59:53 +02:00
d85fb8f6f6 Update changelog 2018-04-01 23:10:57 +02:00
e5d2d40d8c Update Changelog 2018-02-19 14:38:52 +01:00
09c8125f87 Merge default branch 2018-02-18 17:17:14 +01:00
2cbbf8d433 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00