aboutsummaryrefslogtreecommitdiff
path: root/lib/converters.h
AgeCommit message (Expand)Author
2022-09-10Adjust converters.h logic to support Qt 6.4Alexey Rusakov
2022-08-01Fix FTBFSAlexey Rusakov
2022-08-01Pull out common JsonConverter code to JsonObjectUnpackerAlexey Rusakov
2022-07-12converters.*: facilities to convert enumsAlexey Rusakov
2022-07-12fromJson()/toJson() refactoringAlexey Rusakov
2022-06-24Code cleanup and reformattingAlexey Rusakov
2022-06-23Drop QUOTIENT_API where it's undueAlexey Rusakov
2022-06-18Drop pre-Qt 5.15 codeAlexey Rusakov
2022-05-31Merge branch 'dev' into update-api-updateAlexey Rusakov
2022-05-31Tweak QOlmAccount and data structures aroundAlexey Rusakov
2022-05-29Refactor EncryptedFile and EC::FileInfo::fileAlexey Rusakov
2022-05-14Cleanup across the boardAlexey Rusakov
2022-05-08toSnakeCase and EventContent::SingleKeyValueAlexey Rusakov
2022-02-11Enable to/fromJson to work with non-assignable objectsAlexey Rusakov
2022-01-23converters.h: slightly clearer code in _impl::addToAlexey Rusakov
2022-01-23Omittable: split out from util.h and refreshAlexey Rusakov
2022-01-18Don't use 'static' on top-level/namespace scopeAlexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-02Cleanup on Sonar issuesAlexey Rusakov
2021-11-28Simplify converters.*Alexey Rusakov
2021-11-28One more small thing to actually fix CI breakageAlexey Rusakov
2021-11-28Fix CI breakage caused by the previous commitAlexey Rusakov
2021-11-17Fix QDateTime(QDate) deprecation warningsAlexey Rusakov
2021-11-12Make ReceiptEvent constructible from contentAlexey Rusakov
2021-11-12Fix a few quirks in converters.hAlexey Rusakov
2021-08-07converters.h: (actually) enable QUrl; drop unused typesAlexey Rusakov
2021-06-13Exclude code no more needed with Qt6Alexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-11-08converters.h: add QUrl supportKitsune Ral
2020-07-21converters.*: clean away old cruftKitsune Ral
2019-11-02Compatibility with Qt 5.14Kitsune Ral
2019-11-01Derive Omittable<> from std::optional<>Kitsune Ral
2019-09-12Introduce HashQ<> and UnorderedMap<>Kitsune Ral
2019-08-09Namespace: QMatrixClient -> Quotient (with back comp alias)Kitsune Ral
2019-08-02Apply the new brace wrapping to source filesKitsune Ral
2019-08-02Merge branch 'master' into use-clang-formatKitsune Ral
2019-07-31converters.h: fallback to intrusive toJson() for JsonObjectConverter; general...Kitsune Ral
2019-07-31converters.h: more comments; documented addParam<>()Kitsune Ral
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2018-12-09fromJson, fillFromJson: avoid overwriting pods if the JSON value is undefinedKitsune Ral
2018-12-08Refactor toJson/fillJsonKitsune Ral
2018-11-14Improvements in commentsKitsune Ral
2018-09-29Prepare for CS API 0.4.0Kitsune Ral
2018-09-02Switch tag order from strings to floats, as The Spec preachesKitsune Ral
2018-07-28csapi/third_party_lookup.*: Properly pass a variadic (aka exploded) parametersKitsune Ral
2018-07-11converters.h: overload addTo() for QStringList to fix FTBFS with the new csapiKitsune Ral
2018-07-08Move Omittable<> to util.hKitsune Ral
2018-07-04Event types system remade to be extensibleKitsune Ral