Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main.qml: remove useless onClosing | link2xt | 2020-10-27 | 1 | -6/+0 | |
| | ||||||
* | Fix quitting the application | link2xt | 2020-10-27 | 3 | -9/+2 | |
| | | | | | | | | Event emitter should only be freed when it emits NULL. Previously dc_accounts_event_emitter_unref() was called earlier then needed, causing use-after-free. As a result, the application got stuck waiting for event emitter thread to finish. | |||||
* | Add info dialog for messages | link2xt | 2020-10-13 | 1 | -0/+31 | |
| | ||||||
* | Display quotes in different font | link2xt | 2020-10-13 | 1 | -1/+13 | |
| | ||||||
* | Add Context::getMessageInfo | link2xt | 2020-10-13 | 2 | -0/+10 | |
| | ||||||
* | Add basic quoting support | link2xt | 2020-10-12 | 3 | -1/+12 | |
| | ||||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 6 | -17/+17 | |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | |||||
* | ChatlistPage.qml: log errors when loading ChatPage | link2xt | 2020-10-06 | 1 | -0/+2 | |
| | ||||||
* | README.md: add libqt5-quickcontrols openSUSE dependency | link2xt | 2020-10-06 | 1 | -1/+1 | |
| | | | | It is needed for QtQuick.Dialogs | |||||
* | AccountsPage: do not set button colors | link2xt | 2020-10-04 | 1 | -2/+0 | |
| | ||||||
* | Remove unnecessary semicolon | link2xt | 2020-10-04 | 1 | -1/+1 | |
| | ||||||
* | README.md: add OpenSUSE dependencies | link2xt | 2020-10-03 | 1 | -0/+14 | |
| | ||||||
* | Initial commit | link2xt | 2020-10-03 | 33 | -0/+2524 | |