Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -37/+36 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Fix more non integer heights | Nicolas Werner | 2020-07-25 | 1 | -2/+2 |
| | |||||
* | Clip replies by default | Nicolas Werner | 2020-05-13 | 1 | -3/+4 |
| | | | | In the future we should probably add a gradient when clipped... | ||||
* | Disable opening images, when they are not loaded | Nicolas Werner | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Fix images without size | Nicolas Werner | 2020-03-08 | 1 | -1/+1 |
| | |||||
* | Make blurhash provider async | Nicolas Werner | 2020-03-04 | 1 | -1/+0 |
| | |||||
* | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 2020-03-03 | 1 | -0/+14 |
| | |||||
* | Fix resize loop of images in reply popup | Nicolas Werner | 2020-01-28 | 1 | -3/+3 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -6/+6 |
| | | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them. | ||||
* | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 |
| | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 1 | -4/+4 |
| | | | | requires Qt5.12+ | ||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 1 | -0/+3 |
| | |||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+14 |
I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... |