summary refs log tree commit diff
path: root/src/timeline2/TimelineModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-231-1/+1
|
* Make replies format nicerNicolas Werner2019-11-231-10/+34
| | | | Also lays a bit of groundwork for better reply rendering
* Enable link handlingNicolas Werner2019-11-231-0/+1
|
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-0/+7
|
* Actually fix updating roomlist on new messagesNicolas Werner2019-11-231-28/+29
|
* Show own messages in RoomListNicolas Werner2019-11-231-1/+1
|
* Fix section layout issues and pagination issuesNicolas Werner2019-11-231-2/+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.
* Size images/videos by timeline widthNicolas Werner2019-11-231-0/+19
|
* Fix linting issuesNicolas Werner2019-11-231-1/+1
|
* Enable Sticker and Emote messagesNicolas Werner2019-11-231-8/+8
|
* File messages (qml)Nicolas Werner2019-11-231-2/+24
|
* Add basic read_event support (qml)Nicolas Werner2019-11-231-0/+21
|
* Update roomlist on new messagesNicolas Werner2019-11-231-1/+23
|
* Reenable redactionsNicolas Werner2019-11-231-0/+22
|
* Restore saving of mediaNicolas Werner2019-11-231-0/+55
|
* Add lock to encrypted messagesNicolas Werner2019-11-231-0/+6
|
* Remove noisy decrypted messageNicolas Werner2019-11-231-2/+0
|
* Reenable encrypted messagesNicolas Werner2019-11-231-0/+301
|
* Fix read indicatorNicolas Werner2019-11-231-2/+13
|
* Enable read receipts action and sync read receipts from cacheNicolas Werner2019-11-231-1/+24
|
* Add send/received indicatorNicolas Werner2019-11-231-1/+42
|
* Implement simple scroll state handlingNicolas Werner2019-11-231-0/+19
|
* Implement replies in qml timelineNicolas Werner2019-11-231-0/+54
|
* Show redactions in qml timelineNicolas Werner2019-11-231-21/+54
|
* Try to fix duplicate messages in certain edge cases (i.e. sync and ↵Nicolas Werner2019-11-231-3/+14
| | | | pagination at the same time)
* Fix shadow errorNicolas Werner2019-11-231-4/+4
|
* Reenable display of encrypted messagesNicolas Werner2019-11-231-13/+112
|
* Reenable view raw messageNicolas Werner2019-11-231-1/+12
|
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-231-0/+66
| | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...
* Implement avatars in qml timelineNicolas Werner2019-11-231-0/+6
|
* Fix new messages not arriving in qml timelineNicolas Werner2019-11-231-2/+5
|
* Fix QML emojisNicolas Werner2019-11-231-0/+6
|
* Fix shadow warningNicolas Werner2019-11-231-3/+3
|
* Implement TextMessage delegateNicolas Werner2019-11-231-0/+123
| | | | Text selection over multiple items doesn't work yet
* Format date (close to) the old way in qml timelineNicolas Werner2019-11-231-0/+17
|
* Add avatar placeholder and scrollbar to qml timelineNicolas Werner2019-11-231-9/+8
|
* Add basic sections and button placeholders to qml timelineNicolas Werner2019-11-231-1/+42
|
* Implement loading of history, when timeline is displayedNicolas Werner2019-11-231-0/+65
|
* Add items to timlineNicolas Werner2019-11-231-4/+50
|
* Add placeholder timeline modelNicolas Werner2019-11-231-0/+47