Age | Commit message (Expand) | Author |
2017-09-21 | Merge pull request #83 from QMatrixClient/kitsune-invite-kick | Kitsune Ral |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-20 | Room::Private::toJson(): save user avatar URLs as well | Kitsune Ral |
2017-09-20 | User: no more croppedAvatar(); added avatarUrl() accessor | Kitsune Ral |
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-16 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-16 | provideRoom: Added invitedRoom() signal; fixed issues with some transitions | Kitsune Ral |
2017-09-16 | Better API for clients to catch up on room list changes | 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-13 | Add a missing #include | Kitsune Ral |
2017-09-09 | Collect files from jobs/generated into the list of built sources | Kitsune Ral |
2017-09-09 | Kicking, inviting, exposing rooms in Invite state | Kitsune Ral |
2017-09-09 | First files made by api-generator | Kitsune Ral |
2017-09-09 | converters.h: Facility methods for generated jobs | 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 |