Age | Commit message (Expand) | Author |
2018-02-26 | Fix (not working for quite a long time) CI on OSX | Kitsune Ral |
2018-02-26 | Travis CI: an attempt to introduce automatic testing | Kitsune Ral |
2018-02-26 | qmc-example: Single-shot sync instead of continuous; room tags; code cleanup | Kitsune Ral |
2018-02-26 | Merge branch 'kitsune-account-data' | Kitsune Ral |
2018-02-26 | Room and Connection: support room tags | Kitsune Ral |
2018-02-26 | TagEvent: m.tag events parsing | Kitsune Ral |
2018-02-26 | SyncJob: parse events from global account data too | Kitsune Ral |
2018-02-26 | Room: show 1-on-1 invitations in a better way | Kitsune Ral |
2018-02-25 | ReceiptEvent: code cleanup | Kitsune Ral |
2018-02-24 | Merge branch 'kitsune-room-specific-userinfo' | Kitsune Ral |
2018-02-24 | User: store avatars on the heap; use two containers to store avatars-to-rooms... | Kitsune Ral |
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 |