summary refs log tree commit diff
path: root/resources/qml/delegates/MessageDelegate.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixup reply and state event renderingNicolas Werner2023-10-081-780/+0
|
* Switch to manual polishing of event delegatesNicolas Werner2023-10-081-1/+0
|
* Port state events and imagesNicolas Werner2023-08-251-0/+2
|
* Show some generic message for ACL changesNicolas Werner2023-06-101-0/+14
| | | | fixes #1476
* Replace some binding loops with othersNicolas Werner2023-06-081-0/+2
|
* Fix member event binding loopNicolas Werner2023-06-081-1/+1
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-5/+3
|
* Use the new mtxclient special effects refactoringLoren Burkholder2023-04-111-1/+1
|
* Implement unknown msgtype functionalityLoren Burkholder2023-04-081-1/+15
|
* 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 fancy delegate when encryption is enabledLoren Burkholder2023-02-131-3/+2
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Add a button to room the upgraded room in the timelineNicolas Werner2022-12-131-0/+28
|
* confetti (#1243)Loren Burkholder2022-12-101-0/+14
| | | * 🎉 (confetti) message support. Thanks @LorenDB !
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-141-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting
* Replace some user visible mentions of spacesNicolas Werner2022-10-011-1/+1
|
* Support rendering policy rulesNicolas Werner2022-07-091-0/+42
|
* Fix pinned messages getting clippedNicolas Werner2022-04-241-0/+30
|
* Show changes in image packs in timelineNicolas Werner2022-04-191-2/+2
|
* Add duration and resolution to filesNicolas Werner2022-03-211-0/+3
|
* fix overlap in NoticeMessageMalte E2022-02-141-0/+2
|
* space-saving metadata placementMalte E2022-02-141-1/+9
|
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-10/+3
|
* fixed most of the binding loopsMalte E2022-02-091-2/+8
|
* Variable width bubbles (still has binding loop)Malte E2022-02-091-1/+1
|
* add translations and actually add changes to TimelineModelMalte E2022-02-071-5/+5
|
* print state events without bubbles, displaynames or avatars and in a smaller ↵Malte E2022-02-071-0/+31
| | | | font
* Revert removal of width and height in TextMessage and implicitWidth in ↵Malte E2022-02-041-1/+1
| | | | MessageDelegate
* prepare code for message bubbles and dynamic message layoutMalte E2022-02-031-3/+6
|
* 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 wrapping in member eventsNicolas Werner2021-12-311-0/+1
|
* Support pinned messagesNicolas Werner2021-12-111-0/+48
| | | | fixes #519
* Change QML UI for redactionsJoe Donofry2021-11-291-3/+2
|
* Fix one more wrong background colorNicolas Werner2021-11-221-1/+1
|
* Move away from using an event loop to access secretsNicolas Werner2021-11-071-1/+1
| | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789
* Reenable reuseItems for the message viewNicolas Werner2021-09-151-1/+1
| | | | If this is still broken, we will need to disable it again.
* Support animated imagesNicolas Werner2021-08-291-0/+2
| | | | fixes #461
* Simplify message delegate size calculation a bitNicolas Werner2021-08-211-1/+1
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-5/+19
| | | | As well as selecting more join rules.
* Show encryption errors in qml and add request keys buttonNicolas Werner2021-08-071-0/+11
|
* Finish converting function to propertyLoren Burkholder2021-07-201-1/+1
|
* Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-201-5/+6
|
* Fix a few missing propertiesNicolas Werner2021-07-121-4/+7
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-38/+160
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* 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