summary refs log tree commit diff
path: root/src/RoomList.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-151-1/+5
|
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Remove metatypes from headersNicolas Werner2020-01-311-3/+0
|
* Add next/prev room shortcutsNicolas Werner2020-01-311-0/+2
|
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-3/+3
|
* Add unread notification color for user mentionedredsky172019-01-251-1/+1
| | | | | | 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.
* Remove room re-ordering optionKonstantinos Sideris2018-10-061-4/+1
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-0/+1
| | | | fixes #313
* Fix issue with missing communities due to an unregistered metatypeKonstantinos Sideris2018-07-251-3/+0
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-9/+10
| | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N)
* Move all files under src/Konstantinos Sideris2018-07-171-0/+108