Age | Commit message (Expand) | Author |
2018-02-24 | User/Room: signal that a user/member is about to change the name | Kitsune Ral |
2018-02-24 | Support per-room user traits | Kitsune Ral |
2018-02-24 | Don't copy event content in accessors | Kitsune Ral |
2018-02-23 | Room: user() and memberJoinState(); code cleanup | Kitsune Ral |
2018-02-23 | Avatar: provide common logic for uploading; don't store Connection | Kitsune Ral |
2018-02-23 | RoomMemberEvent: make it sendable | Kitsune Ral |
2018-02-23 | BaseJob: In case of 4xx errors, fill the status with the message from the res... | Kitsune Ral |
2018-02-20 | BaseJob: added Abandoned status | Kitsune Ral |
2018-02-19 | Fix a typo in the previous commit | Kitsune Ral |
2018-02-07 | RoomEvent/RoomMemberEvent: do not store what can be calculated on the fly | Kitsune Ral |
2018-02-07 | MediaThumbnailJob::parseReply: Do not ignore underlying errors | Kitsune Ral |
2018-02-05 | Merge pull request #170 from QMatrixClient/kitsune-expose-download-urls | Kitsune Ral |
2018-02-03 | Room: urlToDownload() and urlToThumbnail() | Kitsune Ral |
2018-02-03 | thumbnailInfo() for event content classes and RoomMessageEvent: hasThumbnail | Kitsune Ral |
2018-02-03 | DownloadFileJob, MediaThumbnailJob: augment generated makeRequestUrl() methods | Kitsune Ral |
2018-02-03 | jobs/generated: Generate job-specific makeRequestUrl() methods | Kitsune Ral |
2018-02-03 | BaseJob::makeRequestUrl | Kitsune Ral |
2018-02-02 | Add CII Best Practices badge to the flair section | Kitsune Ral |
2018-02-01 | On Windows, make sure the downloaded file has a proper extension | Kitsune Ral |
2018-02-01 | Log transferred bytes in PROFILER category | Kitsune Ral |
2018-02-01 | Room::fileNameToDownload: get a sensible initial name for the file picker | Kitsune Ral |
2018-02-01 | Merge pull request #167 from Quiark/master | Kitsune Ral |
2018-02-01 | Move forgetRoom over to slots #166 | Roman Plášil |
2018-02-01 | Merge pull request #164 from Quiark/master | Kitsune Ral |
2018-02-01 | Make qmake warning spec compatible with msvc | Roman Plášil |
2018-02-01 | Add GCC 4.9.2 to the workaround path for FileTransferInfo code | Kitsune Ral |
2018-02-01 | AppVeyor CI configuration | Kitsune Ral |
2018-01-31 | Connection::createdRoom() signal | Kitsune Ral |
2018-01-30 | Merge branch 'kitsune-create-room' | Kitsune Ral |
2018-01-30 | User: Fixes in newly introduced methods | Kitsune Ral |
2018-01-30 | User: Fixes in newly introduced methods | Kitsune Ral |
2018-01-30 | Fix compilation with Clang | Kitsune Ral |
2018-01-30 | Fix compilation with Clang | Kitsune Ral |
2018-01-30 | Room: setName(), setCanonicalAlias() | Kitsune Ral |
2018-01-30 | Fix compatibility with Qt before 5.10 | Kitsune Ral |
2018-01-30 | Fix compatibility with Qt before 5.10 | Kitsune Ral |
2018-01-30 | Connection: expose the list of users; use an ordered map | Kitsune Ral |
2018-01-30 | Connection: more Q_PROPERTYs, newUser signal | Kitsune Ral |
2018-01-30 | Connection::createRoom and Connection::createDirectChat | Kitsune Ral |
2018-01-30 | Connection class cleanup | Kitsune Ral |
2018-01-30 | CreateRoomJob: Update to the latest Spec version | Kitsune Ral |
2018-01-30 | User: fullName, isGuest, better doc comments | Kitsune Ral |
2018-01-30 | RequestData: use auto | Kitsune Ral |
2018-01-30 | Connection::onSyncSuccess: call processEvents upon each room parsing | Kitsune Ral |
2018-01-25 | Merge branch 'kitsune-avatar-url-properties' | Kitsune Ral |
2018-01-25 | Room, User: expose avatarMediaId(); declare User for the metatype system | Kitsune Ral |
2018-01-25 | Room, User: const-tighten up the code, set QObject names | Kitsune Ral |
2018-01-25 | StateEvent<>: introduce Prev structure and prevSenderId() accessor | Kitsune Ral |
2018-01-25 | Expose avatar URLs of Room and User as Q_PROPERTY | Kitsune Ral |
2018-01-25 | Merge branch 'kitsune-better-forget' | Kitsune Ral |