Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove padding from message compose area | link2xt | 2021-03-20 | 1 | -0/+1 | |
| | ||||||
* | Replace TextField with TextArea to allow sending multiline messages | link2xt | 2021-03-20 | 1 | -1/+1 | |
| | ||||||
* | Do not try to mark outgoing and seen messages as seen | link2xt | 2021-03-19 | 1 | -1/+5 | |
| | ||||||
* | Fix some `qmllint -U` warnings | link2xt | 2021-03-19 | 2 | -5/+5 | |
| | ||||||
* | Mark displayed messages as seen | link2xt | 2021-03-19 | 5 | -1/+18 | |
| | ||||||
* | eventemitter: remove useless incomingEvent signal | link2xt | 2021-03-19 | 3 | -5/+0 | |
| | ||||||
* | ChatPage: specify onIncomingMessage argument | link2xt | 2021-03-19 | 1 | -1/+1 | |
| | | | | Otherwise chatId is compared to itself | |||||
* | Fix some qmllint warnings | link2xt | 2021-03-19 | 2 | -5/+5 | |
| | ||||||
* | Use Connections to connect signals in QML | link2xt | 2021-03-19 | 2 | -37/+28 | |
| | ||||||
* | Pass context and eventEmitter to ChatPage as properties | link2xt | 2021-03-16 | 2 | -1/+4 | |
| | ||||||
* | Pass eventEmitter to ChatlistPage as property | link2xt | 2021-03-16 | 2 | -1/+2 | |
| | ||||||
* | Compile QML ahead-of-time | link2xt | 2021-03-16 | 1 | -1/+7 | |
| | ||||||
* | ConfigurePage: add progress bar | link2xt | 2021-03-14 | 4 | -1/+19 | |
| | ||||||
* | Limit image height | link2xt | 2021-03-14 | 1 | -0/+1 | |
| | ||||||
* | Use the same font size for quote and message | link2xt | 2021-03-14 | 1 | -1/+1 | |
| | ||||||
* | Load images asynchronously | link2xt | 2021-03-14 | 1 | -0/+1 | |
| | ||||||
* | Add colored border to quotes | link2xt | 2021-03-14 | 3 | -9/+38 | |
| | ||||||
* | QML cleanup | link2xt | 2021-03-14 | 1 | -6/+2 | |
| | ||||||
* | Use PreserveAspectCrop instead of PreserveAspectFit for images | link2xt | 2021-03-14 | 1 | -1/+1 | |
| | | | | This seems to be the easiest way to avoid space above and below the image. | |||||
* | Add support for audio and voice messages | link2xt | 2021-03-13 | 1 | -1/+23 | |
| | ||||||
* | Move database to ~/.config | link2xt | 2021-03-13 | 1 | -1/+3 | |
| | | | | | | This has the benefit of using absolute paths, which helps with QML objects that don't accept relative paths, such as MediaPlayer. | |||||
* | README.md: note that WebP support requires a plugin | link2xt | 2021-03-13 | 1 | -0/+1 | |
| | ||||||
* | Remove SplashPage.qml | link2xt | 2021-03-06 | 3 | -10/+1 | |
| | ||||||
* | README: better cmake commands | link2xt | 2021-03-04 | 1 | -10/+6 | |
| | ||||||
* | README.md: add Troubleshooting section | link2xt | 2021-03-03 | 1 | -0/+9 | |
| | ||||||
* | 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 | |
| |