Age | Commit message (Expand) | Author |
2016-08-29 | Align AudioContent with the rest; special-case creation of VideoContent only | Kitsune Ral |
2016-08-25 | Structured parsing, folded repetitive initialization code | Kitsune Ral |
2016-08-24 | Introduce TextContent + minor cleanup | Kitsune Ral |
2016-08-24 | Drop unused (by code and by spec) hsob_ts value | Kitsune Ral |
2016-08-24 | Move plain body from Base (former MessageEventContent) inside RoomMessageEvent | Kitsune Ral |
2016-08-24 | Moved message content classes to a dedicated namespace | Kitsune Ral |
2016-08-23 | Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointers | Felix Rohrbach |
2016-08-23 | Merge pull request #19 from Fxrh/kitsune-travisci | KitsuneRal |
2016-08-23 | Drop KCoreAddons part; enable building with CLang besides GCC | Kitsune Ral |
2016-08-23 | CheckAuthMethods: fixed parseJson() to return some value | Kitsune Ral |
2016-08-23 | Restore accidentally merged-out find_package() lines | Kitsune Ral |
2016-08-23 | Fix compilation with Qt 5.2.1 | Kitsune Ral |
2016-08-23 | Merge pull request #15 from Fxrh/kitsune-dropped-kcoreaddons | KitsuneRal |
2016-08-22 | Replaced QList<> with QVector<> where appropriate + minor code cleanup | Kitsune Ral |
2016-08-22 | Minor cleanup | Kitsune Ral |
2016-08-22 | findInsertionPos: allow usage with polymorphic types | Kitsune Ral |
2016-08-15 | Fixed a typo in the enum definition | Kitsune Ral |
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 |