aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-23A couple of fixes according to the PR reviewKitsune Ral
2016-10-21Room::markMessagesAsRead correctly handles local user's messages nowKitsune Ral
2016-10-20Room: added setLastReadEvent accessor and a signal for it; don't post receipt...Kitsune Ral
2016-10-17Merge pull request #43 from Fxrh/kitsune-request-paramsKitsuneRal
2016-10-17Changed the order of arguments in SyncJob::SyncJob()Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-10-14Merge pull request #42 from Fxrh/kitsune-use-qsizeFelix Rohrbach
2016-10-14MediaThumbnailJob: Use QSize instead of two separate int's for sizeKitsune Ral
2016-10-11Merge pull request #32 from Fxrh/kitsune-memory-careFelix Rohrbach
2016-10-11Removed long obsolete initialsyncjob.* files (fixes #37)Kitsune Ral
2016-10-07Fix building with VS2013Kitsune Ral
2016-10-07Fixed leaks of RoomMessageEvent contentKitsune Ral
2016-10-07Use Q_DECLARE_TYPEINFO correctlyKitsune Ral
2016-10-07Fixed massive leaks of Event objectsKitsune Ral
2016-10-05Check there are no non-members "typing" or "having read" messagesKitsune Ral
2016-10-04Changed angle brackets to parentheses for user disambiguationKitsune Ral
2016-09-21Room: don't emit signals if there are no message events receivedKitsune Ral
2016-09-21Merge pull request #31 from Fxrh/kitsune-sender-in-all-eventsKitsuneRal
2016-09-21Merge pull request #30 from Fxrh/fix-messages-orderingKitsuneRal
2016-09-21Push sender from RoomTopicEvent to EventKitsune Ral
2016-09-21Fixed the order of historical messagesKitsune Ral
2016-09-17Merge remote-tracking branch 'remotes/origin/master' into fix-messages-orderingKitsune Ral
2016-09-17Merge pull request #29 from Fxrh/dont-expose-syncjobKitsuneRal
2016-09-16Group processing of state events as wellKitsune Ral
2016-09-16Room: change the way messages are orderedKitsune Ral
2016-09-15Connection: Don't return SyncJob* from sync()Kitsune Ral
2016-09-15Replace an array of room deconstruction log lines with a single connection de...Kitsune Ral
2016-09-15Merge pull request #28 from Fxrh/correct-roomname-by-usernamesFelix Rohrbach
2016-09-15More compact fix with the same meaningKitsune Ral
2016-09-15Correct user sorting for room name creationFelix Rohrbach
2016-09-14Use Receipt by reference in a loopKitsune Ral
2016-09-14Room::messageEvents: switch to an alias instead of explicit QList<>Kitsune Ral
2016-09-14Don't search for event_id and origin_server_ts in m.receipt eventsKitsune Ral
2016-09-14Initialize Room::Private more carefullyKitsune Ral
2016-09-13Update libqmatrixclient.priDavid A Roberts
2016-09-13Merge pull request #27 from Takios/masterKitsuneRal
2016-09-12[FEATURE] Add proper SONAME versioningFabian Niepelt
2016-09-11Make sure syncJob pointer is null upon abandoningKitsune Ral
2016-09-11Explicitly stop the timer in finishJob()Kitsune Ral
2016-09-09Strictly require Qt librariesKitsune Ral
2016-09-08Connection: Fixed an unguarded usage of d->syncJob pointerKitsune Ral
2016-09-08Fix MediaThumbnailJobFelix Rohrbach
2016-09-08Merge pull request #25 from Fxrh/kitsune-generic-dispatchKitsuneRal
2016-09-07A generic lookup(), and its usage in Event and RoomMessageEventKitsune Ral
2016-09-07Event::fromJson(): made the code more compact (correctly this time)Kitsune Ral
2016-09-07More dead code removalKitsune Ral
2016-09-07Merge pull request #23 from Fxrh/kitsune-cmakelistsKitsuneRal
2016-09-07Merge pull request #24 from Fxrh/kitsune-settingsKitsuneRal
2016-09-07Temporarily revert "Event::fromJson(): made the code more compact" as it brea...Kitsune Ral
2016-09-06Relaxed VS version a bit.Kitsune Ral