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