aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move fillWidth from ComposePane to it's instance at ChatPagelink2xt2021-03-222-3/+3
| | | | ComposePane is not necessarily placed into Layout.
* Align Send button to the bottomlink2xt2021-03-221-0/+2
| | | | This keeps the button at the bottom of the window when multi-line message is entered.
* Move ComposePane to separate QML filelink2xt2021-03-203-37/+43
|
* Remove padding from message compose arealink2xt2021-03-201-0/+1
|
* Replace TextField with TextArea to allow sending multiline messageslink2xt2021-03-201-1/+1
|
* Do not try to mark outgoing and seen messages as seenlink2xt2021-03-191-1/+5
|
* Fix some `qmllint -U` warningslink2xt2021-03-192-5/+5
|
* Mark displayed messages as seenlink2xt2021-03-195-1/+18
|
* eventemitter: remove useless incomingEvent signallink2xt2021-03-193-5/+0
|
* ChatPage: specify onIncomingMessage argumentlink2xt2021-03-191-1/+1
| | | | Otherwise chatId is compared to itself
* Fix some qmllint warningslink2xt2021-03-192-5/+5
|
* Use Connections to connect signals in QMLlink2xt2021-03-192-37/+28
|
* Pass context and eventEmitter to ChatPage as propertieslink2xt2021-03-162-1/+4
|
* Pass eventEmitter to ChatlistPage as propertylink2xt2021-03-162-1/+2
|
* Compile QML ahead-of-timelink2xt2021-03-161-1/+7
|
* ConfigurePage: add progress barlink2xt2021-03-144-1/+19
|
* Limit image heightlink2xt2021-03-141-0/+1
|
* Use the same font size for quote and messagelink2xt2021-03-141-1/+1
|
* Load images asynchronouslylink2xt2021-03-141-0/+1
|
* Add colored border to quoteslink2xt2021-03-143-9/+38
|