Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists.txt: remove REQUIRED from ecm_find_qmlmodule | link2xt | 2021-08-01 | 1 | -2/+6 |
| | |||||
* | CMakeLists: check for QML modules for QtMultimedia and Kirigami | link2xt | 2021-08-01 | 1 | -2/+6 |
| | | | | | | | The whole Qt Multimedia module is not required. On Debian you only need qml-module-qtmultimedia and no qtmultimedia5-dev. | ||||
* | cmake: add Qt Multimedia requirement | link2xt | 2021-07-26 | 1 | -2/+2 |
| | |||||
* | Add HTML view for messages | link2xt | 2021-05-22 | 1 | -3/+3 |
| | |||||
* | Make Qt5QuickCompiler dependency REQUIRED | link2xt | 2021-03-27 | 1 | -1/+1 |
| | |||||
* | Autoformat CMakeLists.txt | link2xt | 2021-03-27 | 1 | -10/+18 |
| | |||||
* | Add .desktop entry and icon | link2xt | 2021-03-27 | 1 | -0/+2 |
| | |||||
* | Mark Kirigami dependency as required | link2xt | 2021-03-27 | 1 | -1/+1 |
| | |||||
* | Compile QML ahead-of-time | link2xt | 2021-03-16 | 1 | -1/+7 |
| | |||||
* | CMakeLists.txt: install the binary | link2xt | 2021-02-24 | 1 | -0/+6 |
| | |||||
* | Do not build libdeltachat as ExternalProject | link2xt | 2021-02-24 | 1 | -17/+3 |
| | | | | | deltachat-core-rust has CMakeLists.txt now and can be used as a module within `kdesrc-build`. The recommended way for building KDeltaChat is using `kdesrc-build` now, README is updated accordingly. | ||||
* | Move accounts model from C++ to QML | link2xt | 2020-11-05 | 1 | -1/+1 |
| | | | | | | | C++ models are not well documented and it is easier to manage the model in QML. Now all QObjects are thin wrappers around Delta Chat core structures. | ||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+57 |