Age | Commit message (Expand) | Author |
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 |
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 |
2017-06-22 | BaseJob::* facility classes: better construction | Kitsune Ral |
2017-06-22 | Connection is now able to generate transaction ids | Kitsune Ral |
2017-06-13 | Removed RoomMessageEvent::userId in favor of RoomEvent::senderId | Kitsune Ral |
2017-06-07 | Merge pull request #69 from Quiark/pull-bridged-field | Kitsune Ral |
2017-06-07 | Adjust whitespace | Roman Plášil |
2017-06-07 | Split user's bridge (IRC, Gitter) into a separate field in user model object | Roman Plášil |