summary refs log tree commit diff
path: root/src/timeline/TimelineItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-011-80/+105
|
* Add basic support for replies (#292)Konstantinos Sideris2018-06-301-0/+22
|
* Correctly mark received messages whose response came after /syncKonstantinos Sideris2018-06-171-0/+1
|
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-0/+17
| | | | - Patch the olm repo with a CMakeLists.txt file
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-1/+19
|
* Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris2018-05-261-9/+31
| | | | fixes #212
* Properly resize Audio & File widgetsKonstantinos Sideris2018-05-261-3/+9
| | | | Remove empty space between username & timeline widgets
* Fix line break issue on timeline with long wordsKonstantinos Sideris2018-05-231-7/+1
| | | | fixes #193
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-1/+3
|
* Remove the extra top margin from timeline widgetsKonstantinos Sideris2018-05-041-1/+1
|
* More consistent spacing between messagesKonstantinos Sideris2018-04-291-9/+11
|
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-10/+9
|
* Add support for displaying m.sticker eventsKonstantinos Sideris2018-04-271-0/+14
| | | | fixes #291
* Cache refactoringKonstantinos Sideris2018-04-211-12/+40
|
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-5/+9
|
* More stylistic changes & dark theme tweaksKonstantinos Sideris2018-03-191-2/+6
|
* Add ability to redact messagesKonstantinos Sideris2018-03-171-37/+64
|
* Add context menu option to save imagesKonstantinos Sideris2018-03-141-0/+15
| | | | fixes #265
* Add context menu option to mark events individually as readKonstantinos Sideris2018-03-111-5/+11
| | | | fixes #261
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-5/+5
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Create new font for checkmarkChris Tarazi2018-02-071-4/+5
|
* Apply fixed width for checkmark for all messagesChris Tarazi2018-02-071-1/+7
|
* Fix #217: create space for checkmark beforehandChris Tarazi2018-02-071-5/+10
|
* Remove trailing whitespace from text messagesKonstantinos Sideris2018-01-231-2/+2
| | | | fixes #216
* Add a checkmark to messages that have been received by the server (#93)Konstantinos Sideris2018-01-141-0/+10
|
* Move timestamps to the rightKonstantinos Sideris2018-01-141-40/+51
|
* Make usernames in timeline less boldKonstantinos Sideris2018-01-081-1/+1
|
* Create widgets on demand for messages added to the end of the timelineKonstantinos Sideris2018-01-051-22/+6
|
* Initial support for read receiptsKonstantinos Sideris2018-01-031-4/+22
|
* Add date separator in the timelineKonstantinos Sideris2017-12-251-14/+11
| | | | fixes #157
* Use a better regex to identify URLsKonstantinos Sideris2017-12-241-8/+4
|
* Restrict display name width to 500pxKonstantinos Sideris2017-12-231-1/+3
|
* Valgrind runKonstantinos Sideris2017-12-121-7/+7
| | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value.
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-40/+39
|
* Add basic support for m.video messagesKonstantinos Sideris2017-12-011-0/+22
| | | | fixes #115
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-67/+25
|
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+507