Age | Commit message (Expand) | Author |
2018-02-26 | SyncJob: parse events from global account data too | Kitsune Ral |
2017-12-14 | Declare SyncRoomData as C++-movable | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-11-16 | Simplify code that loads events from JSON arrays | Kitsune Ral |
2017-10-13 | All jobs: Drop ConnectionData parameter from the constructor | Kitsune Ral |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-09 | Kicking, inviting, exposing rooms in Invite state | Kitsune Ral |
2017-09-04 | Use move on SyncData | Roman Plášil |
2017-09-04 | Use SyncJob::SyncData as a plain member | Roman Plášil |
2017-09-02 | Use status return type for parseJson | Roman Plášil |
2017-08-16 | Implement saving save to enable incremental sync even after shutdown | Roman Plášil |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-13 | More code cleanup and tweaks; fine-tuning logs; performance improvements | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-02-28 | Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t... | Kitsune Ral |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-10-17 | Changed the order of arguments in SyncJob::SyncJob() | Kitsune Ral |
2016-10-15 | BaseJob: Use saved parameters instead of overriding apiPath(), query() and da... | Kitsune Ral |
2016-10-07 | Fix building with VS2013 | Kitsune Ral |
2016-10-07 | Fixed massive leaks of Event objects | Kitsune Ral |
2016-08-31 | QList<Event*> -> using Events=QVector<Event*> | Kitsune Ral |
2016-08-23 | Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointers | Felix Rohrbach |
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-07-28 | Cleanup | Kitsune Ral |
2016-07-27 | Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur... | Kitsune Ral |
2016-07-22 | Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work). | Kitsune Ral |
2016-05-27 | Use 'override' keyword throughout job classes; constify apiPath(), query(), d... | Kitsune Ral |
2016-05-26 | Load a different set of event lists depending on the join state (and actually... | Kitsune Ral |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral |