summary refs log tree commit diff
path: root/resources/qml/delegates/ImageMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add option to open image with external program by defaultmath2022-03-191-1/+1
|
* Fix images being cropped instead of scaledNicolas Werner2022-03-091-1/+1
|
* Fix images without size not showing (take5)Nicolas Werner2022-02-171-1/+3
|
* space-saving metadata placementMalte E2022-02-141-1/+4
|
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-8/+3
|
* fixed most of the binding loopsMalte E2022-02-091-1/+4
|
* Work around images with size 0 in infoNicolas Werner2022-01-041-2/+2
| | | | fixes #875
* Port image overlay to qmlNicolas Werner2022-01-021-3/+2
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Get rid of some useless codeNicolas Werner2021-12-311-1/+1
|
* Multiply source size by scale factorNicolas Werner2021-12-131-4/+4
| | | | Might be unnecessary, but docs are unclear on that.
* Limit max memory usage of imagesNicolas Werner2021-12-081-1/+4
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Reenable still image viewer for WebP until we qmlify the image viewerNicolas Werner2021-11-141-9/+10
|
* Add option to only play animated images on hoverNicolas Werner2021-08-291-0/+1
|
* Support animated imagesNicolas Werner2021-08-291-25/+36
| | | | fixes #461
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-10/+18
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-3/+3
|
* Make palette global in QmlNicolas Werner2021-05-131-3/+3
|
* Highlight navigated to messageNicolas Werner2021-04-291-1/+1
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-1/+5
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* 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...