aboutsummaryrefslogtreecommitdiff
path: root/room.cpp
AgeCommit message (Expand)Author
2018-02-24User/Room: signal that a user/member is about to change the nameKitsune Ral
2018-02-24Support per-room user traitsKitsune Ral
2018-02-23Room: user() and memberJoinState(); code cleanupKitsune Ral
2018-02-23Avatar: provide common logic for uploading; don't store ConnectionKitsune Ral
2018-02-03Room: urlToDownload() and urlToThumbnail()Kitsune Ral
2018-02-01On Windows, make sure the downloaded file has a proper extensionKitsune Ral
2018-02-01Log transferred bytes in PROFILER categoryKitsune Ral
2018-02-01Room::fileNameToDownload: get a sensible initial name for the file pickerKitsune Ral
2018-02-01Add GCC 4.9.2 to the workaround path for FileTransferInfo codeKitsune Ral
2018-01-30Room: setName(), setCanonicalAlias()Kitsune Ral
2018-01-30User: fullName, isGuest, better doc commentsKitsune 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-25Room::toJson: fix invite state cachingKitsune Ral
2018-01-25Room::Private::toJson: don't save zero numbersKitsune Ral
2018-01-22Room: emit addedMessages() before possible read marker auto-promotionKitsune Ral
2018-01-22Room::setLastReadEvent: don't update if the event is the sameKitsune Ral
2018-01-20Room: store the first displayed event as well; Room::*DisplayedMarker() methodsKitsune Ral
2018-01-18Typo fixKitsune 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-17Fix a mistake reported by Clang static analyzerKitsune Ral
2018-01-17Fix an occasional crash introduced by the previous commitKitsune Ral
2018-01-17Room::getPreviousContent(): Don't skip if the last job just finishedKitsune Ral
2018-01-17Room::downloadFile(): make sure temporary file names don't clashKitsune Ral
2018-01-15One more fix, this time for MSVC 2015 onlyKitsune Ral
2018-01-14RoomEvent-aware file up/downloads along with status trackingKitsune Ral
2018-01-12Qualify a bind() invocation with 'std::'; use an actual value instead of a pl...Kitsune Ral
2018-01-06Add a missing #includeKitsune 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-14Another fix for CI on OSXKitsune Ral
2017-12-14Add a missing header to fixing building on OSXKitsune Ral
2017-12-14Fixed building with older compilersKitsune 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-13Refactoring around Room::Private::insertEvent(s)Kitsune Ral
2017-12-12Deduplicate events within a batchKitsune Ral
2017-12-11Whitelist origin_server_ts in redaction logicKitsune Ral
2017-12-10Enable sending requests for redaction to the serverKitsune Ral
2017-12-10Process incoming redactionsKitsune Ral
2017-12-10Use the generated PostReceiptJob; don't compile unused job classesKitsune Ral
2017-12-10Log room creation only onceKitsune Ral
2017-11-16Fix CIKitsune Ral
2017-11-16Require state_key to be present in all state eventsKitsune Ral
2017-11-01StateEvent; EventContent::SimpleContent; event types refactoringKitsune Ral
2017-10-30Room::timelineSize() convenience methodKitsune Ral
2017-10-27Fix room avatars getting lost after restarting QuaternionKitsune Ral