Age | Commit message (Expand) | Author |
2016-05-27 | Use 'override' keyword throughout job classes; constify apiPath(), query(), d... | Kitsune Ral |
2016-05-27 | Set the object name for each job, to make it clear which job has failed | Kitsune Ral |
2016-05-27 | Enhance logging | Kitsune Ral |
2016-05-27 | Use nullptr | Kitsune Ral |
2016-05-27 | Don't assign the token twice | Kitsune Ral |
2016-05-26 | Merge pull request #8 from Fxrh/event-lists | KitsuneRal |
2016-05-26 | Load a different set of event lists depending on the join state (and actually... | Kitsune Ral |
2016-05-26 | Merge pull request #7 from Fxrh/event-lists | KitsuneRal |
2016-05-26 | Introducing EventList class + minor fix | Kitsune Ral |
2016-05-08 | Merge pull request #5 from KitsuneRal/basejob-improvement | Felix Rohrbach |
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-06 | Enhanced logging of job failures | Kitsune Ral |
2016-05-06 | Make sure the QNetworkReply object is aborted at any failure and even silent ... | Kitsune Ral |
2016-05-06 | Add separate success() and failure() signals to BaseJob | Kitsune Ral |
2016-05-03 | Merge pull request #4 from KitsuneRal/user-room-names2 | Felix Rohrbach |
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 | Deduplicated room check-and-creation code. | Kitsune Ral |
2016-05-02 | Store left room members as well. | Kitsune Ral |
2016-05-02 | Supply more information with User::nameChanged signal | Kitsune Ral |
2016-05-01 | Merge pull request #3 from davidar/master | Felix Rohrbach |
2016-04-23 | Room: Q_INVOKABLE | David A Roberts |
2016-04-22 | Allow login with token. | David A Roberts |
2016-04-12 | Merge remote-tracking branch 'upstream/master' | David A Roberts |
2016-04-12 | Resolve Matrix SRV records. | David A Roberts |
2016-04-11 | Merge pull request #2 from KitsuneRal/code-maintenance | Felix Rohrbach |
2016-04-11 | Rename package.pri | David A Roberts |
2016-04-11 | Add QMake project include file. | David A Roberts |
2016-04-11 | Add more target_compile_features supported by CMake 3.1 and already used in t... | 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 | Use a more telling log line than !!!! | Kitsune Ral |
2016-04-11 | Don't put excess whitespaces in log lines before QStrings - Qt inserts them a... | Kitsune Ral |
2016-04-11 | Minor fixes and cleanup | Kitsune Ral |
2016-04-11 | Missing method in the last commit | Felix Rohrbach |
2016-04-09 | Implement different types of messages | Felix Rohrbach |
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 | Merge pull request #1 from davidar/master | KitsuneRal |
2016-04-08 | Rename Room::messages to Room::messageEvents | Kitsune Ral |
2016-04-08 | Use class instead of struct to remove warning | Kitsune Ral |
2016-04-07 | Allow Connections to be used in QML. | David A Roberts |
2016-04-05 | CMakeLists to build a (so far only static) library. | Kitsune Ral |
2016-04-05 | KCoreAddons imported. | Kitsune Ral |
2016-04-05 | Took README.md from Quaternion, with minor redactions. | Kitsune Ral |