summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Send typing updates from QMLNicolas Werner2020-11-251-1/+0
* Basic text input in qmlNicolas Werner2020-11-251-1/+0
* Pasteable textinputNicolas Werner2020-11-251-0/+1
* Share code for sending encrypted olm messagesNicolas Werner2020-10-201-198/+25
* Store timestamp with olm sessionsNicolas Werner2020-10-201-1/+2
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-1/+1
* Make steps in verification flow explicitNicolas Werner2020-10-051-2/+2
* Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-031-0/+6
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-12/+70
|\
| * Fix null errors in qmlNicolas Werner2020-09-161-12/+6
| * Port top bar to QmlNicolas Werner2020-09-161-0/+64
* | Simplify outbound session setupNicolas Werner2020-09-201-109/+95
* | Split qml part of Device VerificationCH Chethan Reddy2020-09-141-17/+16
* | Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-16/+17
* | Add support for Encrypted to-device verification messagesCH Chethan Reddy2020-09-031-1/+1
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-78/+157
|\|
| * Hide CallCandidates again in new storeNicolas Werner2020-08-171-1/+5
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-14/+110
| |\
| | * clang-formattrilene2020-08-011-2/+4
| | * Specify call type on timelinetrilene2020-07-241-0/+4
| | * Hide incoming CallCandidates in encrypted roomstrilene2020-07-141-0/+9
| | * Remove commentstrilene2020-07-131-2/+0
| | * Hide CallCandidates events from the timelinetrilene2020-07-131-1/+2
| | * Merge remote-tracking branch 'upstream/master' into voiptrilene2020-07-101-55/+79
| | |\
| | * | Support voice callstrilene2020-07-101-57/+148
* | | | [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-4/+3
* | | | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-248/+85
* | | | Add Room Verification MessagesCH Chethan Reddy2020-07-301-25/+120
* | | | Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-1/+186
* | | | Refactor UserProfileNicolas Werner2020-07-301-2/+2
|/ / /
* | | Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner2020-07-261-17/+17
* | | Fix reactionsNicolas Werner2020-07-201-1/+2
* | | Fix reaction displayNicolas Werner2020-07-191-1/+2
* | | Fix reply scrollingNicolas Werner2020-07-181-2/+2
* | | Fix flickering of encrypted messages when sending using new storeNicolas Werner2020-07-181-8/+10
* | | Fix encryption indicatorNicolas Werner2020-07-181-3/+6
* | | Reenable sending messagesNicolas Werner2020-07-181-311/+53
* | | Readd pagination and fix redactionsNicolas Werner2020-07-131-29/+24
* | | Fetch missing eventsNicolas Werner2020-07-101-21/+0
* | | WIP: Event Store split outNicolas Werner2020-07-091-416/+253
| |/ |/|
* | Make connections across threads queued in any caseNicolas Werner2020-06-261-55/+79
|/
* Additional code cleanupJoseph Donofry2020-06-111-7/+0
* Merge master and fix conflictsJoseph Donofry2020-06-091-2/+22
|\
| * Remove some redundant functionsNicolas Werner2020-05-301-2/+2
| * Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
| * Added an optional feature to show bigger emoji-only messages with 3 or less e...lkito2020-05-211-0/+18
* | Fix crash when reacting to messages from /syncNicolas Werner2020-05-171-1/+1
* | Fix local echo for reactionsNicolas Werner2020-05-161-1/+21
* | Merge master into reactionsJoseph Donofry2020-05-141-1/+10
|\|
| * Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-0/+5
| * Show inline imagesNicolas Werner2020-05-141-0/+4
| * Translation updatesNicolas Werner2020-05-101-1/+1
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-20/+18
* | Initial support for sending reactionsJoseph Donofry2020-05-091-4/+39
* | merge master into reactionsJoseph Donofry2020-05-071-0/+7
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-081-1/+37
|\
| * Fix reaction redaction for real this timeNicolas Werner2020-05-061-0/+3
| * Fix rooms with a lot of reactions not paginating correctlyNicolas Werner2020-05-061-1/+5
| * Show displayname on reactionsNicolas Werner2020-05-061-1/+1
| * Basic, broken reaction displayNicolas Werner2020-05-041-0/+29
* | Fix messages being immediately read againNicolas Werner2020-05-061-2/+10
* | Fix joined rooms dropping to the bottom at firstNicolas Werner2020-05-051-0/+27
|/
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-011-4/+16
|\
| * Add visual indication that data is being fetchedLasath Fernando2020-04-291-4/+16
* | Don't store pending receipts in cacheNicolas Werner2020-04-301-3/+0
* | Strip reply fallback from plain text bodyNicolas Werner2020-04-301-6/+16
|/
* Change decrypt setting againJoseph Donofry2020-04-231-9/+1
* Change how decrypt value is retrieved from settingsJoseph Donofry2020-04-231-0/+6
* Fix own messages not showing as encryptedNicolas Werner2020-04-231-7/+7
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-221-0/+7
* Add ability to toggle sidebar messages for encrypted roomsJoseph Donofry2020-04-211-1/+6
* Add menu entry to show decrypted sourceNicolas Werner2020-04-211-0/+13
* Fix own encrypted images not showing up after sendingNicolas Werner2020-04-211-0/+4
* Try to fix messages getting stuck by sometimes sending them twice and never f...Nicolas Werner2020-04-191-19/+8
* Cache decrypted eventsNicolas Werner2020-04-141-2/+24
* Fix encrypted event indicatorNicolas Werner2020-04-141-5/+5
* Fix reply not closingNicolas Werner2020-04-131-2/+11
* Removed double-sanitization of ... is typing namesEmi Simpson2020-03-241-1/+1
* Better image overlay handling when downloadingAdasauce2020-03-201-2/+5
* Add periods to terminate non-user messages in the timelinePushpam Choudhary2020-03-131-14/+14
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-051-0/+4
|\
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+4
* | Add support for more room events in timelineAdasauce2020-03-031-21/+137
|/
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-13/+2
* Clear user colors on theme changeNicolas Werner2020-02-201-0/+3
* Paginationg != Paginating in debug messageAdasauce2020-02-171-1/+1
* Don't delete messages received out of order (fixup the flickering fix)Nicolas Werner2020-02-161-11/+1
* Try to fix flickering, if sync return event before send completesNicolas Werner2020-02-161-0/+14
* use QStandardPaths locations for all file dialogs.Adasauce2020-02-141-1/+2
* use the standard system download path for downloadsAdasauce2020-02-141-3/+5
* Fix <displaynames>Nicolas Werner2020-02-021-1/+1
* Fix newlines in plain text messages againNicolas Werner2020-01-271-1/+1
* Fix reply rendering without markdown in riotNicolas Werner2020-01-271-3/+20
* Add missing thread includeNicolas Werner2020-01-261-0/+1
* Show event type string in placeholderNicolas Werner2020-01-231-0/+11
* Implement display of membership eventsNicolas Werner2020-01-231-2/+100
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-211-3/+28
* Linkify links before sendingNicolas Werner2020-01-211-9/+8
* Move typing display to qmlNicolas Werner2020-01-171-0/+30
* Fix duplicate messages in timeline after sendingNicolas Werner2020-01-141-0/+11
* Escape blacklisted html tagsNicolas Werner2020-01-141-2/+2
* Fix replies in encrypted roomsNicolas Werner2020-01-131-4/+8
* Fetch missing events for repliesNicolas Werner2020-01-111-53/+96
* Implement fancy reply renderingNicolas Werner2020-01-111-3/+13
* Simplify read message logic with inverted timelineNicolas Werner2020-01-061-1/+1
* Use fetchMore for native lazy loading of item model dataNicolas Werner2020-01-061-31/+44
* invert timelineNicolas Werner2020-01-061-12/+40
* Move visitors out of TimelineModelNicolas Werner2019-12-271-445/+144
* Reduce includes of MatrixClient.h, as it is the most expensive headerNicolas Werner2019-12-151-0/+10
* Reduce overhead of Cache.hNicolas Werner2019-12-151-12/+11
* Update to c++17Nicolas Werner2019-12-141-79/+78
* Fix preview of sent encrypted imagesNicolas Werner2019-12-131-10/+11
* Show topic and name changes in timelineNicolas Werner2019-12-101-0/+32
* Restore linkification of messagesNicolas Werner2019-12-061-2/+2
* Implement decryption of imagesNicolas Werner2019-12-031-0/+13
* Add encrypted file downloadNicolas Werner2019-12-031-0/+184
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-231-1/+4
* Only mark messages as read, when room is activeNicolas Werner2019-11-231-1/+2
* LintNicolas Werner2019-11-231-5/+3
* Fix replies to encrypted eventsNicolas Werner2019-11-231-1/+5
* Fix windows buildNicolas Werner2019-11-231-3/+5
* Add loading spinner and restore message send queueNicolas Werner2019-11-231-2/+95
* Show only messages in room listNicolas Werner2019-11-231-7/+30
* Remove old timelineNicolas Werner2019-11-231-0/+1220