aboutsummaryrefslogtreecommitdiff
path: root/room.cpp
AgeCommit message (Expand)Author
2018-03-05Room: addTag() and removeTag()Kitsune Ral
2018-03-05Room::toJson(): Fix caching of tagsKitsune Ral
2018-03-05ReadMarkerEvent; TagEvent remade with less boilerplate codeKitsune Ral
2018-03-05Support saving account data on the serverKitsune Ral
2018-03-04Room::toJson(): Use QJsonObject/Array modern constructors; check execution timeKitsune Ral
2018-03-03Improve compatibility with gcc 4.9 to be able to build for Android with QtCre...Roman Plášil
2018-03-01Fix tags saving/restoring (finally)Kitsune Ral
2018-02-28Profiling logs: added µs, less empty profiling log linesKitsune 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-26Room: show 1-on-1 invitations in a better wayKitsune Ral
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