aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* chatlist: mark context property as requiredlink2xt2021-02-231-1/+1
|
* Mark chat as noticed when selectedlink2xt2021-02-233-0/+12
|
* Add Context::marknoticedChat()link2xt2021-02-222-0/+6
|
* Vertically center number of fresh messageslink2xt2021-02-221-0/+1
|
* chatlist: set avatar colorlink2xt2021-02-221-0/+1
|
* chatlist: display number of fresh messageslink2xt2021-02-221-1/+7
|
* Add Context::getFreshMsgCnt()link2xt2021-02-222-0/+6
|
* README: add link to deltachat-core-rustlink2xt2021-02-221-15/+38
|
* ChatlistPage: display chat avatarslink2xt2021-02-221-2/+12
|
* Uncomment DcChat::getProfileImagelink2xt2021-02-222-4/+5
|
* Add context menu item to accept contact requestslink2xt2021-02-221-0/+4
|
* Add Context::decideOnContactRequestlink2xt2021-02-222-0/+7
|
* Add Context::setChatMuteDurationlink2xt2021-02-222-0/+7
|
* Start configuration when "Login" is clickedlink2xt2021-02-202-1/+9
|
* chatlist: use text2 in summarieslink2xt2021-02-191-1/+1
|
* Implement Context::setConfig()link2xt2021-02-192-0/+9
|
* Context: implement startIo, stopIo and maybeNetworklink2xt2021-02-192-0/+21
| | | | They are not supposed to be used as they can be called from account manager, just for completeness.
* README.md: document how to run with upstream Kirigamilink2xt2021-02-191-0/+25
|
* Use dc_msg_get_override_sender_name()link2xt2021-02-153-2/+17
|
* Do not set button widthlink2xt2020-11-051-2/+0
|
* Display account addresses on accounts pagelink2xt2020-11-051-3/+27
|
* Implement Context.getConfig()link2xt2020-11-052-0/+11
|
* Move accounts model from C++ to QMLlink2xt2020-11-058-208/+166
| | | | | | | 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.
* ChatPage: fix displayed chat namelink2xt2020-10-281-1/+1
|
* Stop I/O when application is closedlink2xt2020-10-281-0/+5
|
* Set parent for Contextlink2xt2020-10-273-4/+4
| | | | This fixes application termination when account is selected.
* main.qml: remove useless onClosinglink2xt2020-10-271-6/+0
|
* Fix quitting the applicationlink2xt2020-10-273-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 messageslink2xt2020-10-131-0/+31
|
* Display quotes in different fontlink2xt2020-10-131-1/+13
|
* Add Context::getMessageInfolink2xt2020-10-132-0/+10
|
* Add basic quoting supportlink2xt2020-10-123-1/+12
|
* Reduce QML version requirementslink2xt2020-10-066-17/+17
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* ChatlistPage.qml: log errors when loading ChatPagelink2xt2020-10-061-0/+2
|
* README.md: add libqt5-quickcontrols openSUSE dependencylink2xt2020-10-061-1/+1
| | | | It is needed for QtQuick.Dialogs
* AccountsPage: do not set button colorslink2xt2020-10-041-2/+0
|
* Remove unnecessary semicolonlink2xt2020-10-041-1/+1
|
* README.md: add OpenSUSE dependencieslink2xt2020-10-031-0/+14
|
* Initial commitlink2xt2020-10-0333-0/+2524