summary refs log tree commit diff
path: root/resources/qml/dialogs/RoomSettings.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-121-1/+2
|
* Hidden events: Change title and prompt depending on isRoomSettingtastytea2022-02-101-1/+1
| | | | We would have to set text and title separately otherwise.
* Hidden events: Incorporate suggestions from reviewtastytea2022-02-101-2/+2
| | | | | | | - Set TitleHint flag on dialog - Store hidden events as QSet<QString> instead of std::vector<bool> - Change wording in dialog (disable events instead of turning the hiding on)
* Add GUI to change hidden events per roomtastytea2022-02-101-1/+16
| | | | | | | | | | | | | This adds a dialog to the room settings in which the user can choose which of these three event types they want to hide (additionally to the default): - m.room.member - m.room.power_levels - m.sticker The current state is read when room settings are opened and saved when new settings are accepted.
* Fix width of room name to dialog widthtastytea2022-02-041-1/+2
|
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-261-1/+0
|
* Port usersettings to qmlNicolas Werner2022-01-091-1/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Use better translation methodLoren Burkholder2021-12-131-1/+1
|
* Make opening room members from rooms settings dialog workLoren Burkholder2021-12-131-1/+1
|
* Fix qml warnings and missing iconsNicolas Werner2021-11-171-2/+2
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-111-5/+5
|
* Move away from using an event loop to access secretsNicolas Werner2021-11-071-1/+1
| | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-0/+305