aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-22Quotest: fix changeName testAlexey Rusakov
2022-01-21Merge: merge event relation structures into oneAlexey Rusakov
2022-01-21Refactor assembleContentJson()Alexey Rusakov
2022-01-21Redo EventRelation; deprecate RelatesToAlexey Rusakov
2022-01-19CMakeLists: Bring back ARCHIVE DESTINATION in install()Alexey Rusakov
2022-01-18Merge branch 'kitsune/cleanup2' into devAlexey Rusakov
2022-01-18Don't use 'static' on top-level/namespace scopeAlexey Rusakov
2022-01-18Move over non-interface code to QLatin1StringAlexey Rusakov
2022-01-18Drop unused forward declarationsAlexey Rusakov
2022-01-18Add [[maybe_unused]] to things the lib doesn't useAlexey Rusakov
2022-01-18AccountRegistry: derive from QVector and clean upAlexey Rusakov
2022-01-18.clang-format: try harder to avoid return type on its own lineAlexey Rusakov
2022-01-18Revise inline keyword usageAlexey Rusakov
2022-01-06Brush up SsoSession; document Connection::prepareForSsoAlexey Rusakov
2022-01-06Cleanup Room::pinnedEvents()Alexey Rusakov
2022-01-05Fully-qualify types passed to slotsAlexey Rusakov
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