summary refs log tree commit diff
path: root/resources/qml/delegates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | This disables color emojis for now in filenames
| * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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
| | | | | | | | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
| * Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-211-0/+1
| | | | | | | | emoji
* | Merge master into reactionsJoseph Donofry2020-05-146-5/+19
|\|
| * Clip replies by defaultNicolas Werner2020-05-136-5/+19
| | | | | | | | In the future we should probably add a gradient when clipped...
* | 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
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Fix images without sizeNicolas Werner2020-03-081-1/+1
|
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-051-0/+13
|\ | | | | Experimental Blurhash support
| * 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
| | | | | | 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
|
* 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
| | | | Thanks to red_sky for the feedback!
* 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
| | | | requires Qt5.12+
* 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
| | | | Size is fixed for now, otherwise the Video output ends up somewhere...
* 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
| | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...
* Use system colors for nowNicolas Werner2019-11-232-0/+13
|
* Implement TextMessage delegateNicolas Werner2019-11-231-0/+10
Text selection over multiple items doesn't work yet