summary refs log tree commit diff
path: root/src/RoomDirectoryModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to automatic type registrationNicolas Werner2023-06-191-0/+2
|
* 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/
* Fix potential crash from the room directoryNicolas Werner2023-01-081-3/+22
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Remove a few more headersNicolas Werner2022-06-181-12/+0
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-47/+47
|
* Fi lineendingsNicolas Werner2021-08-171-98/+98
|
* Update join button in room directory after joinNicolas Werner2021-08-171-3/+5
|
* Clean up final nitskamathmanu2021-08-141-2/+5
|
* Ran qmlformat and make licensekamathmanu2021-08-121-13/+11
|
* Added Spinner while rooms loadkamathmanu2021-08-121-7/+15
|
* Fix nits from code reviewkamathmanu2021-08-091-1/+0
|
* make lintkamathmanu2021-08-071-1/+1
|
* Made only unjoined rooms joinablekamathmanu2021-08-071-1/+2
|
* Linted codekamathmanu2021-08-071-53/+55
|
* Implemented Room Directory model to store and provide QML view with public ↵kamathmanu2021-08-071-0/+85
room data from mtxclient