summary refs log tree commit diff
path: root/resources/qml/dialogs/RoomSettings.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-191-15/+81
|
* Added discrete edit button to room profiles.Hiers2022-08-221-2/+16
|
* Update translationsNicolas Werner2022-07-161-1/+1
|
* Allow editing aliasesNicolas Werner2022-07-081-0/+12
|
* Support the knock_restricted ruleNicolas Werner2022-06-181-0/+3
|
* Fix editing topicNicolas Werner2022-06-021-6/+3
|
* Indicate if no topic is setLoren Burkholder2022-06-021-1/+6
|
* Add basic powerlevel editorNicolas Werner2022-05-271-0/+12
|
* Modifications to member list buttonsLoren Burkholder2022-04-231-10/+13
|
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-20/+79
|
* Make “show more” “show less” in room settings translatabletastytea2022-03-081-1/+1
|
* rich text emojiMalte E2022-03-041-0/+1
|
* wrap room nameMalte E2022-03-041-0/+1
|
* cosmeticsMalte E2022-03-041-1/+1
|
* hopfefully the button works nowMalte E2022-03-041-4/+4
|
* fix text color and button, copy roomID on clickMalte E2022-03-031-6/+39
|
* make long topic collapsibleMalte E2022-03-021-5/+34
|
* restore default width and heightMalte E2022-02-251-0/+2
|
* clean up indentationMalte E2022-02-251-204/+204
|
* make RoomSettings mobile friendly and more like UserProfileMalte E2022-02-251-36/+38
|
* 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