Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -216/+0 |
| | |||||
* | Use the http link for video messages | Konstantinos Sideris | 2018-07-15 | 1 | -6/+2 |
| | | | | Add method to convert matrix content URIs to http links | ||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -3/+3 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -5/+6 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -20/+24 |
| | |||||
* | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 1 | -9/+22 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -12/+5 |
| | |||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 1 | -7/+9 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -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) | christarazi | 2018-01-10 | 1 | -2/+4 |
| | | | fixes #132 | ||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -9/+6 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+3 |
| | |||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 1 | -0/+12 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -0/+208 |