summary refs log tree commit diff
path: root/src/timeline/RoomlistModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix being dropped into an empty room after a joinNicolas Werner2021-11-141-8/+0
|
* Fix unjoinable invites on mobile as well as unclickable previewsNicolas Werner2021-11-031-1/+21
|
* Fix hidden spaces hiding themselvesNicolas Werner2021-11-021-1/+1
| | | | fixes #745
* Change indentation to 4 spacesNicolas Werner2021-09-181-813/+782
|
* Merge pull request #721 from symphorien/hotlistDeepBlueV7.X2021-09-141-0/+46
|\ | | | | Implement a binding to go to a room with unread messages
| * add Alt+A keybinding to switch to next room with unread messagesGuillaume Girol2021-09-141-0/+46
| |
* | Streamline getting other user id from invited direct chatLoren Burkholder2021-09-111-1/+5
| |
* | Don't try to check whether a preview is directLoren Burkholder2021-09-111-3/+2
| |
* | Fix invites crashing the whole appLoren Burkholder2021-09-111-4/+1
| |
* | Add direct chat handling for previews and invitesLoren Burkholder2021-09-111-0/+12
| |
* | Use more descriptive property nameLoren Burkholder2021-09-111-3/+3
| |
* | Use better id loading methodologyLoren Burkholder2021-09-111-3/+3
| |
* | Get direct chat jdenticons to line upLoren Burkholder2021-09-111-0/+6
|/
* Update join button in room directory after joinNicolas Werner2021-08-171-0/+2
|
* Log how many rooms we loadedNicolas Werner2021-07-301-0/+2
|
* Switch to room after joining inviteNicolas Werner2021-07-131-9/+10
|
* Don't allow switching to current roomNicolas Werner2021-07-131-0/+4
| | | | fixes #634
* Fix off-by-1 in insertRows when loading room list from initial syncNicolas Werner2021-07-121-2/+3
|
* Redesign invites and room preview joinsNicolas Werner2021-07-091-8/+56
|
* Show previews for space roomsNicolas Werner2021-07-041-25/+208
|
* Remove dead code to calculate last messageNicolas Werner2021-07-011-3/+3
|
* Fix spaces showing up with world filterNicolas Werner2021-06-251-25/+44
|
* Fix off by 1 in previousRoom conditionNicolas Werner2021-06-251-1/+1
|
* Hide spaces by default, unless they are in the current space filterNicolas Werner2021-06-251-4/+30
|
* Fix hiding rooms from a spaceNicolas Werner2021-06-251-12/+42
|
* Allow filtering by spaceNicolas Werner2021-06-251-0/+24
|
* Reenable tag hidingNicolas Werner2021-06-111-16/+49
|
* Enable toggling tagsNicolas Werner2021-06-111-0/+17
|
* Basic community list modelNicolas Werner2021-06-091-23/+0
|
* Fix use after free from Qml widgetNicolas Werner2021-05-301-1/+2
|
* Fix warningNicolas Werner2021-05-281-1/+1
|
* Delete old room listNicolas Werner2021-05-281-0/+30
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-0/+18
|
* Reimplement room context menusNicolas Werner2021-05-281-0/+72
|
* Reenable invitesNicolas Werner2021-05-241-32/+137
|
* Fix leaving roomsNicolas Werner2021-05-221-0/+11
|
* Fix emoji in new RoomListNicolas Werner2021-05-221-1/+1
|
* Sort the room listNicolas Werner2021-05-221-4/+89
|
* Make roomlist look niceNicolas Werner2021-05-211-6/+101
|
* Some basic room listNicolas Werner2021-05-191-0/+146