aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dc_unblock_chat() is replaced with dc_accept_chat()link2xt2021-07-263-4/+4
|
* Get rid of the contact requests chatlink2xt2021-07-267-22/+39
|
* Remove all layers when pressing "Switch account"link2xt2021-07-181-1/+6
| | | | Otherwise clicking "Switch account" multiple times results in multiple layers stacked.
* Replace "Start IO" toggle with "Work offline"link2xt2021-07-181-3/+5
| | | | I/O is started by default.
* README: add XDG_CURRENT_DESKTOP=GNOME advice to troubleshootinglink2xt2021-07-181-1/+6
|
* README: add note about qt5-multimedia requirement on Arch Linuxlink2xt2021-07-181-0/+3
|
* Remove DC_EVENT_ERROR_NETWORKlink2xt2021-07-141-3/+0
| | | | It is replaced with connectivity API in the core.
* Add advanced settings to configure pagelink2xt2021-07-041-0/+95
|
* Reload chatlist when some chat is modifiedlink2xt2021-07-041-0/+4
|
* Replace Accounts.importAccount() with Context.importBackup()link2xt2021-07-046-36/+31
| | | | dc_accounts_import_account() is going to be removed from the core.
* Fit message text on the screen if it is too narrowlink2xt2021-06-271-1/+1
|
* Reference ListView from ChatPage instead of Messagelink2xt2021-06-272-1/+1
|
* Restrict message width and avoid gaps around imageslink2xt2021-06-271-4/+4
|
* ChatlistPage: add an action to open contact requestslink2xt2021-06-141-19/+29
|
* ChatPage: update when DC_EVENT_MSGS_CHANGED is reported for chat ID 0link2xt2021-06-061-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 noticedlink2xt2021-06-062-4/+10
|
* Add an action to unarchive chatslink2xt2021-06-061-0/+4
|
* Add margin to the left of the message bubbleslink2xt2021-06-061-0/+1
|
* Switch to archived chats when archived chat link is clickedlink2xt2021-06-061-1/+3
| | | | There is currently no way to switch back, a workaround is to switch account.
* Do not select any chat by defaultlink2xt2021-06-061-0/+1
|
* Make it possible to get a list of archived chatslink2xt2021-06-063-4/+6
|
* Use Kirigami.Units.largeSpacing for spacing between messageslink2xt2021-06-061-1/+1
|
* Open selected account when application is startedlink2xt2021-05-301-0/+10
|
* Reset draft after sending a messagelink2xt2021-05-312-1/+2
|
* Message.qml: print MediaPlayer errors to consolelink2xt2021-05-301-0/+2
|
* Add video viewerlink2xt2021-05-301-1/+26
|
* Implement message draftslink2xt2021-05-296-2/+59
|
* README: list Arch Linux dependency on qt5-webenginelink2xt2021-05-221-0/+3
|
* Add HTML view for messageslink2xt2021-05-226-9/+55
|
* Implement libdeltachat API for HTML viewlink2xt2021-05-224-2/+56
| | | | | | | | | | | | HTML API: - Context::getMessageHtml() - DcMessage::getSubject() - DcMessage::hasHtml() Also implemented: - DcMessage::getFilemime() - DcMessage::getShowPadlock() - DcMessage::getError()
* Set pageStack as the parent of dynamically created componentslink2xt2021-05-221-2/+2
| | | | It fixes segmentation fault when application window is closed.
* Log if Settings page can't be openedlink2xt2021-05-181-0/+2
|
* Fix a typo in "dcAccounts.stopIo()"link2xt2021-05-181-1/+1
|
* Do not open special chats from the chatlistlink2xt2021-05-161-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 AbstractListItemlink2xt2021-05-161-38/+62
| | | | | | BasicListItem is not flexible enough to style avatars properly. Now all avatars are of the same size.
* README: document more Debian dependencieslink2xt2021-05-161-0/+3
|
* List Arch Linux dependency for WebP supportlink2xt2021-05-101-0/+3
|
* Make signature setting multilinelink2xt2021-05-031-1/+1
|
* Add "bcc_self" setting to Settings pagelink2xt2021-05-031-0/+6
|
* context.h: add missing QVector includelink2xt2021-03-271-0/+1
|
* Add missing Debian dependencies to READMElink2xt2021-03-271-0/+3
|
* Make Qt5QuickCompiler dependency REQUIREDlink2xt2021-03-271-1/+1
|
* Autoformat CMakeLists.txtlink2xt2021-03-271-10/+18
|
* Set organization to KDeltaChatlink2xt2021-03-271-1/+1
|
* Add .desktop entry and iconlink2xt2021-03-274-0/+20
|
* Set WM_CLASS to KDeltaChat rather than DeltaChatlink2xt2021-03-271-1/+1
|
* Mark Kirigami dependency as requiredlink2xt2021-03-271-1/+1
|
* Add more settings to Settings pagelink2xt2021-03-271-0/+38
|
* Use FormLayout for Configure pagelink2xt2021-03-271-3/+4
|
* Use FormLayout for Settings pagelink2xt2021-03-271-1/+1
|