aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2019-08-09Rename CMake/pkg-config related partsKitsune Ral
2019-08-09Namespace: QMatrixClient -> Quotient (with back comp alias)Kitsune Ral
2019-08-09Rename zero-impact stringsKitsune Ral
2019-08-03qmc-example: fix assertion failureKitsune Ral
2019-08-02qmc-example: Drop resetting the topic after topic-setting testsKitsune Ral
2019-08-02Room/qmc-example: consider fake state event rejection as validKitsune Ral
2019-08-02Apply the new brace wrapping to source filesKitsune Ral
2019-08-02Merge branch 'master' into use-clang-formatKitsune Ral
2019-07-31Support for receiving m.reaction eventsKitsune Ral
2019-07-31QMCTest::loadingMembers(): find a room by aliasKitsune Ral
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-03-27qmc-example: add a couple homeserver data sanity checksKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2019-02-27qmc-example: use Connection::syncLoopKitsune Ral
2019-01-13qmc-example: add setTopic test for true and fake state changesKitsune Ral
2019-01-13qmc-example: use connectUntil()Kitsune Ral
2019-01-13qmc-example: improve conclusion codeKitsune Ral
2019-01-06Merge pull request #272 from QMatrixClient/kitsune-upload-attachmentsKitsune Ral
2019-01-05Add Qt5::Multimedia to examples/CMakeLists.txt tooKitsune Ral
2019-01-05qmc-example: upgrade sendMesage() test; add sendFile() testKitsune Ral
2019-01-05qmc-example: streamline redaction testKitsune Ral
2018-12-16qmc-example: check Room::messageSent() more carefullyKitsune Ral
2018-12-16qmc-example: refactor QMCTest to properly order actionsKitsune Ral
2018-12-16Room::getAllMembers: revert off-by-one "bugfix"Kitsune Ral
2018-12-14qmc-example: clearer QMC_CHECK; start tests only after the first sync is doneKitsune Ral
2018-12-13qmc-example: Fix the lazy-loading testKitsune Ral
2018-12-12qmc-example: Use lazy-loading; check full-loading upon setDisplayedKitsune Ral
2018-08-05qmc-example: fixed indentationKitsune Ral
2018-08-04Room: avoid overloading postMessage, as QML is bad at resolving overloaded slotsKitsune Ral
2018-08-03Fix qmc-example buildingKitsune Ral
2018-07-27Update tests (WIP)Kitsune Ral
2018-07-27Initial support for local echoKitsune Ral
2018-06-02More reliable test state tracking; join/leave testsKitsune Ral
2018-04-05qmc-example: fix false negatives due to a missing returnKitsune Ral
2018-04-01Pass actual changes with Connection::directChatsListChanged()Kitsune Ral
2018-03-31Make and install CMake config package; provide examples/CMakeLists.txt using itKitsune Ral
2018-03-25Direct chat (un)marking: update internal structure synchronouslyKitsune Ral
2018-03-24Test/example for direct chats markingKitsune Ral
2018-03-07qmc-example: Fix redaction test to work even if the synced message is already...Kitsune Ral
2018-03-07qmc-example: Remove no more needed deleteLaterKitsune Ral
2018-03-07qmc-example: Ensure prerequisites before running the tagging testKitsune Ral
2018-03-05qmc-example: Logging tweaksKitsune Ral
2018-03-05qmc-example: Rewritten with a QObject for clearer dispatchingKitsune Ral
2018-03-05qmc-example: tests for redaction and tagging; send origin in test messagesKitsune Ral
2018-02-26qmc-example: Temporarily comment out the code that uses uncommitted featuresKitsune Ral
2018-02-26qmc-example: Optionally send a test message; don't dump incoming messages to ...Kitsune Ral
2018-02-26qmc-example: Single-shot sync instead of continuous; room tags; code cleanupKitsune Ral
2017-12-14Move all internal event pointers to std::unique_ptr<>Kitsune Ral
2017-12-10Fixed compilation with older QtKitsune Ral
2017-12-10Process incoming redactionsKitsune Ral