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
Age
Commit message (
Expand
)
Author
2017-09-20
BaseJob: track the outcome of sendRequest() in the logs
Kitsune Ral
2017-09-20
Minor optimisations in sync data parsing
Kitsune Ral
2017-09-20
Room::updateData(): Don't profile empty structures
Kitsune Ral
2017-09-19
Room: Fixed a special case with invalid-read-marker-becoming-valid
Kitsune Ral
2017-09-19
Merge branch 'master' into cache-state-to-json
Kitsune Ral
2017-09-19
Room: cache last read event and unread messages flag with the room state
Kitsune Ral
2017-09-19
Connection::cacheState property, load/saveState() tweaks and fixes
Kitsune Ral
2017-09-19
BaseJob: improved logging
Kitsune Ral
2017-09-19
Fix a race condition leading to a crash on close
Kitsune Ral
2017-09-19
Room: Slight optimization of makeErrorStr()
Kitsune Ral
2017-09-19
Event::originalJsonObject(), RoomEvent validations commented out
Kitsune Ral
2017-09-19
Connection: More deprecations; documented callApi<>()
Kitsune Ral
2017-09-15
MediaThumbnailJob: get rid of useless pimpl; add scaledThumbnail()
Kitsune Ral
2017-09-15
Merge pull request #82 from QMatrixClient/kitsune-uncouple-factories
Kitsune Ral
2017-09-08
Connection: Room and User factories are std::functions now
Kitsune Ral
2017-09-08
Revert previous commit as it breaks building with VC 2015
Kitsune Ral
2017-09-05
Initialize more properly to fix a warning
Kitsune Ral
2017-09-05
Room: memberCount(); slight optimization and reformatting
Kitsune Ral
2017-09-05
Include unread/notification counters to the cache
Kitsune Ral
2017-09-04
Use move on SyncData
Roman Plášil
2017-09-04
Use SyncJob::SyncData as a plain member
Roman Plášil
2017-09-03
More fixes
Roman Plášil
2017-09-02
Merge pull request #81 from delijati/master
Kitsune Ral
2017-09-01
Add Connection::leftRoom signal
Josip Delic
2017-09-02
Use status return type for parseJson
Roman Plášil
2017-09-01
BaseJob::Data: expose constructors from QJsonObject
Kitsune Ral
2017-08-28
Better documentation
Kitsune Ral
2017-08-28
Use -pedantic with compilers that support it
Kitsune Ral
2017-08-27
Remove saveStateFile property and just use an argument.
Roman Plášil
2017-08-27
Use QJsonObject.insert and QStringLiteral
Roman Plášil
2017-08-23
Use QUrl for state save file, create directory if it doesn't exist
Roman Plášil
2017-08-19
BaseJob::Data: Small update to better match Qt API
Kitsune Ral
2017-08-19
Room::localUser() facility method
Kitsune Ral
2017-08-18
Fix compilation for Qt 5.2.1
Roman Plášil
2017-08-16
Implement saving save to enable incremental sync even after shutdown
Roman Plášil
2017-08-16
WIP saving intermediate state to JSON
Roman Plášil
2017-08-08
Vector has been renamed to Riot long ago
Kitsune Ral
2017-07-22
SendEventJob: Fixed empty transaction id's
Kitsune Ral
2017-07-19
Restore compatibility with CMake versions below 3.3
Kitsune Ral
2017-07-19
Make sure -Wall is used regardless of the parent project settings
Kitsune Ral
2017-07-18
Merge pull request #77 from Quiark/master
Kitsune Ral
2017-07-18
Room event timestamp can also be undefined
Roman Plášil
2017-07-16
Fixed too strict validations in (Room)Event
Kitsune Ral
2017-07-15
Merge pull request #72 from QMatrixClient/kitsune-send-events
Kitsune Ral
2017-06-29
Fixed building with Qt version=5.4; moved away a macro unused in headers
Kitsune Ral
2017-06-27
Enable sending RoomMessageEvents
Kitsune Ral
2017-06-22
RoomMessageEvent: Simplify constructors, use QString msgType internally
Kitsune Ral
2017-06-22
MessageEventContent: generalise mimeType
Kitsune Ral
2017-06-22
Enable creation of RoomMessageEvents
Kitsune Ral
2017-06-22
Enable creation and usage of Event and RoomEvent objects locally, including QML
Kitsune Ral
[next]