Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Turn ChatPage and ChatlistPage into scrollable pages | link2xt | 2021-03-02 | 2 | -6/+2 | |
| | | | | This removes unnecessary padding between the window boundary and the scrollbar. | |||||
* | chatlist: move mousearea to avatar | link2xt | 2021-03-01 | 1 | -31/+29 | |
| | | | | This prevents the error about anchors.fill used on layout-managed item. | |||||
* | chatlist: do not intercept left button | link2xt | 2021-03-01 | 1 | -5/+1 | |
| | | | | | | It makes hard to select chat. Something should be done on mobile platforms without RMB later. | |||||
* | chatlist: pin, unpin, archive and delete chats | link2xt | 2021-03-01 | 1 | -0/+35 | |
| | ||||||
* | Implement more context methods | link2xt | 2021-03-01 | 2 | -0/+31 | |
| | ||||||
* | Add Settings page | link2xt | 2021-02-28 | 3 | -0/+45 | |
| | ||||||
* | eventemitter: remove debug output | link2xt | 2021-02-27 | 1 | -6/+0 | |
| | ||||||
* | ConfigurePage: stop I/O before configuring | link2xt | 2021-02-27 | 1 | -0/+1 | |
| | ||||||
* | ConfigurePage: make context a required property | link2xt | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | Use "system-switch-user" icon for "switch account" action | link2xt | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | ChatPage.qml: make chatId a required property | link2xt | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | Switch to 2-page layout | link2xt | 2021-02-27 | 4 | -1/+18 | |
| | | | | Account switching is an overlay now. | |||||
* | Replace accounts page when account is selected | link2xt | 2021-02-27 | 2 | -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.3 | link2xt | 2021-02-25 | 1 | -1/+1 | |
| | ||||||
* | Set FileDialog folder to home | link2xt | 2021-02-25 | 1 | -0/+1 | |
| | ||||||
* | CMakeLists.txt: install the binary | link2xt | 2021-02-24 | 2 | -0/+9 | |
| | ||||||
* | Do not build libdeltachat as ExternalProject | link2xt | 2021-02-24 | 2 | -55/+57 | |
| | | | | | deltachat-core-rust has CMakeLists.txt now and can be used as a module within `kdesrc-build`. The recommended way for building KDeltaChat is using `kdesrc-build` now, README is updated accordingly. | |||||
* | chatlist: mark context property as required | link2xt | 2021-02-23 | 1 | -1/+1 | |
| | ||||||
* | Mark chat as noticed when selected | link2xt | 2021-02-23 | 3 | -0/+12 | |
| | ||||||
* | Add Context::marknoticedChat() | link2xt | 2021-02-22 | 2 | -0/+6 | |
| | ||||||
* | Vertically center number of fresh messages | link2xt | 2021-02-22 | 1 | -0/+1 | |
| | ||||||
* | chatlist: set avatar color | link2xt | 2021-02-22 | 1 | -0/+1 | |
| | ||||||
* | chatlist: display number of fresh messages | link2xt | 2021-02-22 | 1 | -1/+7 | |
| | ||||||
* | Add Context::getFreshMsgCnt() | link2xt | 2021-02-22 | 2 | -0/+6 | |
| | ||||||
* | README: add link to deltachat-core-rust | link2xt | 2021-02-22 | 1 | -15/+38 | |
| | ||||||
* | ChatlistPage: display chat avatars | link2xt | 2021-02-22 | 1 | -2/+12 | |
| | ||||||
* | Uncomment DcChat::getProfileImage | link2xt | 2021-02-22 | 2 | -4/+5 | |
| | ||||||
* | Add context menu item to accept contact requests | link2xt | 2021-02-22 | 1 | -0/+4 | |
| | ||||||
* | Add Context::decideOnContactRequest | link2xt | 2021-02-22 | 2 | -0/+7 | |
| | ||||||
* | Add Context::setChatMuteDuration | link2xt | 2021-02-22 | 2 | -0/+7 | |
| | ||||||
* | Start configuration when "Login" is clicked | link2xt | 2021-02-20 | 2 | -1/+9 | |
| | ||||||
* | chatlist: use text2 in summaries | link2xt | 2021-02-19 | 1 | -1/+1 | |
| | ||||||
* | Implement Context::setConfig() | link2xt | 2021-02-19 | 2 | -0/+9 | |
| | ||||||
* | Context: implement startIo, stopIo and maybeNetwork | link2xt | 2021-02-19 | 2 | -0/+21 | |
| | | | | They are not supposed to be used as they can be called from account manager, just for completeness. | |||||
* | README.md: document how to run with upstream Kirigami | link2xt | 2021-02-19 | 1 | -0/+25 | |
| | ||||||
* | Use dc_msg_get_override_sender_name() | link2xt | 2021-02-15 | 3 | -2/+17 | |
| | ||||||
* | Do not set button width | link2xt | 2020-11-05 | 1 | -2/+0 | |
| | ||||||
* | Display account addresses on accounts page | link2xt | 2020-11-05 | 1 | -3/+27 | |
| | ||||||
* | Implement Context.getConfig() | link2xt | 2020-11-05 | 2 | -0/+11 | |
| | ||||||
* | Move accounts model from C++ to QML | link2xt | 2020-11-05 | 8 | -208/+166 | |
| | | | | | | | 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 name | link2xt | 2020-10-28 | 1 | -1/+1 | |
| | ||||||
* | Stop I/O when application is closed | link2xt | 2020-10-28 | 1 | -0/+5 | |
| | ||||||
* | Set parent for Context | link2xt | 2020-10-27 | 3 | -4/+4 | |
| | | | | This fixes application termination when account is selected. | |||||
* | main.qml: remove useless onClosing | link2xt | 2020-10-27 | 1 | -6/+0 | |
| | ||||||
* | Fix quitting the application | link2xt | 2020-10-27 | 3 | -9/+2 | |
| | | | | | | | | 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 messages | link2xt | 2020-10-13 | 1 | -0/+31 | |
| | ||||||
* | Display quotes in different font | link2xt | 2020-10-13 | 1 | -1/+13 | |
| | ||||||
* | Add Context::getMessageInfo | link2xt | 2020-10-13 | 2 | -0/+10 | |
| | ||||||
* | Add basic quoting support | link2xt | 2020-10-12 | 3 | -1/+12 | |
| | ||||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 6 | -17/+17 | |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 |