1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-16 19:12:43 +00:00
harbour-sailfin/core/codegen
Henk Kalkwater 357ac89330
Fix sending of DeviceProfileInfo
Due to some errors within DeviceProfile and how nullables were
serialized, an invalid request was made and the
/Sessions/Capabilities/Full would give an 400 response back.

Besides that, ApiClient would generate a DeviceProfile before all
properties from QML were read. This has been fixed by implementing
QQmlParserStatus and only generating the device profile after all
properties are set.
2021-09-08 23:20:12 +02:00
..
enum_header.hbs WIP: HttpLoader seems to work, Model still borked 2021-03-28 04:00:00 +02:00
enum_implementation.hbs WIP: HttpLoader seems to work, Model still borked 2021-03-28 04:00:00 +02:00
loader_header.hbs Refractor ApiClient and add support for body params 2021-09-03 03:47:25 +02:00
loader_implementation.hbs Refractor ApiClient and add support for body params 2021-09-03 03:47:25 +02:00
loader_types_header.hbs Refractor ApiClient and add support for body params 2021-09-03 03:47:25 +02:00
loader_types_header_getters_setters.hbs WIP: logic rewrite 2021-03-24 20:04:03 +01:00
loader_types_implementation.hbs WIP: Refractor C++-side. Loader should be working again 2021-03-25 17:45:53 +01:00
object_header.hbs WIP: HttpLoader seems to work, Model still borked 2021-03-28 04:00:00 +02:00
object_implementation.hbs Fix sending of DeviceProfileInfo 2021-09-08 23:20:12 +02:00