Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -188/+0 |
| | |||||
* | Use the http link for video messages | Konstantinos Sideris | 2018-07-15 | 1 | -0/+12 |
| | | | | Add method to convert matrix content URIs to http links | ||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -7/+29 |
| | |||||
* | Fix crash on unfinished animation & center the edit modal | Konstantinos Sideris | 2018-05-18 | 1 | -0/+3 |
| | |||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 1 | -0/+11 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -0/+27 |
| | |||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -89/+8 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -0/+12 |
| | | | | fixes #291 | ||||
* | Fix CI errors | Konstantinos Sideris | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -9/+11 |
| | |||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 1 | -0/+28 |
| | | | | fixes #40 | ||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -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 avatars | Konstantinos Sideris | 2018-01-25 | 1 | -3/+8 |
| | |||||
* | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 1 | -0/+9 |
| | |||||
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 1 | -0/+121 |