Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-09 | csapi: Now really fix passing query parameters | Kitsune Ral | |
Also: GetContentThumbnailJob (again) requires width and height. | |||
2018-06-04 | converters.*: Fixes | Kitsune Ral | |
Qualify functions properly; add converters.* to libqmatrixclient.pri | |||
2018-06-03 | csapi + converters: Support variant types (using QVariant) | Kitsune Ral | |
This mandated some rearrangement of toJson() overloads and FromJson<> specializations for QVariant* types - instead of variant_converters.h they are now in converters.cpp. |