summary refs log tree commit diff
path: root/resources/qml/delegates/PlayableMediaMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix lag when media messages are shown and fix media controlsNicolas Werner2024-01-081-8/+10
|
* Speedup room switching by forcing a bigger initial item sizeNicolas Werner2024-01-081-0/+1
|
* Fix some qml warningsNicolas Werner2023-10-261-7/+5
|
* Shrink repliesNicolas Werner2023-10-091-1/+1
|
* Fixup reply and state event renderingNicolas Werner2023-10-081-1/+1
|
* Fix playable media playbackNicolas Werner2023-06-081-19/+18
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-4/+4
|
* First runnable qt6 NhekoNicolas Werner2023-06-081-12/+10
|
* 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/
* Add a generic video icon when there is no thumbnailLoren Burkholder2023-02-141-1/+1
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Show some previews in upload windowNicolas Werner2022-03-211-1/+1
|
* Add duration and resolution to filesNicolas Werner2022-03-211-1/+2
|
* add option to open video with external program by defaultmath2022-03-191-1/+1
|
* Fix images being cropped instead of scaledNicolas Werner2022-03-091-1/+1
|
* space-saving metadata placementMalte E2022-02-141-1/+4
|
* fix bugs found by NicoMalte E2022-02-141-1/+2
|
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-8/+3
|
* fixed most of the binding loopsMalte E2022-02-091-1/+4
|
* 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
|
* Fix escaped html showing up in playable media message labelsNicolas Werner2021-12-081-1/+1
| | | | fixes #840
* Support exif rotation on received videosNicolas Werner2021-11-151-0/+1
| | | | fixes #674
* Format qmlNicolas Werner2021-11-111-31/+25
|
* Make it possible to unhide the controls on mobileNicolas Werner2021-11-111-0/+6
|
* Cleanup positioning of player elementsNicolas Werner2021-11-111-20/+22
|
* More refactoring and layout updatesJoseph Donofry2021-11-111-4/+4
|
* More player fixesJoseph Donofry2021-11-091-118/+6
|
* Fix audio player and use same controls for video and audioJoseph Donofry2021-11-091-80/+77
|
* Move rest of controls to separate fileJoseph Donofry2021-11-091-204/+132
|
* Initial Refactoring into separate controlsJoseph Donofry2021-11-091-88/+7
|
* Incorporate nico's suggestions, fix volume sliderJoseph Donofry2021-11-081-272/+272
|
* Minor fixes for undefined qml behaviorJoseph Donofry2021-11-081-7/+4
|
* Update video_player_enhancements with changes from masterJoseph Donofry2021-11-031-55/+47
|\
| * Support animated imagesNicolas Werner2021-08-291-2/+2
| | | | | | | | fixes #461
| * Use in memory media player instead of storing unencrypted files on diskNicolas Werner2021-08-291-28/+22
| |
* | Merge origin/master and fix conflictsJoseph Donofry2021-08-101-1/+1
|\|
| * Port to explicit connect syntaxNicolas Werner2021-07-271-2/+3
| | | | | | | | Also fix a lot of warnings.
* | Import and update lurkki's branchJoseph Donofry2021-07-191-189/+349
|/
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-10/+21
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* 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...