Age | Commit message (Expand) | Author |
2018-06-04 | CMakeLists: Fix build breakage if MATRIX_DOC_PATH is relative | Kitsune Ral |
2018-06-04 | CMakeLists: fix build breakage if GTAD path is relative | Kitsune Ral |
2018-06-04 | Make libQMatrixClient buildable outside of Quaternion | Kitsune Ral |
2018-06-03 | csapi + converters: Support variant types (using QVariant) | Kitsune Ral |
2018-05-28 | Move out prettyPrint() from Room to util.h | Kitsune Ral |
2018-05-06 | Remove unused job classes. | Kitsune Ral |
2018-05-06 | CMakeLists.txt: Bump API version | Kitsune Ral |
2018-05-04 | New home for the generated code - lib/csapi | Kitsune Ral |
2018-05-04 | Preempt job/setroomstatejob.* with jobs/generated/room_state.* | Kitsune Ral |
2018-05-03 | Preempt jobs/joinroomjob.* with jobs/generated/joining.* | Kitsune Ral |
2018-05-03 | GetRoomEventsJob (replaces RoomMessagesJob) + refactoring | Kitsune Ral |
2018-04-30 | Build systems: add jobs/generated/definitions to the mix | Kitsune Ral |
2018-04-29 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-04-14 | CMakeLists.txt: minor refactoring | Kitsune Ral |
2018-04-13 | Support Qt 5.4 | Kitsune Ral |
2018-04-13 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-04-11 | Comment out install(EXPORT_ANDROID_MK) | Kitsune Ral |
2018-04-05 | Unofficially relax Qt requirement to 5.5.1 | Kitsune Ral |
2018-04-03 | CMakeLists.txt: Specify the API version correctly | Kitsune Ral |
2018-03-31 | Make and install CMake config package; provide examples/CMakeLists.txt using it | Kitsune Ral |
2018-03-31 | Install CMake files to the proper place | Kitsune Ral |
2018-03-31 | Move source files to a separate folder | Kitsune Ral |
2018-03-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-03-30 | Introduce install target for the library | Kitsune Ral |
2018-03-24 | Introduce DirectChatEvent (parse only, no processing yet) | Kitsune Ral |
2018-03-05 | ReadMarkerEvent; TagEvent remade with less boilerplate code | Kitsune Ral |
2018-03-04 | CMakeLists.txt: indent files with 4 spaces as everywhere else | Kitsune Ral |
2018-02-27 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-02-26 | TagEvent: m.tag events parsing | Kitsune Ral |
2018-01-14 | DownloadFileJob | Kitsune Ral |
2018-01-14 | BaseJob::Data -> RequestData; support QIODevice* input/output | Kitsune Ral |
2018-01-12 | DownloadFileJob | Kitsune Ral |
2018-01-12 | BaseJob::Data -> RequestData; support QIODevice* input/output | Kitsune Ral |
2018-01-05 | CMakeLists.txt: Exclude more API files from generation | Kitsune Ral |
2018-01-04 | Disable generation of jobs that stand in the way | Kitsune Ral |
2017-12-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-12-30 | QMatrixClient::NetworkAccessManager (singleton Qt NAM that remembers ignored ... | Kitsune Ral |
2017-12-26 | NetworkSettings: store proxy configuration | Kitsune Ral |
2017-12-25 | CMakeLists: Add -W to the mix | Kitsune Ral |
2017-12-25 | Polished warnings configuration | Kitsune Ral |
2017-12-25 | Now really switching to the new toolchain: C++14, GCC/Clang 5, Qt 5.6 | Kitsune Ral |
2017-12-25 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-12-16 | CMakeLists.txt: Make -Wreturn-type an error | Kitsune Ral |
2017-12-10 | Use the generated PostReceiptJob; don't compile unused job classes | Kitsune Ral |
2017-12-07 | GTAD: Enable content-repo stubs generation | Kitsune Ral |
2017-11-28 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-11-28 | Bumped up the soname version | Kitsune Ral |
2017-11-02 | Update the lib version for dynamic linking | Kitsune Ral |
2017-11-01 | StateEvent; EventContent::SimpleContent; event types refactoring | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | Kitsune Ral |