summary refs log tree commit diff
path: root/src/timeline/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor adjustmentsKonstantinos Sideris2018-02-194-4/+4
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-184-75/+25
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Second attempt to fix failback text size for ImageItemKonstantinos Sideris2018-01-311-2/+2
|
* Add enough space for the failback text in ImageItemKonstantinos Sideris2018-01-301-2/+2
|
* Add support for pasting images into a room (#180)christarazi2018-01-104-6/+25
| | | fixes #132
* Add rounded corners to inline imagesKonstantinos Sideris2017-12-211-15/+26
|
* Remove the 'Video' prefix from video linksKonstantinos Sideris2017-12-211-1/+3
|
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-044-33/+21
|
* Add basic support for m.video messagesKonstantinos Sideris2017-12-011-0/+95
| | | | fixes #115
* Allow audio clip uploadsKonstantinos Sideris2017-12-012-0/+6
|
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-013-0/+249
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-2/+2
|
* Create directories for related filesKonstantinos Sideris2017-11-302-0/+431