summary refs log tree commit diff
path: root/src/dialogs/UserMentions.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix lambda capture issueJoseph Donofry2019-07-291-1/+1
|
* Update mentions dialogJoseph Donofry2019-07-281-16/+59
| | | | | | | | Mentions are now separated into 'this room' and 'all rooms' tab., which allows the user to filter on the current room if they desire. Should add additional logic in the future to show which room the mention was in the for the 'all rooms' view.
* Fix linting issuesJoseph Donofry2019-07-161-18/+17
|
* Add User Mentions DialogJoseph Donofry2019-07-161-0/+59
Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.