Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix avatar layering in room list | Nicolas Werner | 2020-03-03 | 1 | -2/+9 |
| | |||||
* | Delete unused variable | Nicolas Werner | 2020-02-28 | 1 | -2/+0 |
| | |||||
* | Fix high dpi scaling of avatars | Nicolas Werner | 2020-02-28 | 1 | -43/+8 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -3/+3 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -1/+1 |
| | |||||
* | Fix position of invite button and elide long button texts | Nicolas Werner | 2019-12-13 | 1 | -3/+7 |
| | |||||
* | Make invites always stick to the top | Nicolas Werner | 2019-12-13 | 1 | -12/+0 |
| | | | | This also removes an ugly hack, that was needed before. | ||||
* | Fix translation of roomlist message preview | Nicolas Werner | 2019-11-23 | 1 | -26/+4 |
| | | | | | | | | This also makes long messages unreadable, because we don't shorten long usernames anymore. We may eventually want to do that again, but it is hard with translations and we probably want to shorten the displayname more, as before this change the message was only ever as long as the timestamp, which is usually just 5 characters... | ||||
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | relinted | Aidan Hahn | 2019-09-03 | 1 | -7/+5 |
| | |||||
* | Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into ↵ | Aidan Hahn | 2019-09-01 | 1 | -3/+6 |
|\ | | | | | | | 0.7.0-dev-bugfix-71 | ||||
| * | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -3/+6 |
| | | |||||
* | | Refactored Avatar and RoomInfoListItem to access rounding settings in place | Aidan Hahn | 2019-09-01 | 1 | -14/+7 |
| | | |||||
* | | add controll bits for avatar rounding | Aidan Hahn | 2019-08-28 | 1 | -2/+17 |
|/ | |||||
* | Fix support for Qt versions < 5.11 | Joseph Donofry | 2019-07-04 | 1 | -2/+9 |
| | |||||
* | Fix formatting issues | Joseph Donofry | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -2/+2 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 1 | -3/+9 |
| | | | | | | When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist. | ||||
* | Add hover color for timestamp. | redsky17 | 2019-01-12 | 1 | -2/+5 |
| | | | | | Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp. | ||||
* | Tweak some of the colors in the CSS rules for nheko. | Joe Donofry | 2019-01-12 | 1 | -0/+4 |
| | | | | Add room list hover title/subtitle color change support. | ||||
* | Increase the height of the roomlist items | Konstantinos Sideris | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | Use a smaller font size for the timestamp | Konstantinos Sideris | 2018-10-07 | 1 | -2/+4 |
| | |||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -9/+7 |
| | |||||
* | Adjust the widget size of the room list items | Konstantinos Sideris | 2018-10-06 | 1 | -55/+84 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -8/+4 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -4/+18 |
| | | | | fixes #313 | ||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -2/+0 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+390 |