summary refs log tree commit diff
path: root/src/timeline/CommunitiesModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Unset hidden space when space is leftNicolas Werner2023-11-271-0/+11
|
* Qt6.6 compatibilityNicolas Werner2023-10-131-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+1
|
* lintNicolas Werner2023-06-081-1/+0
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-3/+0
|
* Fix lintingNicolas Werner2023-05-301-1/+1
|
* Remember last used filterSateallia2023-05-301-0/+7
| | | | fixes #1432
* 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/
* Navigate to space when room is selectedNicolas Werner2023-01-071-0/+3
| | | | fixes #1260
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Enable -WconversionNicolas Werner2022-10-261-1/+2
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-2/+2
| | | | | | | | | | | | | | | * 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>
* Replace some user visible mentions of spacesNicolas Werner2022-10-011-5/+5
|
* Switch to C++20Nicolas Werner2022-09-221-4/+8
|
* Show the community of a roomNicolas Werner2022-09-201-0/+14
|
* Allow creating spacesNicolas Werner2022-09-051-7/+16
|
* Hide uneditable spaces from menuNicolas Werner2022-08-101-1/+7
|
* Support editing space childrenNicolas Werner2022-08-101-1/+163
|
* Fix muting spacesNicolas Werner2022-07-161-3/+3
|
* Fix subobject initializationNicolas Werner2022-07-161-10/+12
|
* Fix dm counts after restartNicolas Werner2022-07-161-1/+7
|
* Make notification count calculation more efficientNicolas Werner2022-07-161-18/+66
|
* WIPNicolas Werner2022-07-151-51/+91
|
* Allow muting spaces; other general improvementsLoren Burkholder2022-06-291-6/+41
|
* make lintLoren Burkholder2022-06-291-3/+7
|
* Add notifications to all sidebar itemsLoren Burkholder2022-06-291-10/+43
|
* Inform Qt that loud notifications changedLoren Burkholder2022-06-291-1/+1
|
* Add loud notifications for spacesLoren Burkholder2022-06-291-1/+7
|
* Add space notifications to room listLoren Burkholder2022-06-291-15/+2
|
* Fix typoed variable nameLoren Burkholder2022-06-291-9/+9
|
* Display unread notifications for spacesLoren Burkholder2022-06-291-12/+42
|
* Use right linterNicolas Werner2022-05-101-2/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+2
|
* 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
| | | | fixes #317
* 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