summary refs log tree commit diff
path: root/include/timeline/TimelineViewManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-94/+0
|
* Send image dimensions in m.image eventKonstantinos Sideris2018-07-101-1/+2
| | | | fixes #215
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-0/+2
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-4/+2
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-3/+1
|
* Cache refactoringKonstantinos Sideris2018-04-211-4/+1
|
* Minor adjustmentsKonstantinos Sideris2018-02-191-4/+4
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+0
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-1/+0
|
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-5/+7
|
* Add support for pasting images into a room (#180)christarazi2018-01-101-1/+6
| | | fixes #132
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-6/+4
|
* Allow audio clip uploadsKonstantinos Sideris2017-12-011-0/+1
|
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+80