Age | Commit message (Expand) | Author |
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 |
2016-09-07 | Event::fromJson(): made the code more compact (correctly this time) | Kitsune Ral |
2016-09-07 | More dead code removal | Kitsune Ral |
2016-09-07 | Merge pull request #23 from Fxrh/kitsune-cmakelists | KitsuneRal |
2016-09-07 | Merge pull request #24 from Fxrh/kitsune-settings | KitsuneRal |
2016-09-07 | Temporarily revert "Event::fromJson(): made the code more compact" as it brea... | Kitsune Ral |
2016-09-06 | Relaxed VS version a bit. | Kitsune Ral |
2016-09-06 | Corrected the faulty VS version | Kitsune Ral |
2016-09-06 | Fix building with VS2013 | Kitsune Ral |
2016-09-06 | Remember the current SyncJob and allow to explicitly abandon it | Kitsune Ral |
2016-09-06 | Cleanup after moving ConnectionPrivate::provideRoom() | Kitsune Ral |
2016-09-06 | Settings, SettingsGroup, AccountSettings | Kitsune Ral |
2016-09-06 | Connection: homeserver(); Connection and ConnectionData: accessToken(); acces... | Kitsune Ral |
2016-09-06 | Set CMAKE_BUILD_TYPE if none is specified | Kitsune Ral |
2016-08-31 | QList<Event*> -> using Events=QVector<Event*> | Kitsune Ral |
2016-08-31 | Event::fromJson(): made the code more compact | Kitsune Ral |
2016-08-31 | Room: Drop unused code | Kitsune Ral |
2016-08-31 | Dismiss ConnectionPrivate, long live Connection::Private | Kitsune Ral |
2016-08-29 | RoomTopicEvent: parse and provide sender information | Kitsune Ral |
2016-08-29 | Merge pull request #20 from Fxrh/kitsune-roommessage-refactoring2 | KitsuneRal |
2016-08-29 | Align AudioContent with the rest; special-case creation of VideoContent only | Kitsune Ral |
2016-08-25 | Structured parsing, folded repetitive initialization code | Kitsune Ral |
2016-08-24 | Introduce TextContent + minor cleanup | Kitsune Ral |
2016-08-24 | Drop unused (by code and by spec) hsob_ts value | Kitsune Ral |
2016-08-24 | Move plain body from Base (former MessageEventContent) inside RoomMessageEvent | Kitsune Ral |
2016-08-24 | Moved message content classes to a dedicated namespace | Kitsune Ral |
2016-08-23 | Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointers | Felix Rohrbach |
2016-08-23 | Merge pull request #19 from Fxrh/kitsune-travisci | KitsuneRal |
2016-08-23 | Drop KCoreAddons part; enable building with CLang besides GCC | Kitsune Ral |