summary refs log tree commit diff
path: root/src/Utils.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-188/+0
|
* Use the http link for video messagesKonstantinos Sideris2018-07-151-0/+12
| | | | Add method to convert matrix content URIs to http links
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-7/+29
|
* Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2018-05-181-0/+3
|
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-111-0/+11
|
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-0/+27
|
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-89/+8
|
* Add support for displaying m.sticker eventsKonstantinos Sideris2018-04-271-0/+12
| | | | fixes #291
* Fix CI errorsKonstantinos Sideris2018-04-221-1/+2
|
* Cache refactoringKonstantinos Sideris2018-04-211-9/+11
|
* Add basic support for username auto-completionKonstantinos Sideris2018-03-241-0/+28
| | | | fixes #40
* Minor adjustmentsKonstantinos Sideris2018-02-191-1/+1
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove '#' from the room avatarsKonstantinos Sideris2018-01-251-3/+8
|
* Handle surrogate pairs in avatarsKonstantinos Sideris2018-01-121-0/+9
|
* Create widgets on demand for messages added to the end of the timelineKonstantinos Sideris2018-01-051-0/+121