aboutsummaryrefslogtreecommitdiff
path: root/qml
Commit message (Collapse)AuthorAgeFilesLines
* ConfigurePage: add progress barlink2xt2021-03-142-1/+13
|
* 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-141-9/+25
|
* QML cleanuplink2xt2021-03-141-6/+2
|
* Use PreserveAspectCrop instead of PreserveAspectFit for imageslink2xt2021-03-141-1/+1
| | | | This seems to be the easiest way to avoid space above and below the image.
* Add support for audio and voice messageslink2xt2021-03-131-1/+23
|
* Remove SplashPage.qmllink2xt2021-03-062-9/+1
|
* Turn ChatPage and ChatlistPage into scrollable pageslink2xt2021-03-022-6/+2
| | | | This removes unnecessary padding between the window boundary and the scrollbar.
* chatlist: move mousearea to avatarlink2xt2021-03-011-31/+29
| | | | This prevents the error about anchors.fill used on layout-managed item.
* chatlist: do not intercept left buttonlink2xt2021-03-011-5/+1
| | | | | | It makes hard to select chat. Something should be done on mobile platforms without RMB later.
* chatlist: pin, unpin, archive and delete chatslink2xt2021-03-011-0/+35
|
* Add Settings pagelink2xt2021-02-282-0/+44
|
* 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-273-1/+17
| | | | Account switching is an overlay now.
* Replace accounts page when account is selectedlink2xt2021-02-272-5/+5
| | | | | Account management should be moved to an overlay or left panel, not available all the time as a first page.
* Update QtQuick.Dialogs to 1.3link2xt2021-02-251-1/+1
|
* Set FileDialog folder to homelink2xt2021-02-251-0/+1
|
* chatlist: mark context property as requiredlink2xt2021-02-231-1/+1
|
* Mark chat as noticed when selectedlink2xt2021-02-231-0/+8
|
* Vertically center number of fresh messageslink2xt2021-02-221-0/+1
|
* chatlist: set avatar colorlink2xt2021-02-221-0/+1
|
* chatlist: display number of fresh messageslink2xt2021-02-221-1/+7
|
* ChatlistPage: display chat avatarslink2xt2021-02-221-2/+12
|
* Add context menu item to accept contact requestslink2xt2021-02-221-0/+4
|
* Start configuration when "Login" is clickedlink2xt2021-02-202-1/+9
|
* chatlist: use text2 in summarieslink2xt2021-02-191-1/+1
|
* Use dc_msg_get_override_sender_name()link2xt2021-02-151-2/+7
|
* Do not set button widthlink2xt2020-11-051-2/+0
|
* Display account addresses on accounts pagelink2xt2020-11-051-3/+27
|
* Move accounts model from C++ to QMLlink2xt2020-11-052-12/+35
| | | | | | | C++ models are not well documented and it is easier to manage the model in QML. Now all QObjects are thin wrappers around Delta Chat core structures.
* ChatPage: fix displayed chat namelink2xt2020-10-281-1/+1
|
* Stop I/O when application is closedlink2xt2020-10-281-0/+5
|
* main.qml: remove useless onClosinglink2xt2020-10-271-6/+0
|
* Fix quitting the applicationlink2xt2020-10-271-1/+0
| | | | | | | | Event emitter should only be freed when it emits NULL. Previously dc_accounts_event_emitter_unref() was called earlier then needed, causing use-after-free. As a result, the application got stuck waiting for event emitter thread to finish.
* Add info dialog for messageslink2xt2020-10-131-0/+31
|
* Display quotes in different fontlink2xt2020-10-131-1/+13
|
* Add basic quoting supportlink2xt2020-10-121-1/+1
|
* Reduce QML version requirementslink2xt2020-10-066-17/+17
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* ChatlistPage.qml: log errors when loading ChatPagelink2xt2020-10-061-0/+2
|
* AccountsPage: do not set button colorslink2xt2020-10-041-2/+0
|
* Remove unnecessary semicolonlink2xt2020-10-041-1/+1
|
* Initial commitlink2xt2020-10-036-0/+523