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
/
lib
/
room.cpp
Age
Commit message (
Expand
)
Author
2018-07-09
Room: Revert from visit() to a combination of ifs and eventCasts
Kitsune Ral
2018-07-08
visit<>(): drop the overload for pointer-like objects
Kitsune Ral
2018-07-04
Events: use a template structure instead of template variables; rearrange cod...
Kitsune Ral
2018-07-04
Event types system remade to be extensible
Kitsune Ral
2018-07-01
More cleanup and minor tweaks
Kitsune Ral
2018-06-03
csapi + converters: Support variant types (using QVariant)
Kitsune Ral
2018-06-02
Room::dropDuplicateEvents(): use a reference instead of a pointer
Kitsune Ral
2018-05-28
Move out prettyPrint() from Room to util.h
Kitsune Ral
2018-05-06
Optimise #includes, eliminate some excess blank lines in lib/csapi
Kitsune Ral
2018-05-06
Room::calculateDisplayname: fix a misleading room name after leaving a one-on...
Kitsune Ral
2018-05-04
New home for the generated code - lib/csapi
Kitsune Ral
2018-05-04
Preempt job/setroomstatejob.* with jobs/generated/room_state.*
Kitsune Ral
2018-05-04
EvT::TypeId: Use a member function instead of a variable
Kitsune Ral
2018-05-03
GetRoomEventsJob (replaces RoomMessagesJob) + refactoring
Kitsune Ral
2018-05-03
Room::Private::processRedaction: minor refactoring
Kitsune Ral
2018-05-01
Event and Room: further abstract event pointers
Kitsune Ral
2018-05-01
Room: endorse std::move
Kitsune Ral
2018-04-27
Use bridge names as the first line of disambiguation
Kitsune Ral
2018-04-27
Cache bridge names along with user names
Kitsune Ral
2018-04-22
Code reformatting
Kitsune Ral
2018-04-13
Support Qt 5.4
Kitsune Ral
2018-04-02
Room/Connection: accountData()/accountDataChanged()
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral