aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2016-05-06Make sure the QNetworkReply object is aborted at any failure and even silent ...Kitsune Ral
2016-05-06Add separate success() and failure() signals to BaseJobKitsune Ral
2016-05-03Merge pull request #4 from KitsuneRal/user-room-names2Felix Rohrbach
2016-05-02Actually connect User::nameChanged to Room; make a new Room::memberRenamed si...Kitsune Ral
2016-05-02Reworked room name calculation to get rid of do {} while (false)Kitsune Ral
2016-05-02Calculate room displayname according to CS spec, with a new signal fired on a...Kitsune Ral
2016-05-02Introduced Room::roomMemberName(User*) that follows CS spec section 11.2.2.3Kitsune Ral
2016-05-02Mark read-only accessors in Room::Private as const.Kitsune Ral
2016-05-02Change the way room members are stored to the one recommended by the CS spec.Kitsune Ral
2016-05-02Deduplicated room check-and-creation code.Kitsune Ral
2016-05-02Store left room members as well.Kitsune Ral
2016-05-02Supply more information with User::nameChanged signalKitsune Ral
2016-05-01Merge pull request #3 from davidar/masterFelix Rohrbach
2016-04-23Room: Q_INVOKABLEDavid A Roberts
2016-04-22Allow login with token.David A Roberts
2016-04-12Merge remote-tracking branch 'upstream/master'David A Roberts
2016-04-12Resolve Matrix SRV records.David A Roberts
2016-04-11Merge pull request #2 from KitsuneRal/code-maintenanceFelix Rohrbach
2016-04-11Rename package.priDavid A Roberts
2016-04-11Add QMake project include file.David A Roberts
2016-04-11Add more target_compile_features supported by CMake 3.1 and already used in t...Kitsune Ral
2016-04-11Factor out the code that searches an insertion point in a timeline.Kitsune Ral
2016-04-11Drop unneeded check and debug messageKitsune Ral
2016-04-11Use a more telling log line than !!!!Kitsune Ral
2016-04-11Don't put excess whitespaces in log lines before QStrings - Qt inserts them a...Kitsune Ral