aboutsummaryrefslogtreecommitdiff
path: root/lib/converters.h
AgeCommit message (Expand)Author
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
2018-07-01CleanupKitsune Ral
2018-06-24converters.h: Support QSet<>Kitsune Ral
2018-06-16converters.h: Make it still compile with Qt older than 5.6Kitsune Ral
2018-06-09converters.h: drop unneeded template<> lineKitsune Ral
2018-06-09csapi: Now really fix passing query parametersKitsune Ral
2018-06-08csapi: Fix boolean query parameters incorrectly passedKitsune Ral
2018-06-03csapi + converters: Support variant types (using QVariant)Kitsune Ral
2018-06-02Typo fixKitsune Ral
2018-06-02csapi: Use Omittable<> container instead of intrusive 'omitted' fieldKitsune Ral
2018-06-02addToJson(): Omit unneeded defaulting of ValT to voidKitsune Ral
2018-05-26lib/csapi/: Don't send parameters that were omittedKitsune Ral
2018-05-06converters.h: Fix CIKitsune Ral
2018-05-06Optimise #includes, eliminate some excess blank lines in lib/csapiKitsune Ral
2018-05-04converters.h: support std::unordered_map<QString, T>Kitsune Ral
2018-05-03CleanupKitsune Ral
2018-05-01converters.h: Support std::vector<>Kitsune Ral
2018-04-13converters.h: Support QVariantMap and QVariantHashKitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral