Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 3 | -15/+17 |
| | |||||
* | Remove all layers when pressing "Switch account" | link2xt | 2021-07-18 | 1 | -1/+6 |
| | | | | Otherwise clicking "Switch account" multiple times results in multiple layers stacked. | ||||
* | Replace "Start IO" toggle with "Work offline" | link2xt | 2021-07-18 | 1 | -3/+5 |
| | | | | I/O is started by default. | ||||
* | Add advanced settings to configure page | link2xt | 2021-07-04 | 1 | -0/+95 |
| | |||||
* | Reload chatlist when some chat is modified | link2xt | 2021-07-04 | 1 | -0/+4 |
| | |||||
* | Replace Accounts.importAccount() with Context.importBackup() | link2xt | 2021-07-04 | 2 | -28/+23 |
| | | | | dc_accounts_import_account() is going to be removed from the core. | ||||
* | Fit message text on the screen if it is too narrow | link2xt | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | Reference ListView from ChatPage instead of Message | link2xt | 2021-06-27 | 2 | -1/+1 |
| | |||||
* | Restrict message width and avoid gaps around images | link2xt | 2021-06-27 | 1 | -4/+4 |
| | |||||
* | ChatlistPage: add an action to open contact requests | link2xt | 2021-06-14 | 1 | -19/+29 |
| | |||||
* | 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. | ||||
* | Allow to open deaddrop chat, but do not mark it as seen or noticed | link2xt | 2021-06-06 | 2 | -4/+10 |
| | |||||
* | Add an action to unarchive chats | link2xt | 2021-06-06 | 1 | -0/+4 |
| | |||||
* | Add margin to the left of the message bubbles | link2xt | 2021-06-06 | 1 | -0/+1 |
| | |||||
* | Switch to archived chats when archived chat link is clicked | link2xt | 2021-06-06 | 1 | -1/+3 |
| | | | | There is currently no way to switch back, a workaround is to switch account. | ||||
* | Do not select any chat by default | link2xt | 2021-06-06 | 1 | -0/+1 |
| | |||||
* | Make it possible to get a list of archived chats | link2xt | 2021-06-06 | 1 | -1/+3 |
| | |||||
* | Use Kirigami.Units.largeSpacing for spacing between messages | link2xt | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | Open selected account when application is started | link2xt | 2021-05-30 | 1 | -0/+10 |
| | |||||
* | Reset draft after sending a message | link2xt | 2021-05-31 | 1 | -0/+1 |
| | |||||
* | Message.qml: print MediaPlayer errors to console | link2xt | 2021-05-30 | 1 | -0/+2 |
| | |||||
* | Add video viewer | link2xt | 2021-05-30 | 1 | -1/+26 |
| | |||||
* | Implement message drafts | link2xt | 2021-05-29 | 2 | -1/+19 |
| | |||||
* | Add HTML view for messages | link2xt | 2021-05-22 | 2 | -6/+46 |
| | |||||
* | Set pageStack as the parent of dynamically created components | link2xt | 2021-05-22 | 1 | -2/+2 |
| | | | | It fixes segmentation fault when application window is closed. | ||||
* | Log if Settings page can't be opened | link2xt | 2021-05-18 | 1 | -0/+2 |
| | |||||
* | Fix a typo in "dcAccounts.stopIo()" | link2xt | 2021-05-18 | 1 | -1/+1 |
| | |||||
* | Do not open special chats from the chatlist | link2xt | 2021-05-16 | 1 | -17/+28 |
| | | | | | | Archive chat and contact request chatlist items should be treated differently. While they are not implemented, selecting them is a no-op. | ||||
* | Redo chatlist items based on AbstractListItem | link2xt | 2021-05-16 | 1 | -38/+62 |
| | | | | | | BasicListItem is not flexible enough to style avatars properly. Now all avatars are of the same size. | ||||
* | Make signature setting multiline | link2xt | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | Add "bcc_self" setting to Settings page | link2xt | 2021-05-03 | 1 | -0/+6 |
| | |||||
* | Add more settings to Settings page | link2xt | 2021-03-27 | 1 | -0/+38 |
| | |||||
* | Use FormLayout for Configure page | link2xt | 2021-03-27 | 1 | -3/+4 |
| | |||||
* | Use FormLayout for Settings page | link2xt | 2021-03-27 | 1 | -1/+1 |
| | |||||
* | Move fillWidth from ComposePane to it's instance at ChatPage | link2xt | 2021-03-22 | 2 | -3/+3 |
| | | | | 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 | 2 | -37/+42 |
| | |||||
* | 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 |
| | |||||
* | Do not try to mark outgoing and seen messages as seen | link2xt | 2021-03-19 | 1 | -1/+5 |
| | |||||
* | Fix some `qmllint -U` warnings | link2xt | 2021-03-19 | 2 | -5/+5 |
| | |||||
* | Mark displayed messages as seen | link2xt | 2021-03-19 | 2 | -1/+10 |
| | |||||
* | 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 | 2 | -5/+5 |
| | |||||
* | Use Connections to connect signals in QML | link2xt | 2021-03-19 | 2 | -37/+28 |
| | |||||
* | Pass context and eventEmitter to ChatPage as properties | link2xt | 2021-03-16 | 2 | -1/+4 |
| | |||||
* | Pass eventEmitter to ChatlistPage as property | link2xt | 2021-03-16 | 2 | -1/+2 |
| | |||||
* | ConfigurePage: add progress bar | link2xt | 2021-03-14 | 2 | -1/+13 |
| | |||||
* | Limit image height | link2xt | 2021-03-14 | 1 | -0/+1 |
| |