summary refs log tree commit diff
path: root/src/timeline/TimelineView.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old timelineNicolas Werner2019-11-231-1627/+0
|
* Add decryption error messages to translationsNicolas Werner2019-07-281-5/+23
|
* Further UI Updates to Rich RepliesJoseph Donofry2019-06-141-2/+8
|
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-13/+18
| | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
* Fix lambda capture and lint issuesredsky172019-06-111-1/+3
|
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-1/+14
|
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-0/+1
|
* Enable debug logsKonstantinos Sideris2018-09-301-9/+8
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-1/+0
|
* Strip paragraph tagsKonstantinos Sideris2018-09-131-4/+8
| | | | fixes #438
* Move some info logs to debugKonstantinos Sideris2018-09-121-4/+4
|
* Trim whitespace from text messagesKonstantinos Sideris2018-09-121-2/+2
|
* Remove debug printsKonstantinos Sideris2018-09-071-3/+0
|
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-071-2/+13
| | | | fixes #283
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-22/+24
|
* Guard against flickering for items added to the top of the timelineKonstantinos Sideris2018-08-311-4/+4
|
* Don't block on empty from tokenKonstantinos Sideris2018-08-311-7/+0
|
* Handle some more edge cases in timelineKonstantinos Sideris2018-08-311-3/+27
|
* Stop calling /messages if the prev_batch token is emptyKonstantinos Sideris2018-08-311-1/+1
|
* Call adjustSize before showing the timeline widgetKonstantinos Sideris2018-08-281-1/+1
|
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-091-3/+6
|
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-251-3/+1
|
* Align timeline widgets to the bottomKonstantinos Sideris2018-07-251-0/+1
|
* Remove spacer & set sizePolicy on the timeline view & widgetsKonstantinos Sideris2018-07-231-13/+13
| | | | | This was causing some flickering when many messages were added. Mostly visible on macOS.
* Clear timeline widgets when they exceed a certain limit (#158)Konstantinos Sideris2018-07-211-2/+42
| | | | | That's a fix to deal with long running sessions which will end up taking more & more memory given enough time.
* Add user avatar after the 'encryption is enabled' messageKonstantinos Sideris2018-07-191-0/+3
| | | | fixes #378
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-171-1/+50
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+1459