summary refs log tree commit diff
path: root/resources/qml/TimelineRow.qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename settings to be more consistentNicolas Werner2020-05-261-1/+1
* Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-4/+4
* Implemented optional message body highlighting feature.lkito2020-05-161-1/+5
* Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-1/+2
* Basic, broken reaction displayNicolas Werner2020-05-041-0/+1
* Add placeholder for reactionsNicolas Werner2020-05-041-0/+3
* Add menu entry to show decrypted sourceNicolas Werner2020-04-211-4/+3
* Use palette for qml code for themingNicolas Werner2020-03-291-15/+15
* Make buttons hideable via setting, button contents can still be accessed via ...Nicolas Werner2020-03-101-26/+12
* 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
* 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
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-39/+6
* Improve avatar look and layoutingNicolas Werner2019-11-231-1/+0
* break height binding loopNicolas Werner2019-11-231-1/+1
* Organize qml files a bitNicolas Werner2019-11-231-0/+144