Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename settings to be more consistent | Nicolas Werner | 2020-05-26 | 1 | -1/+1 |
| | |||||
* | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 1 | -4/+4 |
| | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property. | ||||
* | Implemented optional message body highlighting feature. | lkito | 2020-05-16 | 1 | -1/+5 |
| | |||||
* | Add un-encrypted warning icon for messages in encrypted rooms | Joseph Donofry | 2020-05-14 | 1 | -1/+2 |
| | |||||
* | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | Add placeholder for reactions | Nicolas Werner | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | Add menu entry to show decrypted source | Nicolas Werner | 2020-04-21 | 1 | -4/+3 |
| | | | | | Also make hidden entries not consume space in Menus with some qml styles. | ||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 1 | -15/+15 |
| | | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably. | ||||
* | Make buttons hideable via setting, button contents can still be accessed via ↵ | Nicolas Werner | 2020-03-10 | 1 | -26/+12 |
| | | | | context menu | ||||
* | Only show reply button and option button on hover | Nicolas Werner | 2020-02-26 | 1 | -63/+99 |
| | |||||
* | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 2020-02-02 | 1 | -46/+15 |
| | |||||
* | Change tooltip palette settings for QML | Joseph Donofry | 2020-01-28 | 1 | -0/+3 |
| | |||||
* | Simplify reply popup logic | Nicolas Werner | 2020-01-28 | 1 | -46/+3 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -7/+54 |
| | | | | | | 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. | ||||
* | 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 |
| | |||||
* | Fix infinite item instantiating loop by using height instead of contentHeight | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
| | |||||
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -2/+13 |
| | | | | Also lays a bit of groundwork for better reply rendering | ||||
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 1 | -39/+6 |
| | |||||
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | | | | Thanks to red_sky for the feedback! | ||||
* | break height binding loop | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 1 | -0/+144 |