| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Also, a notification is now displayed when switching
to offline mode (no sounds).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Also we now use Enter to send chat, and
Ctrl/Shift+Enter to add newlines. Updated
the F1 help accordingly.
- there was no way to refresh the message
list until you clicked on the chat again, so
I moved updateMessagelist() to trigger on every
incoming message. We have working block mechanisms
now, so it shouldn't be that much of a bother if
someone spams you.
- To speed up the delay between the UI displaying the
message has waiting to be sent, upon sending a
message, the startIo() function is now triggered.
|
|
|
|
|
|
| |
- layers popping function was hard to
read in main.qml, add a line
- add editable videochat instance setting
|
|
|
|
|
|
|
|
| |
- 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
|
|
|