summary refs log tree commit diff
path: root/src/timeline/RoomlistModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-26/+3
|
* Multiple changesNepNep212023-12-171-0/+2
| | | | | | | | More consistent language with similar description strings Add manpage entry Add /unignore Add ignore & decline button in the invite page Add invite rejection to all ignore methods
* Move to automatic type registrationNicolas Werner2023-06-191-0/+26
|
* Add inviter to the invite reasonNicolas Werner2023-06-101-0/+6
| | | | fixes #622
* Alphabetical ordering optionSateallia2023-04-141-0/+1
|
* Check isPreviewFetched property for hintsLcsTen2023-03-181-1/+3
|
* 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/
* Automatically fetch keys for undecrypted messages after verificationNicolas Werner2023-02-181-0/+2
| | | | | | | | Also fix rerendering edited messages after keys are received. fixes #1375 fixes #770 fixes #888
* Navigate to space when room is selectedNicolas Werner2023-01-071-0/+1
| | | | fixes #1260
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Show invite reason in the UI (hidden by default)Nicolas Werner2022-12-271-1/+3
|
* Mark classes as final where possibleNicolas Werner2022-10-101-2/+2
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-5/+5
| | | | | | | | | | | | | | | * 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>
* Line to indicate first unread message (#1147)Hiers2022-09-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First draft of unread line feature. * Minor visual fix. * Removed unnecessary ternary operator. * Extended unread line functionality to work on minimised window or focusing another window. * Fix for unread line not showing when last read message is hidden. * Minor performance improvement. Fix for misbehaving event2order DB at application start. * Fix for possible performance issues when user has joined a large number of rooms. * Fix for breaking macos and clazy builds. * Changed on windows focus function to refresh unread line if room is unread. * Unread line is removed when user sends a message. * Linting. * Fixed unread line to work in standalone room windows. * Switch isRoomUnread for index 0. * Merged try/catch blocks. * Fix for crash on opening a room invite. * Call fullyReadEventId function when used instead of storing it and passing it through. * Function that was meant to sync the unread line was relying on an async function, oops. * Linting again. * More linting... * Minor changes.
* Make notification count calculation more efficientNicolas Werner2022-07-161-6/+2
|
* Add copy link to room context menu (#1101)brausepulver2022-06-231-0/+1
|
* Fix header order...Nicolas Werner2022-05-071-1/+1
|
* Fix potential crash when opening separate roomsNicolas Werner2022-05-071-1/+4
|
* Add basic support for multiple windowsNicolas Werner2022-05-061-0/+5
|
* Add D-Bus API (#916)Loren Burkholder2022-04-141-0/+9
| | | | This adds functionality for viewing joined rooms and activating rooms.
* Add reasons to everythingNicolas Werner2022-03-301-2/+2
| | | | fixes #1030
* Fetch previews for space children using /hierarchyNicolas Werner2022-02-021-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-1/+2
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-5/+5
|
* make lintLoren Burkholder2021-12-131-1/+4
|
* Make opening room members from rooms settings dialog workLoren Burkholder2021-12-131-0/+1
|
* Add a filter for direct chatsNicolas Werner2021-11-201-1/+9
| | | | fixes #317
* Change indentation to 4 spacesNicolas Werner2021-09-181-157/+153
|
* Merge pull request #721 from symphorien/hotlistDeepBlueV7.X2021-09-141-0/+1
|\ | | | | 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/+1
| |
* | Use more descriptive property nameLoren Burkholder2021-09-111-1/+1
| |
* | Use better id loading methodologyLoren Burkholder2021-09-111-1/+1
| |
* | Get direct chat jdenticons to line upLoren Burkholder2021-09-111-0/+2
|/
* Redesign invites and room preview joinsNicolas Werner2021-07-091-0/+38
|
* Show previews for space roomsNicolas Werner2021-07-041-0/+5
|
* Fix hiding rooms from a spaceNicolas Werner2021-06-251-0/+1
|
* Allow filtering by spaceNicolas Werner2021-06-251-0/+3
|
* Reenable tag hidingNicolas Werner2021-06-111-0/+3
|
* Enable toggling tagsNicolas Werner2021-06-111-0/+23
|
* Basic community list modelNicolas Werner2021-06-091-1/+0
|
* Implement switching in narrow modeNicolas Werner2021-06-081-2/+10
|
* Delete old room listNicolas Werner2021-05-281-0/+3
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+15
|
* Reimplement room context menusNicolas Werner2021-05-281-0/+6
|
* Reenable invitesNicolas Werner2021-05-241-1/+7
|
* Sort the room listNicolas Werner2021-05-221-0/+26
|
* Make roomlist look niceNicolas Werner2021-05-211-1/+19
|
* Some basic room listNicolas Werner2021-05-191-0/+58