summary refs log tree commit diff
path: root/include/timeline/TimelineItem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-380/+0
* Add context menu action to request encryption keysKonstantinos Sideris2018-07-071-0/+1
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-011-19/+50
* Add basic support for replies (#292)Konstantinos Sideris2018-06-301-0/+3
* Correctly mark received messages whose response came after /syncKonstantinos Sideris2018-06-171-0/+5
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-13/+1
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-1/+13
* Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris2018-05-261-3/+40
* Properly resize Audio & File widgetsKonstantinos Sideris2018-05-261-2/+2
* Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris2018-05-261-1/+3
* Fix "jumpy messages" regressionKonstantinos Sideris2018-05-241-9/+1
* Fix line break issue on timeline with long wordsKonstantinos Sideris2018-05-231-1/+46
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-2/+2
* Remove the extra top margin from timeline widgetsKonstantinos Sideris2018-05-041-2/+2
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-19/+8
* Add support for displaying m.sticker eventsKonstantinos Sideris2018-04-271-0/+6
* Cache refactoringKonstantinos Sideris2018-04-211-10/+34
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-2/+4
* Add ability to redact messagesKonstantinos Sideris2018-03-171-27/+22
* Add context menu option to save imagesKonstantinos Sideris2018-03-141-0/+2
* Add context menu option to mark events individually as readKonstantinos Sideris2018-03-111-1/+10
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-2/+2
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
* Apply fixed width for checkmark for all messagesChris Tarazi2018-02-071-0/+2
* Fix #217: create space for checkmark beforehandChris Tarazi2018-02-071-0/+1
* Add a checkmark to messages that have been received by the server (#93)Konstantinos Sideris2018-01-141-0/+1
* Move timestamps to the rightKonstantinos Sideris2018-01-141-7/+26
* Enable read receipts on messages sent through nhekoKonstantinos Sideris2018-01-051-0/+1
* Create widgets on demand for messages added to the end of the timelineKonstantinos Sideris2018-01-051-4/+7
* Initial support for read receiptsKonstantinos Sideris2018-01-031-2/+6
* Add date separator in the timelineKonstantinos Sideris2017-12-251-2/+3
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-27/+16
* Add basic support for m.video messagesKonstantinos Sideris2017-12-011-0/+7
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-3/+59
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+155