summary refs log tree commit diff
path: root/resources/qml/dialogs/RoomSettings.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some qml warningsNicolas Werner2023-10-261-678/+0
|
* Qt 6.4 properly supports scrolling text with touchLoren Burkholder2023-09-301-1/+0
|
* Add experimental event expirationNicolas Werner2023-07-051-0/+18
| | | | Currently disabled by default.
* Rework how history settings are representedNicolas Werner2023-06-281-51/+124
|
* Allow viewing and changing the history visibilityNicolas Werner2023-06-241-0/+31
|
* Move to automatic type registrationNicolas Werner2023-06-191-1/+1
|
* Get rid of scrollhelperNicolas Werner2023-06-081-4/+1
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-23/+22
|
* Don't double-show encryption dialogLoren Burkholder2023-03-011-1/+2
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Various grammar fixes (mostly removing commas)Loren Burkholder2022-09-301-1/+1
|
* 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