summary refs log tree commit diff
path: root/src/RoomInfoListItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete old room listNicolas Werner2021-05-281-210/+0
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Avoid some copies when sorting the room listNicolas Werner2021-02-201-0/+2
|
* Allow users to hide rooms with specific tagsNicolas Werner2021-01-231-2/+2
|
* Optimize buildNicolas Werner2020-10-271-1/+1
|
* Fix crash on exitNicolas Werner2020-10-171-6/+1
|
* Fixed bug caused by me forgetting what types im using (invites appearing at ↵Emi Simpson2020-03-151-1/+1
| | | | the bottom of the list instead of the top when priority sorting was off)
* Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-151-1/+7
|
* Sort room list by room priorityEmi Simpson2020-03-131-1/+3
|
* Fix high dpi scaling of avatarsNicolas Werner2020-02-281-12/+2
|
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-2/+3
|
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-1/+1
|
* Add unread notification color for user mentionedredsky172019-01-251-3/+8
| | | | | | 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.
* Fix clang-format linting issueredsky172019-01-161-5/+4
|
* Update travis ci config to point to redsky17 config and try to fix lintredsky172019-01-131-4/+2
| | | | errors
* Add hover color for timestamp.redsky172019-01-121-0/+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/+12
| | | | Add room list hover title/subtitle color change support.
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-5/+0
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-1/+9
| | | | fixes #313
* Move all files under src/Konstantinos Sideris2018-07-171-0/+204