aboutsummaryrefslogtreecommitdiff
path: root/eventemitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Show account import progresslink2xt2021-08-281-0/+4
|
* Remove DC_EVENT_ERROR_NETWORKlink2xt2021-07-141-3/+0
| | | | It is replaced with connectivity API in the core.
* eventemitter: remove useless incomingEvent signallink2xt2021-03-191-1/+0
|
* ConfigurePage: add progress barlink2xt2021-03-141-0/+5
|
* eventemitter: remove debug outputlink2xt2021-02-271-6/+0
|
* Mark chat as noticed when selectedlink2xt2021-02-231-0/+3
|
* Fix quitting the applicationlink2xt2020-10-271-7/+0
| | | | | | | | 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.
* Initial commitlink2xt2020-10-031-0/+100