Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qml message input mockup | Nicolas Werner | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -167/+210 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Fix more non integer heights | Nicolas Werner | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | Clip replies by default | Nicolas Werner | 2020-05-13 | 1 | -2/+8 |
| | | | | In the future we should probably add a gradient when clipped... | ||||
* | Add a few missing palette colors | Nicolas Werner | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Improve styling a bit | Nicolas Werner | 2020-02-03 | 1 | -5/+6 |
| | |||||
* | Try to match old theme better | Nicolas Werner | 2020-01-14 | 1 | -0/+2 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -8/+8 |
| | | | | | | 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. | ||||
* | Adapt play buttons to theme and remove accidental message bg | Nicolas Werner | 2020-01-06 | 1 | -3/+3 |
| | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -2/+2 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 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 | -7/+20 |
| | |||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 1 | -5/+5 |
| | | | | requires Qt5.12+ | ||||
* | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | |||||
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 1 | -0/+152 |
Size is fixed for now, otherwise the Video output ends up somewhere... |