summary refs log tree commit diff
path: root/src/timeline/widgets/FileItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-216/+0
|
* Use the http link for video messagesKonstantinos Sideris2018-07-151-6/+2
| | | | Add method to convert matrix content URIs to http links
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-3/+3
|
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-5/+6
| | | | - Patch the olm repo with a CMakeLists.txt file
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-20/+24
|
* Properly resize Audio & File widgetsKonstantinos Sideris2018-05-261-9/+22
| | | | Remove empty space between username & timeline widgets
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-12/+5
|
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-1/+1
|
* Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris2018-03-071-7/+9
|
* Minor adjustmentsKonstantinos Sideris2018-02-191-1/+1
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add support for pasting images into a room (#180)christarazi2018-01-101-2/+4
| | | fixes #132
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-9/+6
|
* Allow audio clip uploadsKonstantinos Sideris2017-12-011-0/+3
|
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-0/+12
|
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+208