summary refs log tree commit diff
path: root/resources/qml/delegates/ImageMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix hover handling in the timelineNicolas Werner2021-02-141-8/+8
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-1/+1
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-1/+1
|
* Smooth pictures in timelineMayeul Cantan2020-10-311-0/+2
|
* Hide room name, if not loaded yetNicolas Werner2020-10-181-4/+8
|
* Make Text element a sibling of the Rectangle to avoid the text from ↵kamathmanu2020-10-151-14/+14
| | | | depending on the rectangle's opacity property. Switch to Nheko theme colors
* Avoid hardcoded font sizekamathmanu2020-10-141-1/+1
|
* Display filename on mouse hoverkamathmanu2020-10-131-1/+30
|
* 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...