summary refs log tree commit diff
path: root/src/timeline/CommunitiesModel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-0/+1
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-22/+22
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-1/+1
* Remember all the collapsed treesNicolas Werner2021-12-011-0/+51
* Don't waste space for non existing subspacesNicolas Werner2021-12-011-0/+1
* Leaves can't collapseNicolas Werner2021-12-011-1/+0
* Hide me underneath the space treeNicolas Werner2021-12-011-13/+221
* Add a filter for direct chatsNicolas Werner2021-11-201-7/+35
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-5/+5
* Change indentation to 4 spacesNicolas Werner2021-09-181-187/+186
* Hide spaces by default, unless they are in the current space filterNicolas Werner2021-06-251-0/+19
* Fix hiding rooms from a spaceNicolas Werner2021-06-251-1/+7
* Allow filtering by spaceNicolas Werner2021-06-251-0/+9
* Show some spaces in the community sidebarNicolas Werner2021-06-251-9/+33
* Fix copy and paste fail for low prio avatarNicolas Werner2021-06-141-1/+1
* Reenable tag hidingNicolas Werner2021-06-111-1/+29
* Enable toggling tagsNicolas Werner2021-06-111-2/+3
* Render community itemsNicolas Werner2021-06-111-3/+4
* Basic community list modelNicolas Werner2021-06-091-0/+158