index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2019-03-27
qmc-example: add a couple homeserver data sanity checks
Kitsune Ral
2019-02-27
qmc-example: use Connection::syncLoop
Kitsune Ral
2019-01-13
qmc-example: add setTopic test for true and fake state changes
Kitsune Ral
2019-01-13
qmc-example: use connectUntil()
Kitsune Ral
2019-01-13
qmc-example: improve conclusion code
Kitsune Ral
2019-01-06
Merge pull request #272 from QMatrixClient/kitsune-upload-attachments
Kitsune Ral
2019-01-05
Add Qt5::Multimedia to examples/CMakeLists.txt too
Kitsune Ral
2019-01-05
qmc-example: upgrade sendMesage() test; add sendFile() test
Kitsune Ral
2019-01-05
qmc-example: streamline redaction test
Kitsune Ral
2018-12-16
qmc-example: check Room::messageSent() more carefully
Kitsune Ral
2018-12-16
qmc-example: refactor QMCTest to properly order actions
Kitsune Ral
2018-12-16
Room::getAllMembers: revert off-by-one "bugfix"
Kitsune Ral
2018-12-14
qmc-example: clearer QMC_CHECK; start tests only after the first sync is done
Kitsune Ral
2018-12-13
qmc-example: Fix the lazy-loading test
Kitsune Ral
2018-12-12
qmc-example: Use lazy-loading; check full-loading upon setDisplayed
Kitsune Ral
2018-08-05
qmc-example: fixed indentation
Kitsune Ral
2018-08-04
Room: avoid overloading postMessage, as QML is bad at resolving overloaded slots
Kitsune Ral
2018-08-03
Fix qmc-example building
Kitsune Ral
2018-07-27
Update tests (WIP)
Kitsune Ral
2018-07-27
Initial support for local echo
Kitsune Ral
2018-06-02
More reliable test state tracking; join/leave tests
Kitsune Ral
2018-04-05
qmc-example: fix false negatives due to a missing return
Kitsune Ral
2018-04-01
Pass actual changes with Connection::directChatsListChanged()
Kitsune Ral
2018-03-31
Make and install CMake config package; provide examples/CMakeLists.txt using it
Kitsune Ral
2018-03-25
Direct chat (un)marking: update internal structure synchronously
Kitsune Ral
2018-03-24
Test/example for direct chats marking
Kitsune Ral
2018-03-07
qmc-example: Fix redaction test to work even if the synced message is already...
Kitsune Ral
2018-03-07
qmc-example: Remove no more needed deleteLater
Kitsune Ral
2018-03-07
qmc-example: Ensure prerequisites before running the tagging test
Kitsune Ral
2018-03-05
qmc-example: Logging tweaks
Kitsune Ral
2018-03-05
qmc-example: Rewritten with a QObject for clearer dispatching
Kitsune Ral
2018-03-05
qmc-example: tests for redaction and tagging; send origin in test messages
Kitsune Ral
2018-02-26
qmc-example: Temporarily comment out the code that uses uncommitted features
Kitsune Ral
2018-02-26
qmc-example: Optionally send a test message; don't dump incoming messages to ...
Kitsune Ral
2018-02-26
qmc-example: Single-shot sync instead of continuous; room tags; code cleanup
Kitsune Ral
2017-12-14
Move all internal event pointers to std::unique_ptr<>
Kitsune Ral
2017-12-10
Fixed compilation with older Qt
Kitsune Ral
2017-12-10
Process incoming redactions
Kitsune Ral
2017-10-19
Introduce device_id and initial_device_name support; switch to generated Logi...
Kitsune Ral
2017-05-22
Refactored Events
Kitsune Ral
2017-03-21
Fixed to work with older MinGW
Kitsune Ral
2017-03-20
Added an example of libqmatrixclient usage
Kitsune Ral