Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move chatlist item to a separate QML file | link2xt | 2021-08-22 | 3 | -91/+120 |
| | |||||
* | Add chatlist search | link2xt | 2021-08-22 | 3 | -4/+16 |
| | |||||
* | Make it possible to create contacts | link2xt | 2021-08-15 | 1 | -4/+26 |
| | |||||
* | Add Context::createContact | link2xt | 2021-08-15 | 2 | -0/+9 |
| | |||||
* | Add avatars to New Chat page | link2xt | 2021-08-15 | 1 | -5/+25 |
| | |||||
* | Add DcContact::getProfileImage | link2xt | 2021-08-15 | 2 | -0/+10 |
| | |||||
* | 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 | 3 | -1/+13 |
| | | | | `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 |
| | |||||
* | Restrict image width to message width | link2xt | 2021-08-07 | 1 | -0/+1 |
| | |||||
* | CMakeLists.txt: remove REQUIRED from ecm_find_qmlmodule | link2xt | 2021-08-01 | 1 | -2/+6 |
| | |||||
* | 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 | 3 | -1/+25 |
| | |||||
* | Add New Chat page | link2xt | 2021-08-01 | 5 | -0/+104 |
| | |||||
* | CMakeLists: check for QML modules for QtMultimedia and Kirigami | link2xt | 2021-08-01 | 1 | -2/+6 |
| | | | | | | | The whole Qt Multimedia module is not required. On Debian you only need qml-module-qtmultimedia and no qtmultimedia5-dev. | ||||
* | README: add kirigami2 package for Arch Linux | link2xt | 2021-08-01 | 1 | -2/+5 |
| | |||||
* | fix: configure `send_security`, not `smtp_security` | link2xt | 2021-08-01 | 1 | -1/+1 |
| | | | | `smtp_security` option does not exist. | ||||
* | Allow to change display name on the Settings page | link2xt | 2021-08-01 | 1 | -0/+8 |
| | |||||
* | README: mention qt5ct to use KDE icon theme without KDE | link2xt | 2021-08-01 | 1 | -2/+7 |
| | |||||
* | cmake: add Qt Multimedia requirement | link2xt | 2021-07-26 | 1 | -2/+2 |
| | |||||
* | Show "NEW" badge for contact requests | link2xt | 2021-07-26 | 1 | -3/+4 |
| | |||||
* | dc_unblock_chat() is replaced with dc_accept_chat() | link2xt | 2021-07-26 | 3 | -4/+4 |
| | |||||
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 7 | -22/+39 |
| | |||||
* | 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. | ||||
* | README: add XDG_CURRENT_DESKTOP=GNOME advice to troubleshooting | link2xt | 2021-07-18 | 1 | -1/+6 |
| | |||||
* | README: add note about qt5-multimedia requirement on Arch Linux | link2xt | 2021-07-18 | 1 | -0/+3 |
| | |||||
* | Remove DC_EVENT_ERROR_NETWORK | link2xt | 2021-07-14 | 1 | -3/+0 |
| | | | | It is replaced with connectivity API in the core. | ||||
* | 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 | 6 | -36/+31 |
| | | | | 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 | 3 | -4/+6 |
| | |||||
* | 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 | 2 | -1/+2 |
| | |||||
* | 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 | 6 | -2/+59 |
| | |||||
* | README: list Arch Linux dependency on qt5-webengine | link2xt | 2021-05-22 | 1 | -0/+3 |
| |