summary refs log tree commit diff
path: root/src/ui/RoomSettings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-2/+4
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-3/+3
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-452/+441
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-1/+29
| | | | As well as selecting more join rules.
* Remove additional key requests preference codeJoe2021-07-241-7/+0
|
* Remove 'respond to key requests' functionalityJoseph Donofry2021-07-151-6/+0
|
* 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