aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatPage.qml
Commit message (Collapse)AuthorAgeFilesLines
* Mark displayed messages as seenlink2xt2021-03-191-1/+4
|
* eventemitter: remove useless incomingEvent signallink2xt2021-03-191-3/+0
|
* ChatPage: specify onIncomingMessage argumentlink2xt2021-03-191-1/+1
| | | | Otherwise chatId is compared to itself
* Fix some qmllint warningslink2xt2021-03-191-4/+4
|
* Use Connections to connect signals in QMLlink2xt2021-03-191-26/+18
|
* Pass context and eventEmitter to ChatPage as propertieslink2xt2021-03-161-0/+3
|
* Turn ChatPage and ChatlistPage into scrollable pageslink2xt2021-03-021-3/+1
| | | | This removes unnecessary padding between the window boundary and the scrollbar.
* ChatPage.qml: make chatId a required propertylink2xt2021-02-271-1/+1
|
* ChatPage: fix displayed chat namelink2xt2020-10-281-1/+1
|
* Reduce QML version requirementslink2xt2020-10-061-3/+3
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* Initial commitlink2xt2020-10-031-0/+156