aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-24Move plain body from Base (former MessageEventContent) inside RoomMessageEventKitsune Ral
2016-08-24Moved message content classes to a dedicated namespaceKitsune Ral
2016-08-23Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointersFelix Rohrbach
2016-08-23Merge pull request #19 from Fxrh/kitsune-travisciKitsuneRal
2016-08-23Drop KCoreAddons part; enable building with CLang besides GCCKitsune Ral
2016-08-23CheckAuthMethods: fixed parseJson() to return some valueKitsune Ral
2016-08-23Restore accidentally merged-out find_package() linesKitsune Ral
2016-08-23Fix compilation with Qt 5.2.1Kitsune Ral
2016-08-23Merge pull request #15 from Fxrh/kitsune-dropped-kcoreaddonsKitsuneRal
2016-08-22Replaced QList<> with QVector<> where appropriate + minor code cleanupKitsune Ral
2016-08-22Minor cleanupKitsune Ral
2016-08-22findInsertionPos: allow usage with polymorphic typesKitsune Ral
2016-08-15Fixed a typo in the enum definitionKitsune Ral
2016-07-29Added roomMembername() overload for userId, in addition to User*Kitsune Ral
2016-07-28CleanupKitsune Ral
2016-07-28Fixed double-emission of signal(s) on job timeout + general cleanupKitsune Ral
2016-07-28Merge pull request #14 from Fxrh/kitsune-sync-emits-loginerrorKitsuneRal
2016-07-27Removing kcoreaddons submoduleKitsune Ral
2016-07-27Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur...Kitsune Ral
2016-07-26Update libqmatrixclient.priDavid A Roberts
2016-07-26Split BaseJob::gotReply into checkReply and parseReply + internal tweaks to B...Kitsune Ral
2016-07-26Rewritten BaseJob to not depend on KJob.Kitsune Ral
2016-07-26Added a missing #include.Kitsune Ral
2016-07-26Log creation/deletion of jobs (especially SyncJob)Kitsune Ral
2016-07-25Make sync failure handler emit loginError instead of connectionError in case ...Kitsune Ral
2016-07-22Introduced LogoutJobKitsune Ral
2016-07-22Separate errors of access denial kind to a different BaseJob error code as we...Kitsune Ral
2016-07-22Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work).Kitsune Ral
2016-07-12Added a missing #includeKitsune Ral
2016-06-13Dropped unused codeKitsune Ral
2016-06-05Add missing licence fileFelix Rohrbach
2016-06-03Bump version of ecmFelix Rohrbach
2016-06-03Next testFelix Rohrbach
2016-06-03First test with travisFelix Rohrbach
2016-06-02Merge pull request #10 from ilpianista/masterKitsuneRal
2016-06-01Merge pull request #9 from Fxrh/code-tweaksKitsuneRal
2016-05-30Require Qt 5.2.0Andrea Scarpino
2016-05-27Use 'override' keyword throughout job classes; constify apiPath(), query(), d...Kitsune Ral
2016-05-27Set the object name for each job, to make it clear which job has failedKitsune Ral
2016-05-27Enhance loggingKitsune Ral
2016-05-27Use nullptrKitsune Ral
2016-05-27Don't assign the token twiceKitsune Ral
2016-05-26Merge pull request #8 from Fxrh/event-listsKitsuneRal
2016-05-26Load a different set of event lists depending on the join state (and actually...Kitsune Ral
2016-05-26Merge pull request #7 from Fxrh/event-listsKitsuneRal
2016-05-26Introducing EventList class + minor fixKitsune Ral
2016-05-08Merge pull request #5 from KitsuneRal/basejob-improvementFelix Rohrbach
2016-05-07Minors: one fix, one cleanupKitsune Ral
2016-05-06Use lambda captures instead of throwing job pointers aroundKitsune Ral
2016-05-06Enhanced logging of job failuresKitsune Ral