summary refs log tree commit diff
path: root/src/RoomsModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix completions in plain text modeNicolas Werner2021-04-241-3/+9
|
* Escape html in topics and show line breaks in the settingsNicolas Werner2021-04-191-2/+3
|
* Reserve memory for rooms in completerNicolas Werner2021-03-191-0/+4
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* check for empty alias and percent encoding for alias in urlJedi182021-02-191-3/+8
|
* added bool to choose between showing only rooms with aliases and all of the ↵Jedi182021-02-171-8/+15
| | | | rooms
* add matrix link for completed itemJedi182021-02-171-1/+1
|
* add rooms model, add room delegate for completerJedi182021-02-161-0/+57