Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |