aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move fillWidth from ComposePane to it's instance at ChatPagelink2xt2021-03-222-3/+3
* Align Send button to the bottomlink2xt2021-03-221-0/+2
* 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
* 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
* QML cleanuplink2xt2021-03-141-6/+2
* Use PreserveAspectCrop instead of PreserveAspectFit for imageslink2xt2021-03-141-1/+1
* Add support for audio and voice messageslink2xt2021-03-131-1/+23
* Move database to ~/.configlink2xt2021-03-131-1/+3
* README.md: note that WebP support requires a pluginlink2xt2021-03-131-0/+1
* Remove SplashPage.qmllink2xt2021-03-063-10/+1
* README: better cmake commandslink2xt2021-03-041-10/+6
* README.md: add Troubleshooting sectionlink2xt2021-03-031-0/+9
* Turn ChatPage and ChatlistPage into scrollable pageslink2xt2021-03-022-6/+2
* chatlist: move mousearea to avatarlink2xt2021-03-011-31/+29
* chatlist: do not intercept left buttonlink2xt2021-03-011-5/+1
* chatlist: pin, unpin, archive and delete chatslink2xt2021-03-011-0/+35
* Implement more context methodslink2xt2021-03-012-0/+31
* Add Settings pagelink2xt2021-02-283-0/+45
* eventemitter: remove debug outputlink2xt2021-02-271-6/+0
* ConfigurePage: stop I/O before configuringlink2xt2021-02-271-0/+1
* ConfigurePage: make context a required propertylink2xt2021-02-271-1/+1
* Use "system-switch-user" icon for "switch account" actionlink2xt2021-02-271-1/+1
* ChatPage.qml: make chatId a required propertylink2xt2021-02-271-1/+1
* Switch to 2-page layoutlink2xt2021-02-274-1/+18
* Replace accounts page when account is selectedlink2xt2021-02-272-5/+5
* Update QtQuick.Dialogs to 1.3link2xt2021-02-251-1/+1
* Set FileDialog folder to homelink2xt2021-02-251-0/+1
* CMakeLists.txt: install the binarylink2xt2021-02-242-0/+9
* Do not build libdeltachat as ExternalProjectlink2xt2021-02-242-55/+57
* chatlist: mark context property as requiredlink2xt2021-02-231-1/+1
* Mark chat as noticed when selectedlink2xt2021-02-233-0/+12
* Add Context::marknoticedChat()link2xt2021-02-222-0/+6
* Vertically center number of fresh messageslink2xt2021-02-221-0/+1
* chatlist: set avatar colorlink2xt2021-02-221-0/+1