This repository was archived by the owner on Mar 4, 2023. It is now read-only.
Features and fixes
Changelist:
- Added the Json Serializer to
Defaults - Added
UserDataNetworkExchange- A cass for local network exchange of user identities - Store requested resyncs for next start if not delivered
- Improved logging quality
- Changed logging format to
qtdatasync.<setup>.<class> - Added
Loggerclass to do logging
- Changed logging format to
- Added "fatal state". When logging a fatal error, the engine enters the fatal state until fixed
- Disables all store requests (all Tasks will fail)
- Has error handler that can be set via the setup
- Added
DataMerger2- will replaceDataMerger, has the type as extra parameter for the merge method - Added
DataStoreModel, a passive Qt-Model that holds data from a data store, and automatically updates based on the stores changes - Deprecated identity set/reset methods for
WsAuthenticator- Use import/export methods instead
- Improved tests, examples and doc