summary refs log tree commit diff
path: root/src/CommunitiesList.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete old room listNicolas Werner2021-05-281-65/+0
|
* Basic header and footer of room listNicolas Werner2021-05-151-1/+0
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix room list updating on adding to hidden tag or removing tagJedi182021-02-141-0/+1
|
* Allow users to hide rooms with specific tagsNicolas Werner2021-01-231-2/+3
|
* Tag rooms via context menuNicolas Werner2020-05-181-0/+1
|
* Fix opaque widget in community listNicolas Werner2020-02-211-1/+0
| | | | fixes #126
* Optimize includes a bitNicolas Werner2020-01-311-0/+5
|
* Add qml debugging optionNicolas Werner2019-12-141-1/+0
|
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-1/+2
|
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-0/+5
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-2/+2
| | | | | | | | 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/+50