summary refs log tree commit diff
path: root/src/RoomsModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant alias functionNicolas Werner2022-06-171-5/+7
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-53/+49
|
* Fix a few more HTML injectionsThulinma2021-09-121-1/+1
|
* 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