Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add native themeing to QML (where possible) | Nicolas Werner | 2019-11-23 | 2 | -10/+23 | |
| | ||||||
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -3/+2 | |
| | | | | | | | Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually. | |||||
* | Load content if no scrollbar is needed | Nicolas Werner | 2019-11-23 | 1 | -0/+10 | |
| | ||||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 2 | -9/+22 | |
| | ||||||
* | Misc layout fixes | Nicolas Werner | 2019-11-23 | 2 | -0/+6 | |
| | ||||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 8 | -157/+188 | |
| | | | | requires Qt5.12+ | |||||
* | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 2 | -1/+1 | |
| | ||||||
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 3 | -3/+3 | |
| | ||||||
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 6 | -6/+6 | |
| | ||||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 2 | -1/+6 | |
| | ||||||
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 2 | -2/+14 | |
| | | | | Size is fixed for now, otherwise the Video output ends up somewhere... | |||||
* | Add progress bar to audio messages | Nicolas Werner | 2019-11-23 | 1 | -68/+110 | |
| | ||||||
* | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 3 | -19/+118 | |
| | ||||||
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 2 | -0/+58 | |
| | ||||||
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+1 | |
| | ||||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 2 | -5/+10 | |
| | ||||||
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 | |
| | ||||||
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 2 | -0/+36 | |
| | ||||||
* | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 | |
| | ||||||
* | Fix read indicator | Nicolas Werner | 2019-11-23 | 1 | -2/+2 | |
| | ||||||
* | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 1 | -0/+1 | |
| | ||||||
* | Add send/received indicator | Nicolas Werner | 2019-11-23 | 2 | -0/+49 | |
| | ||||||
* | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 2 | -12/+22 | |
| | ||||||
* | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 1 | -1/+46 | |
| | ||||||
* | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+2 | |
| | ||||||
* | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 2 | -1/+17 | |
| | ||||||
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -2/+1 | |
| | ||||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 2 | -1/+19 | |
| | | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... | |||||
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 2 | -2/+48 | |
| | ||||||
* | Make reply and options buttons smaller | Nicolas Werner | 2019-11-23 | 1 | -6/+22 | |
| | ||||||
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -1/+2 | |
| | ||||||
* | Use system colors for now | Nicolas Werner | 2019-11-23 | 3 | -4/+36 | |
| | ||||||
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 2 | -8/+49 | |
| | | | | Text selection over multiple items doesn't work yet | |||||
* | Format date (close to) the old way in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 | |
| | ||||||
* | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+30 | |
| | ||||||
* | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+86 | |
| | ||||||
* | Implement loading of history, when timeline is displayed | Nicolas Werner | 2019-11-23 | 1 | -6/+0 | |
| | ||||||
* | Add items to timline | Nicolas Werner | 2019-11-23 | 1 | -5/+14 | |
| | ||||||
* | Add placeholder timeline model | Nicolas Werner | 2019-11-23 | 1 | -0/+11 | |
| | ||||||
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 1 | -0/+11 | |