Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -2/+2 |
| | |||||
* | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 1 | -3/+3 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -7/+7 |
| | |||||
* | Fix undefined warning | Nicolas Werner | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Fix double click on video message | Nicolas Werner | 2021-03-27 | 1 | -38/+30 |
| | |||||
* | fix windows video bug | targetakhil | 2021-03-14 | 1 | -1/+1 |
| | |||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 1 | -4/+7 |
| | |||||
* | Fix font tags showing up in playable media messages | Nicolas Werner | 2021-01-23 | 1 | -1/+0 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -4/+4 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -4/+4 |
| | |||||
* | 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... |