aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move notifications to own header fileMiquel Lionel2022-02-061-0/+9
| | | | | | | | - also make a skel for files in /usr/, useful for sounds and notifyrc - build.sh use plain simple cp -r to copy the skel. also copies the knotifications5 in the current directory for qml.qrc embedding in case the app is used on android.
* Add HTML view for messageslink2xt2021-05-221-0/+3
|
* Set organization to KDeltaChatlink2xt2021-03-271-1/+1
|
* Set WM_CLASS to KDeltaChat rather than DeltaChatlink2xt2021-03-271-1/+1
|
* Mark displayed messages as seenlink2xt2021-03-191-0/+1
|
* Move accounts model from C++ to QMLlink2xt2020-11-051-2/+2
| | | | | | | 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 commitlink2xt2020-10-031-0/+69