Age | Commit message (Expand) | Author |
2018-04-13 | Support Qt 5.4 | 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-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-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 |
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-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-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 |
2017-10-26 | Move out the avatar code from User | Kitsune Ral |
2017-10-26 | Move out common message event content classes | Kitsune Ral |
2017-10-14 | LogoutJob is supplied by generated code | Kitsune Ral |
2017-10-14 | Leaving a room now uses a generated Job file | Kitsune Ral |
2017-10-02 | Introduce EncryptionEvent class | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
2017-09-09 | Collect files from jobs/generated into the list of built sources | Kitsune Ral |
2017-08-28 | Use -pedantic with compilers that support it | Kitsune Ral |
2017-07-19 | Restore compatibility with CMake versions below 3.3 | Kitsune Ral |
2017-07-19 | Make sure -Wall is used regardless of the parent project settings | Kitsune Ral |
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-13 | Use own copy of MIME database on Windows | Kitsune Ral |
2017-03-20 | Added an example of libqmatrixclient usage | Kitsune Ral |
2016-11-01 | Removed unused code | Kitsune Ral |
2016-10-27 | Fixed a false alarm in Qt Creator | Kitsune Ral |
2016-10-27 | Set CMAKE_CXX_STANDARD variable instead of listing compiler features | Kitsune Ral |
2016-10-27 | Use more compact syntax for find_package; display prefix path to Qt | Kitsune Ral |
2016-10-15 | BaseJob: Use saved parameters instead of overriding apiPath(), query() and da... | Kitsune Ral |
2016-09-12 | [FEATURE] Add proper SONAME versioning | Fabian Niepelt |
2016-09-09 | Strictly require Qt libraries | Kitsune Ral |
2016-09-07 | A generic lookup(), and its usage in Event and RoomMessageEvent | Kitsune Ral |
2016-09-07 | Merge pull request #23 from Fxrh/kitsune-cmakelists | KitsuneRal |