index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
room.cpp
Age
Commit message (
Expand
)
Author
2018-03-26
Room::updateUnreadCount(): Fix a too stringent assertion
Kitsune Ral
2018-03-26
Fix compilation on some environments
Kitsune Ral
2018-03-26
Count unread messages
Kitsune Ral
2018-03-26
Room: isDirectChat() and directChatUsers()
Kitsune Ral
2018-03-24
Dealing with direct chats
Kitsune Ral
2018-03-23
Room::downloadFile(): Events are const
Kitsune Ral
2018-03-23
Room::downloadFile(): make sure to store the initiated file transfer anew
Kitsune Ral
2018-03-23
Room::downloadFile(): don't start another job if the transfer is ongoing
Kitsune Ral
2018-03-23
Room::downloadFile(): Make sure a generated file name is sane
Kitsune Ral
2018-03-07
Fix resetting the read marker if a read receipt comes from the sync
Kitsune Ral
2018-03-06
Make sure the read marker is reinstated after Quaternion restart
Kitsune Ral
2018-03-05
Support server-side read marker (m.full_read)
Kitsune Ral
2018-03-05
First pieces of server-side read marker support
Kitsune Ral
2018-03-05
Room: addTag() and removeTag()
Kitsune Ral
2018-03-05
Room::toJson(): Fix caching of tags
Kitsune Ral
2018-03-05
ReadMarkerEvent; TagEvent remade with less boilerplate code
Kitsune Ral
2018-03-05
Support saving account data on the server
Kitsune Ral
2018-03-04
Room::toJson(): Use QJsonObject/Array modern constructors; check execution time
Kitsune Ral
2018-03-03
Improve compatibility with gcc 4.9 to be able to build for Android with QtCre...
Roman Plášil
2018-03-01
Fix tags saving/restoring (finally)
Kitsune Ral
2018-02-28
Profiling logs: added µs, less empty profiling log lines
Kitsune Ral
2018-02-27
Room: Save tags in the cache; isFavourite() and isLowPriority()
Kitsune Ral
2018-02-26
Room and Connection: support room tags
Kitsune Ral
2018-02-26
Room: show 1-on-1 invitations in a better way
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-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-03
Room: urlToDownload() and urlToThumbnail()
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
Add GCC 4.9.2 to the workaround path for FileTransferInfo code
Kitsune Ral
2018-01-30
Room: setName(), setCanonicalAlias()
Kitsune Ral
2018-01-30
User: fullName, isGuest, better doc comments
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
Expose avatar URLs of Room and User as Q_PROPERTY
Kitsune Ral
2018-01-25
Room::toJson: fix invite state caching
Kitsune Ral
2018-01-25
Room::Private::toJson: don't save zero numbers
Kitsune Ral
2018-01-22
Room: emit addedMessages() before possible read marker auto-promotion
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-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
[next]