Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 1 | -8/+8 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Smooth pictures in timeline | Mayeul Cantan | 2020-10-31 | 1 | -0/+2 |
| | |||||
* | Hide room name, if not loaded yet | Nicolas Werner | 2020-10-18 | 1 | -4/+8 |
| | |||||
* | Make Text element a sibling of the Rectangle to avoid the text from ↵ | kamathmanu | 2020-10-15 | 1 | -14/+14 |
| | | | | depending on the rectangle's opacity property. Switch to Nheko theme colors | ||||
* | Avoid hardcoded font size | kamathmanu | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | Display filename on mouse hover | kamathmanu | 2020-10-13 | 1 | -1/+30 |
| | |||||
* | 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... |