Age | Commit message (Expand) | Author |
2016-07-29 | Added roomMembername() overload for userId, in addition to User* | Kitsune Ral |
2016-07-28 | Cleanup | Kitsune Ral |
2016-07-28 | Fixed double-emission of signal(s) on job timeout + general cleanup | Kitsune Ral |
2016-07-28 | Merge pull request #14 from Fxrh/kitsune-sync-emits-loginerror | KitsuneRal |
2016-07-27 | Removing kcoreaddons submodule | Kitsune Ral |
2016-07-27 | Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur... | Kitsune Ral |
2016-07-26 | Update libqmatrixclient.pri | David A Roberts |
2016-07-26 | Split BaseJob::gotReply into checkReply and parseReply + internal tweaks to B... | Kitsune Ral |
2016-07-26 | Rewritten BaseJob to not depend on KJob. | Kitsune Ral |
2016-07-26 | Added a missing #include. | Kitsune Ral |
2016-07-26 | Log creation/deletion of jobs (especially SyncJob) | Kitsune Ral |
2016-07-25 | Make sync failure handler emit loginError instead of connectionError in case ... | Kitsune Ral |
2016-07-22 | Introduced LogoutJob | Kitsune Ral |
2016-07-22 | Separate errors of access denial kind to a different BaseJob error code as we... | Kitsune Ral |
2016-07-22 | Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work). | Kitsune Ral |
2016-07-12 | Added a missing #include | Kitsune Ral |
2016-06-13 | Dropped unused code | Kitsune Ral |
2016-06-05 | Add missing licence file | Felix Rohrbach |
2016-06-03 | Bump version of ecm | Felix Rohrbach |
2016-06-03 | Next test | Felix Rohrbach |
2016-06-03 | First test with travis | Felix Rohrbach |
2016-06-02 | Merge pull request #10 from ilpianista/master | KitsuneRal |
2016-06-01 | Merge pull request #9 from Fxrh/code-tweaks | KitsuneRal |
2016-05-30 | Require Qt 5.2.0 | Andrea Scarpino |
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 |