| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This kind of duplicated short word is
is easy to have your brain "auto-correct" :D
|
| |
|
| |
|
| |
|
|
|
|
| |
We would have to set text and title separately otherwise.
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Shorten tooltip for power levels, expand tooltip for user events.
|
|
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.
|