summary refs log tree commit diff
path: root/src/RoomList.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve compile times a tiny bitNicolas Werner2020-05-261-0/+2
|
* Fix jumpy room list, when sort order is ambiguousNicolas Werner2020-05-051-1/+1
|
* Speed up initial load a bitNicolas Werner2020-05-041-0/+9
|
* Old Qt doesn't have .get...Nicolas Werner2020-05-011-3/+3
|
* Optimize RoomList sortingNicolas Werner2020-04-301-28/+29
| | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion.
* Try to fix avatars not updating after deletionNicolas Werner2020-03-221-3/+0
|
* Fixed compatibility with Qt < 5.11Emi Simpson2020-03-151-1/+1
|
* Sort room list on setting changeEmi Simpson2020-03-151-0/+4
|
* Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-151-3/+5
|
* Appease the linterEmi Simpson2020-03-141-7/+11
|
* Automatically move rooms down in the list once they've been readEmi Simpson2020-03-131-0/+2
|
* Sort room list by room priorityEmi Simpson2020-03-131-9/+27
|
* Quick hack to enable touch scrolling in settings and room listNicolas Werner2020-02-151-0/+3
|
* Select first room on startupNicolas Werner2020-02-041-5/+10
|
* Optimize includes a bitNicolas Werner2020-01-311-5/+1
|
* Add next/prev room shortcutsNicolas Werner2020-01-311-0/+66
|
* Make invites always stick to the topNicolas Werner2019-12-131-1/+8
| | | | This also removes an ugly hack, that was needed before.
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-36/+3
|
* Add unread notification color for user mentionedredsky172019-01-251-2/+2
| | | | | | 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.
* Use alignment instead of stretchKonstantinos Sideris2018-10-071-1/+1
|
* Remove room re-ordering optionKonstantinos Sideris2018-10-061-5/+1
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-0/+13
| | | | fixes #313
* Fix background color on the room list widgetKonstantinos Sideris2018-07-261-0/+1
|
* Enable scrollbar on the room list for macOS (#174)Konstantinos Sideris2018-07-251-2/+6
|
* Fix issue with missing communities due to an unregistered metatypeKonstantinos Sideris2018-07-251-2/+0
|
* Disable paint updates when removing the room filterKonstantinos Sideris2018-07-241-0/+2
|
* Disable paint updates while applying room filtering (#380)Konstantinos Sideris2018-07-211-0/+5
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-23/+30
| | | | | | | | 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/+440