Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hidden events: Refactor slightly for reusability | Nicolas Werner | 2022-02-12 | 1 | -1/+2 |
| | |||||
* | Hidden events: Change title and prompt depending on isRoomSetting | tastytea | 2022-02-10 | 1 | -1/+1 |
| | | | | We would have to set text and title separately otherwise. | ||||
* | Hidden events: Incorporate suggestions from review | tastytea | 2022-02-10 | 1 | -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 room | tastytea | 2022-02-10 | 1 | -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 width | tastytea | 2022-02-04 | 1 | -1/+2 |
| | |||||
* | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 1 | -1/+0 |
| | |||||
* | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Use better translation method | Loren Burkholder | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | Make opening room members from rooms settings dialog work | Loren Burkholder | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | Fix qml warnings and missing icons | Nicolas Werner | 2021-11-17 | 1 | -2/+2 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 1 | -5/+5 |
| | |||||
* | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 1 | -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 folder | Loren Burkholder | 2021-09-29 | 1 | -0/+305 |