Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ComposePane: move message creation to a separate function | link2xt | 2021-08-07 | 1 | -6/+11 |
| | |||||
* | Use `dc_send_msg` to send messages | link2xt | 2021-08-07 | 1 | -1/+6 |
| | | | | `dc_send_text_msg` is too limited as it can only send text without attachments. | ||||
* | ComposePane: set `id` to `root` | link2xt | 2021-08-07 | 1 | -5/+7 |
| | |||||
* | Reset draft after sending a message | link2xt | 2021-05-31 | 1 | -0/+1 |
| | |||||
* | Implement message drafts | link2xt | 2021-05-29 | 1 | -0/+15 |
| | |||||
* | Move fillWidth from ComposePane to it's instance at ChatPage | link2xt | 2021-03-22 | 1 | -3/+2 |
| | | | | ComposePane is not necessarily placed into Layout. | ||||
* | Align Send button to the bottom | link2xt | 2021-03-22 | 1 | -0/+2 |
| | | | | This keeps the button at the bottom of the window when multi-line message is entered. | ||||
* | Move ComposePane to separate QML file | link2xt | 2021-03-20 | 1 | -0/+38 |