summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-0/+22
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-7/+9
* Add method to convert PendingMessage's to event typesKonstantinos Sideris2018-06-121-2/+0
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-31/+4
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-7/+6
* Cache refactoringKonstantinos Sideris2018-04-211-13/+10
* Add ability to redact messagesKonstantinos Sideris2018-03-171-0/+10
* Remove dead code & small refactorings using the std libraryKonstantinos Sideris2018-03-031-8/+6
* Minor adjustmentsKonstantinos Sideris2018-02-191-4/+4
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-7/+30
* Implement server-side notification countKonstantinos Sideris2018-02-151-18/+1
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
* Handle case with no available roomsKonstantinos Sideris2018-02-021-0/+6
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-25/+15
* Use Q_NULLPTR to be compatible with qt5.7Konstantinos Sideris2018-01-121-3/+3
* Add support for pasting images into a room (#180)christarazi2018-01-101-3/+4
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-15/+14
* Allow audio clip uploadsKonstantinos Sideris2017-12-011-0/+16
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+301