summary refs log tree commit diff
path: root/resources/qml/delegates/ImageMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lint qml with qml-formatNicolas Werner2020-10-081-37/+36
|
* Fix presence indicatorNicolas Werner2020-07-301-1/+1
|
* Fix more non integer heightsNicolas Werner2020-07-251-2/+2
|
* Clip replies by defaultNicolas Werner2020-05-131-3/+4
| | | | In the future we should probably add a gradient when clipped...
* Disable opening images, when they are not loadedNicolas Werner2020-04-211-1/+1
|
* Fix images without sizeNicolas Werner2020-03-081-1/+1
|
* Make blurhash provider asyncNicolas Werner2020-03-041-1/+0
|
* Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+14
|
* Fix resize loop of images in reply popupNicolas Werner2020-01-281-3/+3
|
* Implement fancy reply renderingNicolas Werner2020-01-111-6/+6
| | | | | | 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.
* Make images always fit the timelineNicolas Werner2019-12-131-2/+7
|
* Add encrypted file downloadNicolas Werner2019-12-031-1/+1
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-231-1/+1
|
* Size images/videos by timeline widthNicolas Werner2019-11-231-2/+2
|
* Try out DelegateChooserNicolas Werner2019-11-231-4/+4
| | | | requires Qt5.12+
* Enable Sticker and Emote messagesNicolas Werner2019-11-231-0/+3
|
* Restore saving of mediaNicolas Werner2019-11-231-1/+1
|
* Reenable ImageOverlayNicolas Werner2019-11-231-0/+6
|
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-231-0/+14
I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...