summary refs log tree commit diff
path: root/resources/qml/dialogs/RoomSettingsDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of platform dialogs/menus now that Qt6.8 supports native menus ↵Nicolas Werner2024-10-081-8/+5
| | | | | | | without them This will look bad on some platforms and older versions for now, but should fix a lot of crashes and we can report the rest as bugs.
* Warn about room name and topic not being encryptedNicolas Werner2024-08-171-34/+66
|
* Fix room settings being cut offBrayd2024-04-191-0/+1
|
* workaround broken platform dialogs on macosNicolas Werner2024-03-141-2/+5
| | | | See https://bugreports.qt.io/browse/QTBUG-102078
* Add support for intentional mentionsNicolas Werner2024-03-081-1/+1
| | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though.
* More qml cleanupsNicolas Werner2023-10-261-2/+2
|
* Fix some qml warningsNicolas Werner2023-10-261-0/+678