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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for displaying m.sticker events
Konstantinos Sideris
2018-04-27
3
-1
/
+23
*
Improve the date separator widget
Konstantinos Sideris
2018-04-25
1
-38
/
+52
*
Cache refactoring
Konstantinos Sideris
2018-04-21
3
-28
/
+52
*
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
*
Show avatars in the completion popup
Konstantinos Sideris
2018-03-25
4
-18
/
+26
*
TimelineView: remove unneeded date separators when deleting a redacted messag...
Hawkheart
2018-03-20
1
-4
/
+17
*
More stylistic changes & dark theme tweaks
Konstantinos Sideris
2018-03-19
1
-2
/
+6
*
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
3
-37
/
+119
*
Fix CI & adjust snackbar animation
Konstantinos Sideris
2018-03-17
1
-1
/
+1
*
Add context menu option to save images
Konstantinos Sideris
2018-03-14
2
-0
/
+45
*
Add context menu option to mark events individually as read
Konstantinos Sideris
2018-03-11
2
-5
/
+17
*
Crete a proxy for media to uniquely match signal to the caller
Konstantinos Sideris
2018-03-07
3
-31
/
+31
*
Add a unique id for locally uploaded images
Konstantinos Sideris
2018-03-07
1
-14
/
+13
*
Remove dead code & small refactorings using the std library
Konstantinos Sideris
2018-03-03
2
-19
/
+11
*
Fix crash when trying to use automatically deleted ImageOverlay dialog
Konstantinos Sideris
2018-02-20
1
-3
/
+2
*
Be explicit about the captured parameters in lambdas
Konstantinos Sideris
2018-02-20
3
-7
/
+7
*
Scale down the preview image to fit in the application window
Konstantinos Sideris
2018-02-19
1
-2
/
+3
*
Move scaleImage() in Utils
Konstantinos Sideris
2018-02-19
1
-28
/
+16
*
Minor adjustments
Konstantinos Sideris
2018-02-19
5
-8
/
+8
*
Support audio, video, generic file for pasting (#220)
christarazi
2018-02-18
6
-85
/
+59
*
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
2
-31
/
+6
*
Simplify variant access with std::visit
Konstantinos Sideris
2018-02-11
1
-73
/
+1
*
Remove empty destructors
Konstantinos Sideris
2018-02-10
2
-4
/
+0
*
Generate a date separator before local messages
Konstantinos Sideris
2018-02-10
1
-8
/
+17
*
Create new font for checkmark
Chris Tarazi
2018-02-07
1
-4
/
+5
*
Apply fixed width for checkmark for all messages
Chris Tarazi
2018-02-07
1
-1
/
+7
*
Fix #217: create space for checkmark beforehand
Chris Tarazi
2018-02-07
1
-5
/
+10
*
Handle case with no available rooms
Konstantinos Sideris
2018-02-02
1
-0
/
+6
*
Second attempt to fix failback text size for ImageItem
Konstantinos Sideris
2018-01-31
1
-2
/
+2
*
Add enough space for the failback text in ImageItem
Konstantinos Sideris
2018-01-30
1
-2
/
+2
*
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
*
Use more stl containers & minor refactorings
Konstantinos Sideris
2018-01-24
1
-25
/
+15
*
Remove trailing whitespace from text messages
Konstantinos Sideris
2018-01-23
1
-2
/
+2
*
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
2
-1
/
+13
*
Move timestamps to the right
Konstantinos Sideris
2018-01-14
1
-40
/
+51
*
Use Q_NULLPTR to be compatible with qt5.7
Konstantinos Sideris
2018-01-12
1
-3
/
+3
*
Add support for pasting images into a room (#180)
christarazi
2018-01-10
6
-15
/
+31
*
Make usernames in timeline less bold
Konstantinos Sideris
2018-01-08
1
-1
/
+1
*
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
2
-45
/
+92
*
Initial support for read receipts
Konstantinos Sideris
2018-01-03
1
-4
/
+22
*
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
2
-16
/
+72
*
Use a better regex to identify URLs
Konstantinos Sideris
2017-12-24
1
-8
/
+4
*
Restrict display name width to 500px
Konstantinos Sideris
2017-12-23
1
-1
/
+3
*
Don't keep fetching history on non-visible timelines
Konstantinos Sideris
2017-12-23
1
-4
/
+9
*
Add rounded corners to inline images
Konstantinos Sideris
2017-12-21
1
-15
/
+26
*
Remove the 'Video' prefix from video links
Konstantinos Sideris
2017-12-21
1
-1
/
+3
*
Valgrind run
Konstantinos Sideris
2017-12-12
1
-7
/
+7
*
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
7
-160
/
+202
*
Add basic support for m.video messages
Konstantinos Sideris
2017-12-01
3
-0
/
+120
*
Allow audio clip uploads
Konstantinos Sideris
2017-12-01
4
-3
/
+31
*
Add inline audio clip player (m.audio) (#143)
Konstantinos Sideris
2017-12-01
5
-73
/
+285
*
Group emoji and dialogs with namespaces
Konstantinos Sideris
2017-11-30
1
-2
/
+2
*
Create directories for related files
Konstantinos Sideris
2017-11-30
5
-0
/
+1800