summary refs log tree commit diff
path: root/resources/qml/TimelineRow.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only show reply button and option button on hoverNicolas Werner2020-02-261-63/+99
|
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-1/+1
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-46/+15
|
* Change tooltip palette settings for QMLJoseph Donofry2020-01-281-0/+3
|
* Simplify reply popup logicNicolas Werner2020-01-281-46/+3
|
* 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