summary refs log tree commit diff
path: root/resources/qml/delegates/PlayableMediaMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-2/+2
|
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-3/+3
|
* Make palette global in QmlNicolas Werner2021-05-131-7/+7
|
* Fix undefined warningNicolas Werner2021-04-091-1/+1
|
* Fix double click on video messageNicolas Werner2021-03-271-38/+30
|
* fix windows video bugtargetakhil2021-03-141-1/+1
|
* 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-4/+7
|
* Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+0
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-4/+4
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-4/+4
|
* 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...