summary refs log tree commit diff
path: root/src/RoomInfoListItem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-1/+1
|
* Fix position of invite button and elide long button textsNicolas Werner2019-12-131-3/+7
|
* Make invites always stick to the topNicolas Werner2019-12-131-12/+0
| | | | This also removes an ugly hack, that was needed before.
* Fix translation of roomlist message previewNicolas Werner2019-11-231-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 timelineNicolas Werner2019-11-231-1/+1
|
* relintedAidan Hahn2019-09-031-7/+5
|
* Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into ↵Aidan Hahn2019-09-011-3/+6
|\ | | | | | | 0.7.0-dev-bugfix-71
| * Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-3/+6
| |
* | Refactored Avatar and RoomInfoListItem to access rounding settings in placeAidan Hahn2019-09-011-14/+7
| |
* | add controll bits for avatar roundingAidan Hahn2019-08-281-2/+17
|/
* Fix support for Qt versions < 5.11Joseph Donofry2019-07-041-2/+9
|
* Fix formatting issuesJoseph Donofry2019-07-041-1/+2
|
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-2/+2
| | | | Update to mtxclient 0.3.0
* Add unread notification color for user mentionedredsky172019-01-251-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.redsky172019-01-121-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 Donofry2019-01-121-0/+4
| | | | Add room list hover title/subtitle color change support.
* Increase the height of the roomlist itemsKonstantinos Sideris2018-10-101-2/+2
|
* Use a smaller font size for the timestampKonstantinos Sideris2018-10-071-2/+4
|
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-9/+7
|
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-55/+84
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-8/+4
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-1/+1
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-4/+18
| | | | fixes #313
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-2/+0
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+390