summary refs log tree commit diff
path: root/src/RoomsModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spaces are now boldNicolas Werner2023-11-011-0/+3
|
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
|
* Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-061-7/+15
|
* 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-32/+13
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Implement a completer for commandsNicolas Werner2022-11-091-0/+1
| | | | fixes #429
* Fix matrix.to link escapingNicolas Werner2022-07-201-1/+5
| | | | | | Properly escapes in replies and with unmatched []. fixes #854
* 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