Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Less clicks: focus compose pane on chat selection. | Miquel Lionel | 2021-12-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | - Also we now use Enter to send chat, and Ctrl/Shift+Enter to add newlines. Updated the F1 help accordingly. - there was no way to refresh the message list until you clicked on the chat again, so I moved updateMessagelist() to trigger on every incoming message. We have working block mechanisms now, so it shouldn't be that much of a bother if someone spams you. - To speed up the delay between the UI displaying the message has waiting to be sent, upon sending a message, the startIo() function is now triggered. | ||||
* | We add a bunch of keyboard shortcuts. F1 to show. | Miquel Lionel | 2021-10-31 | 1 | -1/+5 |
| | | | | | | - Also, the play, pause and "save attachment" button have a little emoji before them - Tooltip show for buttons with shorcuts | ||||
* | Fix QML code style | link2xt | 2021-10-02 | 1 | -110/+108 |
| | | | | Mostly qmlformat, also rename root "id"s. | ||||
* | Change the chat only on click | link2xt | 2021-08-22 | 1 | -20/+13 |
| | | | | Prevents switching the chat during the search. | ||||
* | Move chatlist item to a separate QML file | link2xt | 2021-08-22 | 1 | -91/+10 |
| | |||||
* | Add chatlist search | link2xt | 2021-08-22 | 1 | -1/+8 |
| | |||||
* | Add "delete" icon to "Delete chat" action | link2xt | 2021-08-01 | 1 | -0/+1 |
| | |||||
* | Add "pin" icon to "Pin chat" action | link2xt | 2021-08-01 | 1 | -0/+1 |
| | |||||
* | Add "pinned" badge for pinned chats | link2xt | 2021-08-01 | 1 | -1/+17 |
| | |||||
* | Add New Chat page | link2xt | 2021-08-01 | 1 | -0/+14 |
| | |||||
* | Show "NEW" badge for contact requests | link2xt | 2021-07-26 | 1 | -3/+4 |
| | |||||
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 1 | -10/+2 |
| | |||||
* | Reload chatlist when some chat is modified | link2xt | 2021-07-04 | 1 | -0/+4 |
| | |||||
* | ChatlistPage: add an action to open contact requests | link2xt | 2021-06-14 | 1 | -19/+29 |
| | |||||
* | Allow to open deaddrop chat, but do not mark it as seen or noticed | link2xt | 2021-06-06 | 1 | -3/+5 |
| | |||||
* | Add an action to unarchive chats | link2xt | 2021-06-06 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | Use Connections to connect signals in QML | link2xt | 2021-03-19 | 1 | -11/+10 |
| | |||||
* | Pass context and eventEmitter to ChatPage as properties | link2xt | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | Pass eventEmitter to ChatlistPage as property | link2xt | 2021-03-16 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | chatlist: move mousearea to avatar | link2xt | 2021-03-01 | 1 | -31/+29 |
| | | | | This prevents the error about anchors.fill used on layout-managed item. | ||||
* | chatlist: do not intercept left button | link2xt | 2021-03-01 | 1 | -5/+1 |
| | | | | | | It makes hard to select chat. Something should be done on mobile platforms without RMB later. | ||||
* | chatlist: pin, unpin, archive and delete chats | link2xt | 2021-03-01 | 1 | -0/+35 |
| | |||||
* | Add Settings page | link2xt | 2021-02-28 | 1 | -0/+14 |
| | |||||
* | Replace accounts page when account is selected | link2xt | 2021-02-27 | 1 | -3/+3 |
| | | | | | Account management should be moved to an overlay or left panel, not available all the time as a first page. | ||||
* | chatlist: mark context property as required | link2xt | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Mark chat as noticed when selected | link2xt | 2021-02-23 | 1 | -0/+8 |
| | |||||
* | Vertically center number of fresh messages | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | chatlist: set avatar color | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | chatlist: display number of fresh messages | link2xt | 2021-02-22 | 1 | -1/+7 |
| | |||||
* | ChatlistPage: display chat avatars | link2xt | 2021-02-22 | 1 | -2/+12 |
| | |||||
* | chatlist: use text2 in summaries | link2xt | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 1 | -3/+3 |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | ||||
* | ChatlistPage.qml: log errors when loading ChatPage | link2xt | 2020-10-06 | 1 | -0/+2 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+105 |