Age | Commit message (Expand) | Author |
2016-10-27 | Use more compact syntax for find_package; display prefix path to Qt | Kitsune Ral |
2016-10-26 | Introduce cropedAvatar | Malte Brandy |
2016-10-24 | Crop avatar to ensure it has exactly the wanted size; Fixes memory leak #54 | Malte Brandy |
2016-10-24 | Merge pull request #44 from Fxrh/kitsune-read-receipts | KitsuneRal |
2016-10-23 | Room: Don't let the read marker (of any user) get back, only forward | Kitsune Ral |
2016-10-23 | A couple of fixes according to the PR review | Kitsune Ral |
2016-10-21 | Room::markMessagesAsRead correctly handles local user's messages now | Kitsune Ral |
2016-10-21 | Fixed building on VS2013 | Kitsune Ral |
2016-10-20 | Room: added setLastReadEvent accessor and a signal for it; don't post receipt... | Kitsune Ral |
2016-10-17 | Merge pull request #43 from Fxrh/kitsune-request-params | KitsuneRal |
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-14 | Merge pull request #42 from Fxrh/kitsune-use-qsize | Felix Rohrbach |
2016-10-14 | MediaThumbnailJob: Use QSize instead of two separate int's for size | Kitsune Ral |
2016-10-11 | Merge pull request #32 from Fxrh/kitsune-memory-care | Felix Rohrbach |
2016-10-11 | Removed long obsolete initialsyncjob.* files (fixes #37) | Kitsune Ral |
2016-10-07 | Fix building with VS2013 | Kitsune Ral |
2016-10-07 | Fixed leaks of RoomMessageEvent content | Kitsune Ral |
2016-10-07 | Use Q_DECLARE_TYPEINFO correctly | Kitsune Ral |
2016-10-07 | Fixed massive leaks of Event objects | Kitsune Ral |
2016-10-05 | Check there are no non-members "typing" or "having read" messages | Kitsune Ral |
2016-10-04 | Changed angle brackets to parentheses for user disambiguation | Kitsune Ral |
2016-09-21 | Room: don't emit signals if there are no message events received | Kitsune Ral |
2016-09-21 | Merge pull request #31 from Fxrh/kitsune-sender-in-all-events | KitsuneRal |
2016-09-21 | Merge pull request #30 from Fxrh/fix-messages-ordering | KitsuneRal |
2016-09-21 | Push sender from RoomTopicEvent to Event | Kitsune Ral |
2016-09-21 | Fixed the order of historical messages | Kitsune Ral |
2016-09-17 | Merge remote-tracking branch 'remotes/origin/master' into fix-messages-ordering | Kitsune Ral |
2016-09-17 | Merge pull request #29 from Fxrh/dont-expose-syncjob | KitsuneRal |
2016-09-16 | Group processing of state events as well | Kitsune Ral |
2016-09-16 | Room: change the way messages are ordered | Kitsune Ral |
2016-09-15 | Connection: Don't return SyncJob* from sync() | Kitsune Ral |
2016-09-15 | Replace an array of room deconstruction log lines with a single connection de... | Kitsune Ral |
2016-09-15 | Merge pull request #28 from Fxrh/correct-roomname-by-usernames | Felix Rohrbach |
2016-09-15 | More compact fix with the same meaning | Kitsune Ral |
2016-09-15 | Correct user sorting for room name creation | Felix Rohrbach |
2016-09-14 | Use Receipt by reference in a loop | Kitsune Ral |
2016-09-14 | Room::messageEvents: switch to an alias instead of explicit QList<> | Kitsune Ral |
2016-09-14 | Don't search for event_id and origin_server_ts in m.receipt events | Kitsune Ral |
2016-09-14 | Initialize Room::Private more carefully | Kitsune Ral |
2016-09-13 | Update libqmatrixclient.pri | David A Roberts |
2016-09-13 | Merge pull request #27 from Takios/master | KitsuneRal |
2016-09-12 | [FEATURE] Add proper SONAME versioning | Fabian Niepelt |
2016-09-11 | Make sure syncJob pointer is null upon abandoning | Kitsune Ral |
2016-09-11 | Explicitly stop the timer in finishJob() | Kitsune Ral |
2016-09-09 | Strictly require Qt libraries | Kitsune Ral |
2016-09-08 | Connection: Fixed an unguarded usage of d->syncJob pointer | Kitsune Ral |
2016-09-08 | Fix MediaThumbnailJob | Felix Rohrbach |
2016-09-08 | Merge pull request #25 from Fxrh/kitsune-generic-dispatch | KitsuneRal |
2016-09-07 | A generic lookup(), and its usage in Event and RoomMessageEvent | Kitsune Ral |