summary refs log tree commit diff
path: root/src/ui/RoomSettings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use coeurl for networkingNicolas Werner2021-06-301-1/+1
| | | | | Something is still wrong on shutdown, need to debug that. And CI will fail.
* Escape html in topics and show line breaks in the settingsNicolas Werner2021-04-191-2/+3
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-2/+2
|
* Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-141-2/+2
|
* replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-4/+4
|
* added room topicJedi182021-02-131-4/+16
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-0/+164
|
* fix avatar update on timeline syncJedi182021-02-111-2/+0
|
* shifted room avatar changingJedi182021-02-111-11/+156
|
* added roomversion, roomid etcJedi182021-02-111-0/+18
|
* added notifications and encryption for the new roomsettingsJedi182021-02-111-1/+256
|
* ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-0/+33
to new room settings