summary refs log tree commit diff
path: root/resources/qml/delegates (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-202-5/+8
* Fix a few missing propertiesNicolas Werner2021-07-122-4/+13
* Prepare for reuseItems in timelineNicolas Werner2021-07-127-77/+256
* Make emoji picker follow themeNicolas Werner2021-07-032-1/+2
* Fix mouse cursor on reply delegatesNicolas Werner2021-06-301-0/+1
* add avatar changed event support issue #550BShipman2021-06-191-0/+8
* Add ugly borders to tablesNicolas Werner2021-06-081-1/+18
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-283-8/+8
* Reimplement room context menusNicolas Werner2021-05-281-1/+1
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-143-7/+7
* Fix missing import for colorsNicolas Werner2021-05-131-0/+1
* Make palette global in QmlNicolas Werner2021-05-139-21/+24
* Allow copying messages via right clickNicolas Werner2021-04-291-0/+1
* Copy address locationNicolas Werner2021-04-291-0/+1
* Highlight navigated to messageNicolas Werner2021-04-292-2/+2
* Fix some TapHandler focus issuesNicolas Werner2021-04-113-1/+8
* Fix undefined warningNicolas Werner2021-04-091-1/+1
* Fix download buttonNicolas Werner2021-04-041-5/+0
* 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-079-0/+9
* Show mxid on hovering usernameNicolas Werner2021-03-079-9/+0
* Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-061-2/+0
|\
| * Use overlay buttons for message actionsNicolas Werner2021-03-041-2/+0
* | Update license headersNicolas Werner2021-03-059-0/+36
|/
* Fix hover handling in the timelineNicolas Werner2021-02-145-22/+34
* Revert keeping whitespace in html, it breaks listsNicolas Werner2021-02-121-1/+1
* Try to avoid QTBUG-89568Nicolas Werner2021-02-101-1/+1
* Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+0
* Improve hover stuff, needs HoverHandler for a proper fixNicolas Werner2021-01-181-1/+1
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-126-12/+12
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-116-12/+12
* Background color for code and don't collapse space in timelineNicolas Werner2020-12-141-1/+1
* change 'redacted' for 'removed'kirillpt2020-11-261-2/+2
* Make reply background a bit less saturatedNicolas Werner2020-11-211-1/+1
* Smooth pictures in timelineMayeul Cantan2020-10-311-0/+2
* Qml message input mockupNicolas Werner2020-10-263-3/+3
* Speed up rendering the timeline by a LOT by reducing clippingNicolas Werner2020-10-222-2/+2
* Hide room name, if not loaded yetNicolas Werner2020-10-181-4/+8
* Make Text element a sibling of the Rectangle to avoid the text from depending...kamathmanu2020-10-151-14/+14
* Avoid hardcoded font sizekamathmanu2020-10-141-1/+1
* Display filename on mouse hoverkamathmanu2020-10-131-1/+30
* Lint qml with qml-formatNicolas Werner2020-10-089-557/+731
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-243-4/+8
|\
| * 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
* | 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
| |\
| | * 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-306-12/+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