Age | Commit message (Expand) | Author |
2016-08-31 | Room: Drop unused code | Kitsune Ral |
2016-08-22 | Replaced QList<> with QVector<> where appropriate + minor code cleanup | Kitsune Ral |
2016-08-22 | Minor cleanup | Kitsune Ral |
2016-07-29 | Added roomMembername() overload for userId, in addition to User* | Kitsune Ral |
2016-06-13 | Dropped unused code | Kitsune Ral |
2016-05-07 | Minors: one fix, one cleanup | Kitsune Ral |
2016-05-06 | Use lambda captures instead of throwing job pointers around | Kitsune Ral |
2016-05-02 | Actually connect User::nameChanged to Room; make a new Room::memberRenamed si... | Kitsune Ral |
2016-05-02 | Reworked room name calculation to get rid of do {} while (false) | 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 | Mark read-only accessors in Room::Private as const. | 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-11 | Factor out the code that searches an insertion point in a timeline. | Kitsune Ral |
2016-04-11 | Drop unneeded check and debug message | Kitsune Ral |
2016-04-11 | Don't put excess whitespaces in log lines before QStrings - Qt inserts them a... | Kitsune Ral |
2016-04-09 | Merge pull request #1 from davidar/master | Felix Rohrbach |
2016-04-09 | Make Connection parent of Room. | 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 |