| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- message.*, qml/Message.qml: Videochat invitation message send from the original DeltaChat
app are displayed. Currently, it's best if the chat instance
use http or https scheme, since it'll normally open in a browser
- qml/ComposePane.qml : We made Shorcuts and actions are needed anymore, no need for duplicates
- qml/main.qml: Fix shortcut help for opening Settings page, it's Shift+Tab not Shift+S.
|
| |
|
|
|
|
|
|
| |
- Also, the play, pause and "save attachment" button
have a little emoji before them
- Tooltip show for buttons with shorcuts
|
|
|
|
| |
Mostly qmlformat, also rename root "id"s.
|
|
|
|
| |
Otherwise event emitter will be closed immediately
|
| |
|
|
|
|
| |
Otherwise clicking "Switch account" multiple times results in multiple layers stacked.
|
|
|
|
| |
I/O is started by default.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Account switching is an overlay now.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Now KDeltaChat runs on openSUSE Leap 15.2
|
|
|