Age | Commit message (Expand) | Author |
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 |
2018-01-25 | Merge branch 'kitsune-invite-state-caching' | Kitsune Ral |
2018-01-25 | Connection: intercept late-coming /sync response on a just forgotten room | Kitsune Ral |
2018-01-25 | Connection::provideRoom: assert no empty ids | Kitsune Ral |
2018-01-25 | Room::toJson: fix invite state caching | Kitsune Ral |
2018-01-25 | Connection::forgetRoom: Support forgetting invites too | Kitsune Ral |
2018-01-25 | BaseJob::checkReply: log job returned status more explicitly | Kitsune Ral |
2018-01-25 | Room::Private::toJson: don't save zero numbers | Kitsune Ral |
2018-01-24 | Fix dangling references | Kitsune Ral |
2018-01-24 | Typo fixes for the previous commit | Kitsune Ral |
2018-01-24 | Avatar: Only allow mxc:// links for avatars | Kitsune Ral |
2018-01-24 | splitMediaId: fix typos in the assertion failure message | Kitsune Ral |
2018-01-22 | Room: emit addedMessages() before possible read marker auto-promotion | Kitsune Ral |
2018-01-22 | splitMediaId: better assertion failure message | Kitsune Ral |
2018-01-22 | Room::setLastReadEvent: don't update if the event is the same | Kitsune Ral |
2018-01-20 | Room: store the first displayed event as well; Room::*DisplayedMarker() methods | Kitsune Ral |
2018-01-20 | RoomMessageEvent::hasTextContent() | Kitsune Ral |
2018-01-18 | Typo fix | Kitsune Ral |
2018-01-18 | Room: add properties for shown (room/event), message and members count | Kitsune Ral |
2018-01-18 | Move links pretty-printing code from Quaternion to lib | Kitsune Ral |
2018-01-17 | Fix a mistake reported by Clang static analyzer | Kitsune Ral |
2018-01-17 | Fix an occasional crash introduced by the previous commit | Kitsune Ral |
2018-01-17 | Room::getPreviousContent(): Don't skip if the last job just finished | Kitsune Ral |
2018-01-17 | Room::downloadFile(): make sure temporary file names don't clash | Kitsune Ral |
2018-01-16 | EventContent: inject mediaThumbnailId into content original JSON | Kitsune Ral |
2018-01-15 | EventContent: provide mediaId in the top-level JSON, not in "info" subobject | Kitsune Ral |
2018-01-15 | DownloadFileJob: Be tolerant to request retries | Kitsune Ral |
2018-01-15 | One more fix, this time for MSVC 2015 only | Kitsune Ral |
2018-01-15 | EventContent: rewrite without mixins | Kitsune Ral |
2018-01-14 | RoomEvent-aware file up/downloads along with status tracking | Kitsune Ral |
2018-01-14 | Refactor EventContent; allow to easily check files out of message events | Kitsune Ral |
2018-01-14 | User: Q_PROPERTYs; setAvatar() | Kitsune Ral |
2018-01-14 | Connection: files up/downloading support | Kitsune Ral |
2018-01-14 | Connection::getThumbnail: Add an overload for QString | Kitsune Ral |
2018-01-14 | DownloadFileJob | Kitsune Ral |
2018-01-14 | BaseJob: afterStart(), beforeAbandon(), up/downloadProgress() | Kitsune Ral |