summary refs log tree commit diff
path: root/resources/qml/delegates/MessageDelegate.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make emoji picker follow themeNicolas Werner2021-07-031-0/+1
|
* add avatar changed event support issue #550BShipman2021-06-191-0/+8
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-5/+5
|
* Make palette global in QmlNicolas Werner2021-05-131-1/+1
|
* Copy address locationNicolas Werner2021-04-291-0/+1
| | | | fixes #463
* 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
|
* 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
|
* change 'redacted' for 'removed'kirillpt2020-11-261-2/+2
|
* Lint qml with qml-formatNicolas Werner2020-10-081-211/+330
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-2/+6
|\
| * Update translationsNicolas Werner2020-09-191-1/+5
| |
| * Fix null errors in qmlNicolas Werner2020-09-161-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-0/+24
|\|
| * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * Specify call type on timelinetrilene2020-07-241-1/+1
| | |
| | * Support voice callstrilene2020-07-101-0/+18
| | |
* | | Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-0/+54
| | |
* | | Fix presence indicatorNicolas Werner2020-07-301-6/+6
|/ /
* / Readd pagination and fix redactionsNicolas Werner2020-07-131-0/+6
|/
* Clip replies by defaultNicolas Werner2020-05-131-0/+2
| | | | In the future we should probably add a gradient when clipped...
* Size reply background by contentsNicolas Werner2020-04-101-0/+1
|
* Add support for more room events in timelineAdasauce2020-03-031-0/+31
|
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-1/+1
|
* Improve styling of emote messagesNicolas Werner2020-02-091-4/+7
|
* Implement display of membership eventsNicolas Werner2020-01-231-0/+6
|
* Fetch missing events for repliesNicolas Werner2020-01-111-0/+4
|
* Implement fancy reply renderingNicolas Werner2020-01-111-57/+71
| | | | | | 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.
* Show topic and name changes in timelineNicolas Werner2019-12-101-0/+12
|
* 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/+9
|
* Improve avatar look and layoutingNicolas Werner2019-11-231-2/+0
| | | | Thanks to red_sky for the feedback!
* Remove unused importNicolas Werner2019-11-231-1/+0
|
* Organize qml files a bitNicolas Werner2019-11-231-0/+50