summary refs log tree commit diff
path: root/resources/qml/TimelineRow.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement fancy reply renderingNicolas Werner2020-01-111-7/+54
| | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them.
* Add encrypted file downloadNicolas Werner2019-12-031-1/+1
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-1/+1
|
* Fix infinite item instantiating loop by using height instead of contentHeightNicolas Werner2019-11-231-2/+3
|
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-231-2/+2
|
* Make replies format nicerNicolas Werner2019-11-231-2/+13
| | | | Also lays a bit of groundwork for better reply rendering
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-39/+6
|
* Improve avatar look and layoutingNicolas Werner2019-11-231-1/+0
| | | | Thanks to red_sky for the feedback!
* break height binding loopNicolas Werner2019-11-231-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-231-0/+144