summary refs log tree commit diff
path: root/resources/qml/delegates/ImageMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Shrink repliesNicolas Werner2023-10-091-1/+1
|
* Fixup reply and state event renderingNicolas Werner2023-10-081-15/+15
|
* Move message styles to their own files and work around hover not propagating ↵Nicolas Werner2023-09-201-5/+8
| | | | to siblings
* Fix alignment of file messages and redactionsNicolas Werner2023-09-171-4/+5
|
* Improve image size limitingNicolas Werner2023-08-271-0/+1
|
* Port state events and imagesNicolas Werner2023-08-251-7/+8
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-6/+6
|
* Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-231-13/+91
|\ | | | | | | Blur images properly
| * Fade in images when fully recievedLoren Burkholder2023-02-221-26/+7
| |
| * Properly handle images without blurhashesLoren Burkholder2023-02-201-35/+98
| |
| * Use a single, reversible privacy screen transitionLoren Burkholder2023-02-201-12/+2
| |
| * Animate transition to blurhashLoren Burkholder2023-02-201-0/+44
| |
| * Blurhash images when the privacy screen is activeLoren Burkholder2023-02-201-13/+13
| |
* | Get rid of year in license headersNicolas Werner2023-02-211-3/+1
|/ | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+1
|
* Better touch scrolling (#1012)Malte E2022-03-241-15/+6
|
* 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...