summary refs log tree commit diff
path: root/src/timeline/CommunitiesModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix UserSettingsModel and Communities singleton instantiationNicolas Werner2023-06-191-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+28
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Mark classes as final where possibleNicolas Werner2022-10-101-2/+2
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-1/+1
| | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Switch to clang-format14Nicolas Werner2022-09-251-1/+2
|
* Show the community of a roomNicolas Werner2022-09-201-0/+1
|
* Support editing space childrenNicolas Werner2022-08-101-0/+49
|
* Add missing includeNicolas Werner2022-07-161-0/+2
|
* WIPNicolas Werner2022-07-151-2/+10
|
* Allow muting spaces; other general improvementsLoren Burkholder2022-06-291-0/+3
|
* Add notifications to all sidebar itemsLoren Burkholder2022-06-291-0/+2
|
* Add loud notifications for spacesLoren Burkholder2022-06-291-0/+1
|
* Add space notifications to room listLoren Burkholder2022-06-291-2/+0
|
* Fix typoed variable nameLoren Burkholder2022-06-291-1/+1
|
* Display unread notifications for spacesLoren Burkholder2022-06-291-3/+6
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-3/+3
|
* Remember all the collapsed treesNicolas Werner2021-12-011-0/+3
|
* Don't waste space for non existing subspacesNicolas Werner2021-12-011-0/+10
|
* Leaves can't collapseNicolas Werner2021-12-011-1/+1
|
* Hide me underneath the space treeNicolas Werner2021-12-011-2/+67
|
* Add a filter for direct chatsNicolas Werner2021-11-201-2/+2
| | | | fixes #317
* Change indentation to 4 spacesNicolas Werner2021-09-181-51/+51
|
* Fix tags going missing if you join communitiesNicolas Werner2021-06-261-1/+1
|
* Show some spaces in the community sidebarNicolas Werner2021-06-251-0/+4
|
* Fix wrong tags in context menuNicolas Werner2021-06-141-0/+10
|
* Reenable tag hidingNicolas Werner2021-06-111-0/+4
|
* Enable toggling tagsNicolas Werner2021-06-111-2/+2
|
* Basic community list modelNicolas Werner2021-06-091-0/+60