summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.cc (follow)
Commit message (Collapse)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
| | | | - Patch the olm repo with a CMakeLists.txt file
* Add method to convert PendingMessage's to event typesKonstantinos Sideris2018-06-121-2/+0
| | | | Add more logging during message sending
* 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
| | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228
* 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
| | | | fixes #181
* 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
| | | | fixes #199
* Add support for pasting images into a room (#180)christarazi2018-01-101-3/+4
| | | fixes #132
* 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