summary refs log tree commit diff
path: root/src/timeline/widgets/ImageItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-259/+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-21/+21
|
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-12/+20
| | | | - Patch the olm repo with a CMakeLists.txt file
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-69/+71
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-15/+8
|
* Add support for displaying m.sticker eventsKonstantinos Sideris2018-04-271-1/+6
| | | | fixes #291
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-11/+15
|
* Fix CI & adjust snackbar animationKonstantinos Sideris2018-03-171-1/+1
|
* Add context menu option to save imagesKonstantinos Sideris2018-03-141-0/+30
| | | | fixes #265
* Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris2018-03-071-18/+13
|
* Add a unique id for locally uploaded imagesKonstantinos Sideris2018-03-071-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 dialogKonstantinos Sideris2018-02-201-3/+2
|
* Scale down the preview image to fit in the application windowKonstantinos Sideris2018-02-191-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 UtilsKonstantinos Sideris2018-02-191-28/+16
|
* Minor adjustmentsKonstantinos Sideris2018-02-191-1/+1
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | * 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-101-2/+15
| | | fixes #132
* Add rounded corners to inline imagesKonstantinos Sideris2017-12-211-15/+26
|
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-8/+5
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-2/+2
|
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+223