summary refs log tree commit diff
path: root/resources/qml/TimelineDefaultMessageStyle.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix marking messages as read by scrollingNicolas Werner2024-05-271-2/+3
|
* Work around the duplicate right click menus on KDENicolas Werner2024-03-101-2/+23
|
* Add support for intentional mentionsNicolas Werner2024-03-081-12/+12
| | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though.
* Speedup room switching by forcing a bigger initial item sizeNicolas Werner2024-01-081-1/+3
|
* disable swipe motions toggleduarm2023-12-311-0/+1
|
* Fix red outline alignment in default styleNicolas Werner2023-12-221-2/+3
|
* Bring back double tap and drag to replyNicolas Werner2023-10-271-0/+19
|
* More qml cleanupsNicolas Werner2023-10-261-7/+0
|
* Restore reply context menuNicolas Werner2023-10-101-3/+8
|
* Shrink repliesNicolas Werner2023-10-091-1/+1
|
* Basic bubble styleNicolas Werner2023-10-091-70/+12
|
* Fixup reply and state event renderingNicolas Werner2023-10-081-6/+14
|
* Switch to manual polishing of event delegatesNicolas Werner2023-10-081-37/+34
|
* Reimplement mention highlight and scroll to highlightNicolas Werner2023-09-201-0/+55
|
* Move message styles to their own files and work around hover not propagating ↵Nicolas Werner2023-09-201-0/+320
to siblings