index
:
matrix/thirdparty/nheko.git
this commit
master
github/master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timeline
/
TimelineView.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark encrypted messages with a lock icon
Konstantinos Sideris
2018-07-01
1
-2
/
+5
*
Add basic support for replies (#292)
Konstantinos Sideris
2018-06-30
1
-1
/
+1
*
Save timeline messages in cache for faster startup times
Konstantinos Sideris
2018-06-28
1
-2
/
+3
*
Send one claim request per user that includes all devices
Konstantinos Sideris
2018-06-25
1
-46
/
+92
*
Verify signature of identity keys before sharing the megolm session
Konstantinos Sideris
2018-06-20
1
-16
/
+32
*
Handle olm & lmdb exceptions during message decryption
Konstantinos Sideris
2018-06-19
1
-11
/
+39
*
Mark encrypted rooms when processing room state
Konstantinos Sideris
2018-06-18
1
-7
/
+0
*
Improve logging a bit
Konstantinos Sideris
2018-06-18
1
-2
/
+3
*
Correctly mark received messages whose response came after /sync
Konstantinos Sideris
2018-06-17
1
-6
/
+13
*
Don't try to send megolm session keys to devices with no one-time keys
Konstantinos Sideris
2018-06-15
1
-79
/
+75
*
Handle OLM_MESSAGE type of messages properly
Konstantinos Sideris
2018-06-15
1
-5
/
+8
*
Rename the log namespace to avoid symbol clash with the math function
Konstantinos Sideris
2018-06-14
1
-44
/
+44
*
Add support for sending encrypted messages
Konstantinos Sideris
2018-06-13
1
-1
/
+248
*
Add method to convert PendingMessage's to event types
Konstantinos Sideris
2018-06-12
1
-46
/
+113
*
Add menu option to enable encryption in a private room
Konstantinos Sideris
2018-06-12
1
-0
/
+2
*
Add support for displaying decrypted messages
Konstantinos Sideris
2018-06-10
1
-29
/
+83
*
Migrate to mtxclient for the http calls
Konstantinos Sideris
2018-06-09
1
-38
/
+179
*
Set fixed height for the DateSeparator & TextLabel
Konstantinos Sideris
2018-05-26
1
-0
/
+2
*
Replace shared pointers of MatrixClient with a single instance
Konstantinos Sideris
2018-05-08
1
-14
/
+10
*
Add support for retrieving the notification events (#33)
Konstantinos Sideris
2018-05-05
1
-16
/
+4
*
Show user avatar for messages on different day or time gap > 15 mins
Konstantinos Sideris
2018-05-01
1
-10
/
+49
*
Refactor utils::getMessageDescription
Konstantinos Sideris
2018-04-29
1
-4
/
+7
*
Add support for displaying m.sticker events
Konstantinos Sideris
2018-04-27
1
-0
/
+3
*
Improve the date separator widget
Konstantinos Sideris
2018-04-25
1
-38
/
+52
*
Cache refactoring
Konstantinos Sideris
2018-04-21
1
-3
/
+2
*
Update the room list after a redacted event has been removed
Konstantinos Sideris
2018-04-03
1
-0
/
+4
*
Update first & last sender after message deletion
Konstantinos Sideris
2018-03-27
1
-0
/
+14
*
TimelineView: remove unneeded date separators when deleting a redacted messag...
Hawkheart
2018-03-20
1
-4
/
+17
*
roomlist: Put the message timestamp on the top
Konstantinos Sideris
2018-03-18
1
-3
/
+7
*
Don't count m.room.member or m.room.reaction events as viewable
Konstantinos Sideris
2018-03-18
1
-2
/
+28
*
Remove redacted events from other users (#171)
Konstantinos Sideris
2018-03-18
1
-45
/
+16
*
Add ability to redact messages
Konstantinos Sideris
2018-03-17
1
-0
/
+45
*
Add context menu option to mark events individually as read
Konstantinos Sideris
2018-03-11
1
-0
/
+6
*
Remove dead code & small refactorings using the std library
Konstantinos Sideris
2018-03-03
1
-11
/
+5
*
Be explicit about the captured parameters in lambdas
Konstantinos Sideris
2018-02-20
1
-1
/
+1
*
Support audio, video, generic file for pasting (#220)
christarazi
2018-02-18
1
-3
/
+4
*
Properly detect the start of the timeline
Konstantinos Sideris
2018-02-17
1
-1
/
+2
*
Implement server-side notification count
Konstantinos Sideris
2018-02-15
1
-13
/
+5
*
Simplify variant access with std::visit
Konstantinos Sideris
2018-02-11
1
-73
/
+1
*
Generate a date separator before local messages
Konstantinos Sideris
2018-02-10
1
-8
/
+17
*
Increase pagination retry timeout
Konstantinos Sideris
2018-01-30
1
-6
/
+2
*
Render messages received by `/messages` on demand
Konstantinos Sideris
2018-01-30
1
-33
/
+62
*
Add missing processEvents call
Konstantinos Sideris
2018-01-25
1
-0
/
+2
*
Call processEvents while rendering new events
Konstantinos Sideris
2018-01-25
1
-3
/
+10
*
Show the scroll-down button when showing the timeline
Konstantinos Sideris
2018-01-23
1
-9
/
+17
*
Hack to work around layout flickering when adding new timeline items
Konstantinos Sideris
2018-01-16
1
-2
/
+3
*
Add a checkmark to messages that have been received by the server (#93)
Konstantinos Sideris
2018-01-14
1
-1
/
+3
*
Add support for pasting images into a room (#180)
christarazi
2018-01-10
1
-6
/
+2
*
Enable read receipts on messages sent through nheko
Konstantinos Sideris
2018-01-05
1
-0
/
+4
*
Create widgets on demand for messages added to the end of the timeline
Konstantinos Sideris
2018-01-05
1
-23
/
+86
*
Load last content from all rooms
Konstantinos Sideris
2017-12-30
1
-0
/
+1
*
Use qobject_cast on TimelineItem
Konstantinos Sideris
2017-12-30
1
-2
/
+2
*
Add date separator in the timeline
Konstantinos Sideris
2017-12-25
1
-2
/
+61
*
Don't keep fetching history on non-visible timelines
Konstantinos Sideris
2017-12-23
1
-4
/
+9
*
Prevent queue from getting blocked (#142)
Konstantinos Sideris
2017-12-06
1
-3
/
+9
*
Migrate to matrix-structs for event and response parsing
Konstantinos Sideris
2017-12-04
1
-72
/
+128
*
Add basic support for m.video messages
Konstantinos Sideris
2017-12-01
1
-0
/
+3
*
Allow audio clip uploads
Konstantinos Sideris
2017-12-01
1
-3
/
+9
*
Add inline audio clip player (m.audio) (#143)
Konstantinos Sideris
2017-12-01
1
-6
/
+11
*
Create directories for related files
Konstantinos Sideris
2017-11-30
1
-0
/
+561