summary refs log tree commit diff
path: root/resources/qml/delegates (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix emoji escape in file messagesNicolas Werner2020-09-191-1/+1
* Update translationsNicolas Werner2020-09-191-1/+5
* Fix null errors in qmlNicolas Werner2020-09-162-2/+2
* Hide CallCandidates again in new storeNicolas Werner2020-08-171-0/+6
* Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-0/+18
|\
| * Specify call type on timelinetrilene2020-07-241-1/+1
| * Support voice callstrilene2020-07-101-0/+18
* | Fix more non integer heightsNicolas Werner2020-07-252-3/+3
* | Fix binding loop and non integer text heightNicolas Werner2020-07-251-1/+1
* | Readd pagination and fix redactionsNicolas Werner2020-07-131-0/+6
|/
* Merge master and fix conflictsJoseph Donofry2020-06-091-0/+1
|\
| * Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-1/+1
| * Added an optional feature to show bigger emoji-only messages with 3 or less e...lkito2020-05-211-0/+1
* | Merge master into reactionsJoseph Donofry2020-05-146-5/+19
|\|
| * Clip replies by defaultNicolas Werner2020-05-136-5/+19
* | Change redaction color that accidentally got committedJoseph Donofry2020-05-071-5/+1
* | Merge branch 'master' into reactionsJoseph Donofry2020-05-071-3/+3
|\|
| * Fix redaction color change that accidentally got committedJoseph Donofry2020-05-071-3/+3
* | merge master into reactionsJoseph Donofry2020-05-071-1/+4
|/
* Fix scroll to replied to message (somewhat)Nicolas Werner2020-05-051-1/+1
* Address CR commentsLasath Fernando2020-04-291-4/+2
* Remove commented out code; fix padding for PillLasath Fernando2020-04-281-3/+4
* Fix binding loops for heightLasath Fernando2020-04-281-2/+4
* Disable opening images, when they are not loadedNicolas Werner2020-04-211-1/+1
* Use Item for transparent rectanglesNicolas Werner2020-04-102-5/+2
* Size reply background by contentsNicolas Werner2020-04-102-1/+10
* Make Filemessage background size by contentNicolas Werner2020-04-101-2/+12
* Add a few missing palette colorsNicolas Werner2020-04-082-2/+2
* Use palette for qml code for themingNicolas Werner2020-03-292-3/+3
* Fix images without sizeNicolas Werner2020-03-081-1/+1
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-051-0/+13
|\
| * Make blurhash provider asyncNicolas Werner2020-03-041-1/+0
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+14
* | Add support for more room events in timelineAdasauce2020-03-031-0/+31
|/
* Improve link themingNicolas Werner2020-02-271-1/+1
* Don't let click on reply steal focus from the replied to elementsNicolas Werner2020-02-261-6/+7
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-202-2/+2
* Improve styling of emote messagesNicolas Werner2020-02-093-11/+10
* Improve styling a bitNicolas Werner2020-02-033-7/+8
* Simplify reply popup logicNicolas Werner2020-01-281-0/+57
* Fix resize loop of images in reply popupNicolas Werner2020-01-281-3/+3
* Show event type string in placeholderNicolas Werner2020-01-231-1/+1
* Implement display of membership eventsNicolas Werner2020-01-231-0/+6
* Try to match old theme betterNicolas Werner2020-01-141-0/+2
* Fetch missing events for repliesNicolas Werner2020-01-111-0/+4
* Implement fancy reply renderingNicolas Werner2020-01-117-77/+91
* Adapt play buttons to theme and remove accidental message bgNicolas Werner2020-01-061-3/+3
* Make images always fit the timelineNicolas Werner2019-12-131-2/+7
* Show topic and name changes in timelineNicolas Werner2019-12-102-1/+14
* Add encrypted file downloadNicolas Werner2019-12-033-4/+4
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-303-3/+3
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-233-3/+10
* Wrap text in pre tagsNicolas Werner2019-11-231-1/+1
* Enable link handlingNicolas Werner2019-11-233-18/+6
* Improve avatar look and layoutingNicolas Werner2019-11-231-2/+0
* Remove unused importNicolas Werner2019-11-231-1/+0
* Organize qml files a bitNicolas Werner2019-11-238-157/+56
* Add native themeing to QML (where possible)Nicolas Werner2019-11-231-8/+20
* Size images/videos by timeline widthNicolas Werner2019-11-232-9/+22
* Misc layout fixesNicolas Werner2019-11-231-0/+0
* Try out DelegateChooserNicolas Werner2019-11-237-15/+154
* Disable autoplayback againNicolas Werner2019-11-231-1/+0
* Lower requirement on QtQuick.Layouts versionNicolas Werner2019-11-232-2/+2
* Use QtQuick.Controls compatible with Qt 5.8Nicolas Werner2019-11-233-3/+3
* Enable Sticker and Emote messagesNicolas Werner2019-11-231-0/+3
* Add basic video messagesNicolas Werner2019-11-231-0/+12
* Add progress bar to audio messagesNicolas Werner2019-11-231-68/+110
* Add simple audio message widgetNicolas Werner2019-11-232-19/+117
* File messages (qml)Nicolas Werner2019-11-231-0/+57
* Restore saving of mediaNicolas Werner2019-11-231-1/+1
* Reenable ImageOverlayNicolas Werner2019-11-231-0/+6
* Implement basic placeholder and disable unimplemented event typesNicolas Werner2019-11-231-0/+10
* Show redactions in qml timelineNicolas Werner2019-11-231-0/+15
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-231-0/+14
* Use system colors for nowNicolas Werner2019-11-232-0/+13
* Implement TextMessage delegateNicolas Werner2019-11-231-0/+10