Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proxy objects on lambdas instead of raw pointers | Konstantinos Sideris | 2018-09-07 | 6 | -37/+35 |
| | | | | | | | When the object is destroyed the connections will be removed automatically by Qt. fixes #433 | ||||
* | Consider the scale ratio when scaling down images | Konstantinos Sideris | 2018-08-01 | 1 | -2/+2 |
| | | | | fixes #393 | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 8 | -4/+352 |
| | |||||
* | Use the http link for video messages | Konstantinos Sideris | 2018-07-15 | 3 | -21/+6 |
| | | | | Add method to convert matrix content URIs to http links | ||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 3 | -25/+25 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 4 | -22/+31 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 4 | -115/+117 |
| | |||||
* | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 2 | -18/+44 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 4 | -50/+22 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -1/+6 |
| | | | | fixes #291 | ||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 3 | -13/+17 |
| | |||||
* | Fix CI & adjust snackbar animation | Konstantinos Sideris | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 1 | -0/+30 |
| | | | | fixes #265 | ||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 3 | -31/+31 |
| | |||||
* | Add a unique id for locally uploaded images | Konstantinos Sideris | 2018-03-07 | 1 | -14/+13 |
| | | | | The event_id will be an empty string because we haven't received yet | ||||
* | Fix crash when trying to use automatically deleted ImageOverlay dialog | Konstantinos Sideris | 2018-02-20 | 1 | -3/+2 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 1 | -2/+3 |
| | | | | | On macOS the modal has some extra space around the main content that might make it unusable with a big enough image. | ||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 1 | -28/+16 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 4 | -4/+4 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 4 | -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 ImageItem | Konstantinos Sideris | 2018-01-31 | 1 | -2/+2 |
| | |||||
* | Add enough space for the failback text in ImageItem | Konstantinos Sideris | 2018-01-30 | 1 | -2/+2 |
| | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 4 | -6/+25 |
| | | | fixes #132 | ||||
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 1 | -15/+26 |
| | |||||
* | Remove the 'Video' prefix from video links | Konstantinos Sideris | 2017-12-21 | 1 | -1/+3 |
| | |||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 4 | -33/+21 |
| | |||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 1 | -0/+95 |
| | | | | fixes #115 | ||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 2 | -0/+6 |
| | |||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 3 | -0/+249 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 2 | -0/+431 |