summary refs log tree commit diff
path: root/resources/qml/delegates/PlayableMediaMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Qml message input mockupNicolas Werner2020-10-261-1/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-081-167/+210
|
* Fix presence indicatorNicolas Werner2020-07-301-2/+2
|
* Fix more non integer heightsNicolas Werner2020-07-251-1/+1
|
* Clip replies by defaultNicolas Werner2020-05-131-2/+8
| | | | In the future we should probably add a gradient when clipped...
* Add a few missing palette colorsNicolas Werner2020-04-081-1/+1
|
* Improve styling a bitNicolas Werner2020-02-031-5/+6
|
* Try to match old theme betterNicolas Werner2020-01-141-0/+2
|
* Implement fancy reply renderingNicolas Werner2020-01-111-8/+8
| | | | | | 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.
* Adapt play buttons to theme and remove accidental message bgNicolas Werner2020-01-061-3/+3
|
* Add encrypted file downloadNicolas Werner2019-12-031-2/+2
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-1/+1
|
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-231-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-231-1/+1
|
* Size images/videos by timeline widthNicolas Werner2019-11-231-7/+20
|
* Try out DelegateChooserNicolas Werner2019-11-231-5/+5
| | | | requires Qt5.12+
* Disable autoplayback againNicolas Werner2019-11-231-1/+0
|
* Lower requirement on QtQuick.Layouts versionNicolas Werner2019-11-231-1/+1
|
* Use QtQuick.Controls compatible with Qt 5.8Nicolas Werner2019-11-231-1/+1
|
* Add basic video messagesNicolas Werner2019-11-231-0/+152
Size is fixed for now, otherwise the Video output ends up somewhere...