aboutsummaryrefslogtreecommitdiff
path: root/room.h
AgeCommit message (Expand)Author
2018-03-26Count unread messagesKitsune Ral
2018-03-26Room: isDirectChat() and directChatUsers()Kitsune Ral
2018-03-05Room: addTag() and removeTag()Kitsune Ral
2018-03-05ReadMarkerEvent; TagEvent remade with less boilerplate codeKitsune Ral
2018-03-01Fix tags saving/restoring (finally)Kitsune Ral
2018-02-27Room: Save tags in the cache; isFavourite() and isLowPriority()Kitsune Ral
2018-02-26Room and Connection: support room tagsKitsune Ral
2018-02-24User/Room: signal that a user/member is about to change the nameKitsune Ral
2018-02-23Room: user() and memberJoinState(); code cleanupKitsune Ral
2018-02-03Room: urlToDownload() and urlToThumbnail()Kitsune Ral
2018-02-01Room::fileNameToDownload: get a sensible initial name for the file pickerKitsune Ral
2018-01-30Room: setName(), setCanonicalAlias()Kitsune Ral
2018-01-25Room, User: expose avatarMediaId(); declare User for the metatype systemKitsune Ral
2018-01-25Room, User: const-tighten up the code, set QObject namesKitsune Ral
2018-01-25Expose avatar URLs of Room and User as Q_PROPERTYKitsune Ral
2018-01-20Room: store the first displayed event as well; Room::*DisplayedMarker() methodsKitsune Ral
2018-01-18Room: add properties for shown (room/event), message and members countKitsune Ral
2018-01-18Move links pretty-printing code from Quaternion to libKitsune Ral
2018-01-14RoomEvent-aware file up/downloads along with status trackingKitsune Ral
2017-12-28Switch from QPixmap to QImage; add convenience avatar() overloads to Room and...Kitsune Ral
2017-12-25Room: Remove C++14 code from the header fileKitsune Ral
2017-12-25Now really switching to the new toolchain: C++14, GCC/Clang 5, Qt 5.6Kitsune Ral
2017-12-14Move all internal event pointers to std::unique_ptr<>Kitsune Ral
2017-12-14Room::markMessagesAsRead(): Move private overload to pimplKitsune Ral
2017-12-10Enable sending requests for redaction to the serverKitsune Ral
2017-12-10Process incoming redactionsKitsune Ral
2017-12-10Elaborate a deprecation commentKitsune Ral
2017-11-02Room: Move away internal methods to not mislead client authorsKitsune Ral
2017-10-30Room::timelineSize() convenience methodKitsune Ral
2017-10-27Support m.room.avatar eventsKitsune Ral
2017-10-14Leaving a room now uses a generated Job fileKitsune Ral
2017-10-14Cleanup around Room (potentially breaks API compatibility, beware)Kitsune Ral
2017-10-13Support banning and unbanningKitsune Ral
2017-10-02Room::id(): return crefKitsune Ral
2017-09-21jobs: SetRoomStateJob (with or without state key); setting room topicKitsune Ral
2017-09-21Merge branch 'master' into kitsune-invite-kickKitsune Ral
2017-09-19Merge branch 'master' into cache-state-to-jsonKitsune Ral
2017-09-09Kicking, inviting, exposing rooms in Invite stateKitsune Ral
2017-09-05Room: memberCount(); slight optimization and reformattingKitsune Ral
2017-09-03More fixesRoman Plášil
2017-08-19Room::localUser() facility methodKitsune Ral
2017-08-16WIP saving intermediate state to JSONRoman Plášil
2017-06-27Enable sending RoomMessageEventsKitsune Ral
2017-06-07Make markAllMessagesAsRead() Q_INVOKABLERoman Plášil
2017-06-02Add Room::memberNames() for nick completion in QMLRoman Plášil
2017-05-22Refactored EventsKitsune Ral
2017-05-13More code cleanup and tweaks; fine-tuning logs; performance improvementsKitsune Ral
2017-05-09LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro...Kitsune Ral
2017-05-09Allow to get a Connection object of the RoomKitsune Ral
2017-05-09Code cleanup and tweaking (partially driven by clang-tidy)Kitsune Ral