Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Set default size for hidden events dialog | Loren Burkholder | 2022-04-23 | 1 | -0/+2 |
| | |||||
* | Correct "be be" | Eldred Habert | 2022-03-02 | 1 | -2/+2 |
| | | | | This kind of duplicated short word is is easy to have your brain "auto-correct" :D | ||||
* | Hidden events: Refactor slightly for reusability | Nicolas Werner | 2022-02-12 | 1 | -27/+21 |
| | |||||
* | Hidden events: Some cleanup | tastytea | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Hidden events: Make save-function reusable for global account data | tastytea | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Hidden events: Change title and prompt depending on isRoomSetting | tastytea | 2022-02-10 | 1 | -2/+17 |
| | | | | We would have to set text and title separately otherwise. | ||||
* | Hidden events: Incorporate suggestions from review | tastytea | 2022-02-10 | 1 | -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 tooltips | tastytea | 2022-02-10 | 1 | -2/+2 |
| | | | | Shorten tooltip for power levels, expand tooltip for user events. | ||||
* | Add GUI to change hidden events per room | tastytea | 2022-02-10 | 1 | -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. |