Age | Commit message (Expand) | Author |
2017-03-14 | Room: exposed findInTimeline and related things from Room::Private | Kitsune Ral |
2017-03-10 | Use special indices instead of iterators for persistent pointers into timelin... | Kitsune Ral |
2017-03-08 | Room::getPreviousContent() gets a number of messages + Room::postMessage() | Kitsune Ral |
2017-02-28 | Room: Make sure an event with the same id isn't added twice to the timeline; ... | Kitsune Ral |
2017-01-17 | Room: Use reverse iterators internally to deal with read markers | Kitsune Ral |
2016-11-26 | Room: provide ability to find an event in the timeline by its id | Kitsune Ral |
2016-11-26 | Room: use std::deque for the timeline | Kitsune Ral |
2016-11-26 | Cleanup | Kitsune Ral |
2016-11-25 | Merge pull request #48 from Fxrh/kitsune-unread-messages-in-lib | KitsuneRal |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-06 | Room: extend promoteReadMarker over non-local users (again) | Kitsune Ral |
2016-11-02 | Room: make read marker a Q_PROPERTY; markMessagesAsRead now uses eventId again | Kitsune Ral |
2016-11-01 | Moved MemberNameSorter from Quaternion to lib | Kitsune Ral |
2016-10-28 | Implemented unread messages indication on the lib side | Kitsune Ral |
2016-10-23 | Room: Don't let the read marker (of any user) get back, only forward | Kitsune Ral |
2016-10-23 | A couple of fixes according to the PR review | Kitsune Ral |
2016-10-21 | Room::markMessagesAsRead correctly handles local user's messages now | Kitsune Ral |
2016-10-20 | Room: added setLastReadEvent accessor and a signal for it; don't post receipt... | Kitsune Ral |
2016-10-07 | Fixed massive leaks of Event objects | Kitsune Ral |
2016-09-16 | Group processing of state events as well | Kitsune Ral |
2016-09-16 | Room: change the way messages are ordered | Kitsune Ral |
2016-09-14 | Room::messageEvents: switch to an alias instead of explicit QList<> | Kitsune Ral |
2016-08-31 | Room: Drop unused code | Kitsune Ral |
2016-08-23 | Fix compilation with Qt 5.2.1 | Kitsune Ral |
2016-07-29 | Added roomMembername() overload for userId, in addition to User* | Kitsune Ral |
2016-05-02 | Actually connect User::nameChanged to Room; make a new Room::memberRenamed si... | Kitsune Ral |
2016-05-02 | Calculate room displayname according to CS spec, with a new signal fired on a... | Kitsune Ral |
2016-05-02 | Introduced Room::roomMemberName(User*) that follows CS spec section 11.2.2.3 | Kitsune Ral |
2016-05-02 | Change the way room members are stored to the one recommended by the CS spec. | Kitsune Ral |
2016-05-02 | Store left room members as well. | Kitsune Ral |
2016-04-23 | Room: Q_INVOKABLE | David A Roberts |
2016-04-08 | Rename Room::messages to Room::messageEvents | Kitsune Ral |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral |