summary refs log tree commit diff
path: root/src/timeline/TimelineModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support voice callstrilene2020-07-101-5/+16
|
* Additional code cleanupJoseph Donofry2020-06-111-20/+0
|
* Merge master and fix conflictsJoseph Donofry2020-06-091-0/+1
|\
| * 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-141-0/+1
|\|
| * Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-0/+1
| |
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-2/+3
| | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* | merge master into reactionsJoseph Donofry2020-05-071-1/+19
|/
* Fix reaction redaction for real this timeNicolas Werner2020-05-061-0/+2
|
* Basic, broken reaction displayNicolas Werner2020-05-041-0/+3
|
* Run linterLasath Fernando2020-04-301-3/+4
|
* Add visual indication that data is being fetchedLasath Fernando2020-04-291-1/+6
| | | | | This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later.
* Change decrypt setting againJoseph Donofry2020-04-231-2/+3
|
* Change how decrypt value is retrieved from settingsJoseph Donofry2020-04-231-1/+2
|
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-221-1/+1
|
* Add menu entry to show decrypted sourceNicolas Werner2020-04-211-0/+1
| | | | | Also make hidden entries not consume space in Menus with some qml styles.
* Try to fix messages getting stuck by sometimes sending them twice and never ↵Nicolas Werner2020-04-191-4/+1
| | | | failing them
* Fix reply not closingNicolas Werner2020-04-131-0/+21
| | | | fixes #124
* Better image overlay handling when downloadingAdasauce2020-03-201-1/+1
| | | | | | | | | | - hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-051-0/+1
|\ | | | | Experimental Blurhash support
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+1
| |
* | Add support for more room events in timelineAdasauce2020-03-031-4/+9
|/
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-2/+0
|
* Select first room on startupNicolas Werner2020-02-041-1/+3
|
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Optimize includes a bitNicolas Werner2020-01-311-3/+5
|
* Show event type string in placeholderNicolas Werner2020-01-231-0/+1
|
* Implement display of membership eventsNicolas Werner2020-01-231-1/+2
|
* Move typing display to qmlNicolas Werner2020-01-171-0/+13
|
* Fetch missing events for repliesNicolas Werner2020-01-111-0/+2
|
* Implement fancy reply renderingNicolas Werner2020-01-111-0/+1
| | | | | | 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.
* Use fetchMore for native lazy loading of item model dataNicolas Werner2020-01-061-1/+3
|
* invert timelineNicolas Werner2020-01-061-0/+1
|
* Reduce includes of MatrixClient.h, as it is the most expensive headerNicolas Werner2019-12-151-7/+5
|
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-1/+1
|
* Show topic and name changes in timelineNicolas Werner2019-12-101-0/+2
|
* Implement decryption of imagesNicolas Werner2019-12-031-0/+2
| | | | It is a bit of a hack, but it works...
* Add encrypted file downloadNicolas Werner2019-12-031-0/+3
|
* Add loading spinner and restore message send queueNicolas Werner2019-11-231-31/+10
|
* Remove old timelineNicolas Werner2019-11-231-0/+258