summary refs log tree commit diff
path: root/src/RoomsModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-061-0/+1
|
* 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/
* Speedup quick switcherNicolas Werner2023-01-071-4/+2
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Implement a completer for commandsNicolas Werner2022-11-091-1/+1
| | | | fixes #429
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-19/+19
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* added bool to choose between showing only rooms with aliases and all of the ↵Jedi182021-02-171-3/+3
| | | | rooms
* add rooms model, add room delegate for completerJedi182021-02-161-0/+33