summary refs log tree commit diff
path: root/resources/qml/dialogs/HiddenEventsDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set default size for hidden events dialogLoren Burkholder2022-04-231-0/+2
|
* Correct "be be"Eldred Habert2022-03-021-2/+2
| | | | This kind of duplicated short word is is easy to have your brain "auto-correct" :D
* Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-121-27/+21
|
* Hidden events: Some cleanuptastytea2022-02-101-1/+1
|
* Hidden events: Make save-function reusable for global account datatastytea2022-02-101-1/+1
|
* Hidden events: Change title and prompt depending on isRoomSettingtastytea2022-02-101-2/+17
| | | | We would have to set text and title separately otherwise.
* Hidden events: Incorporate suggestions from reviewtastytea2022-02-101-5/+15
| | | | | | | - 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)
* Hidden events: Enhance tooltipstastytea2022-02-101-2/+2
| | | | Shorten tooltip for power levels, expand tooltip for user events.
* Add GUI to change hidden events per roomtastytea2022-02-101-0/+108
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.