aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-05DEFINE_EVENT_TYPEID: fix up deprecation warningsAlexey Rusakov
2022-01-05Make TagRecord generally betterAlexey Rusakov
2022-01-05Thumbnail: drop unneeded constructorsAlexey Rusakov
2022-01-05CMakeLists: add install(TARGETS) components againAlexey Rusakov
2022-01-05Merge pull request #532 from quotient-im/kitsune/implptrAlexey Rusakov
2022-01-05.clang-format: slightly tweak penaltiesAlexey Rusakov
2022-01-05Add a comment, as Sonar advisesAlexey Rusakov
2022-01-02Merge pull request #531 from Aksem/fix-qt-6Alexey Rusakov
2022-01-02Merge branch 'quotient-im:dev' into fix-qt-6Hnatiuk Vladyslav
2022-01-02Add ImplPtr and makeImplAlexey Rusakov
2022-01-02Manage symbols visibility for dynamic linkingAlexey Rusakov
2022-01-01Fix enum in room Notification structVladyslav Hnatiuk
2022-01-01Only test dynamic linking on LinuxAlexey Rusakov
2022-01-01CMakeLists: Drop unneeded parts from install(TARGETS)Alexey Rusakov
2022-01-01Fix more Sonar warningsAlexey Rusakov
2022-01-01Don't use QUOTIENT_API inside REGISTER_EVENT_TYPEAlexey Rusakov
2022-01-01Drop inline next to constexprAlexey Rusakov
2022-01-01Define destructors out-of-line when unique/scoped ptr are involvedAlexey Rusakov
2022-01-01Try to fix building with MSVC with Qt pre-5.14Alexey Rusakov
2022-01-01Quotest: build with hidden visibility tooAlexey Rusakov
2022-01-01BUILD_SHARED_LIBS in most jobs; fix not finding libQuotient.so.*Alexey Rusakov
2022-01-01CI: add events.debug to QT_LOGGING_RULESAlexey Rusakov
2022-01-01Merge pull request #530 from quotient-im/kitsune/lgtm-clangAlexey Rusakov
2022-01-01Get LGTM working againAlexey Rusakov
2022-01-01CI: up to Qt 5.12.12Alexey Rusakov
2022-01-01Merge pull request #458 from arawaaa/pinnedAlexey Rusakov
2022-01-01OtherChange is Change::Other now Alexey Rusakov
2021-12-31Merge: Cleanup across the code baseAlexey Rusakov
2021-12-29Use QLatin1String for event typeId'sAlexey Rusakov
2021-12-29CI: Put the shared object configuration to the testAlexey Rusakov
2021-12-29CMakeLists.txt: apply -fvisibility=hiddenAlexey Rusakov
2021-12-29Refactor EventFactory and move it out of _impl::Alexey Rusakov
2021-12-29Regenerate CS API filesAlexey Rusakov
2021-12-29operation.h.mustache: Add QUOTIENT_APIAlexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-29Quotest: test sending and receiving custom eventsAlexey Rusakov
2021-12-29Introduce quotient_export.hAlexey Rusakov
2021-12-28EventContent::FileInfo: default payloadSize to 0Alexey Rusakov
2021-12-28Settings classes: unify on QUO_ macro prefixAlexey Rusakov
2021-12-28Convert struct LoginFlows to namespaceAlexey Rusakov
2021-12-27Merge branch 'dev' into pinnedarawaaa
2021-12-27EventFactory: remove default constructorAlexey Rusakov
2021-12-27EventItem::setUserData: use std::moveAlexey Rusakov
2021-12-27Key* strings: drop 'static'; add 'constexpr' where okAlexey Rusakov
2021-12-27Connection: Simplify room/user factory codeAlexey Rusakov
2021-12-27Quotest: add compile warnings from libQuotientAlexey Rusakov
2021-12-26Merge #528: Make canChangePassword available from QMLAlexey Rusakov
2021-12-25Make canChangePassword available from QMLCarl Schwan
2021-12-25Apply suggestions from code reviewTobias Fella
2021-12-25Remove assertTobias Fella