Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QML code style | link2xt | 2021-10-02 | 1 | -52/+42 |
| | | | | Mostly qmlformat, also rename root "id"s. | ||||
* | Accept and reject contact requests in the compose pane | link2xt | 2021-08-28 | 1 | -14/+1 |
| | |||||
* | dc_unblock_chat() is replaced with dc_accept_chat() | link2xt | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 1 | -1/+15 |
| | |||||
* | Reference ListView from ChatPage instead of Message | link2xt | 2021-06-27 | 1 | -0/+1 |
| | |||||
* | ChatPage: update when DC_EVENT_MSGS_CHANGED is reported for chat ID 0 | link2xt | 2021-06-06 | 1 | -1/+1 |
| | | | | | 0 means multiple chats have changed, for example when a message is moved from contact requests to its own chat. | ||||
* | Use Kirigami.Units.largeSpacing for spacing between messages | link2xt | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | Move fillWidth from ComposePane to it's instance at ChatPage | link2xt | 2021-03-22 | 1 | -0/+1 |
| | | | | ComposePane is not necessarily placed into Layout. | ||||
* | Move ComposePane to separate QML file | link2xt | 2021-03-20 | 1 | -37/+4 |
| | |||||
* | Remove padding from message compose area | link2xt | 2021-03-20 | 1 | -0/+1 |
| | |||||
* | Replace TextField with TextArea to allow sending multiline messages | link2xt | 2021-03-20 | 1 | -1/+1 |
| | |||||
* | Fix some `qmllint -U` warnings | link2xt | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Mark displayed messages as seen | link2xt | 2021-03-19 | 1 | -1/+4 |
| | |||||
* | eventemitter: remove useless incomingEvent signal | link2xt | 2021-03-19 | 1 | -3/+0 |
| | |||||
* | ChatPage: specify onIncomingMessage argument | link2xt | 2021-03-19 | 1 | -1/+1 |
| | | | | Otherwise chatId is compared to itself | ||||
* | Fix some qmllint warnings | link2xt | 2021-03-19 | 1 | -4/+4 |
| | |||||
* | Use Connections to connect signals in QML | link2xt | 2021-03-19 | 1 | -26/+18 |
| | |||||
* | Pass context and eventEmitter to ChatPage as properties | link2xt | 2021-03-16 | 1 | -0/+3 |
| | |||||
* | Turn ChatPage and ChatlistPage into scrollable pages | link2xt | 2021-03-02 | 1 | -3/+1 |
| | | | | This removes unnecessary padding between the window boundary and the scrollbar. | ||||
* | ChatPage.qml: make chatId a required property | link2xt | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | ChatPage: fix displayed chat name | link2xt | 2020-10-28 | 1 | -1/+1 |
| | |||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 1 | -3/+3 |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | ||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+156 |