Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some qml warnings | Nicolas Werner | 2023-10-26 | 1 | -678/+0 |
| | |||||
* | Qt 6.4 properly supports scrolling text with touch | Loren Burkholder | 2023-09-30 | 1 | -1/+0 |
| | |||||
* | Add experimental event expiration | Nicolas Werner | 2023-07-05 | 1 | -0/+18 |
| | | | | Currently disabled by default. | ||||
* | Rework how history settings are represented | Nicolas Werner | 2023-06-28 | 1 | -51/+124 |
| | |||||
* | Allow viewing and changing the history visibility | Nicolas Werner | 2023-06-24 | 1 | -0/+31 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Get rid of scrollhelper | Nicolas Werner | 2023-06-08 | 1 | -4/+1 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -23/+22 |
| | |||||
* | Don't double-show encryption dialog | Loren Burkholder | 2023-03-01 | 1 | -1/+2 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Various grammar fixes (mostly removing commas) | Loren Burkholder | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | Rework how access rules for rooms are modified completely | Nicolas Werner | 2022-09-19 | 1 | -15/+81 |
| | |||||
* | Added discrete edit button to room profiles. | Hiers | 2022-08-22 | 1 | -2/+16 |
| | |||||
* | Update translations | Nicolas Werner | 2022-07-16 | 1 | -1/+1 |
| | |||||
* | Allow editing aliases | Nicolas Werner | 2022-07-08 | 1 | -0/+12 |
| | |||||
* | Support the knock_restricted rule | Nicolas Werner | 2022-06-18 | 1 | -0/+3 |
| | |||||
* | Fix editing topic | Nicolas Werner | 2022-06-02 | 1 | -6/+3 |
| | |||||
* | Indicate if no topic is set | Loren Burkholder | 2022-06-02 | 1 | -1/+6 |
| | |||||
* | Add basic powerlevel editor | Nicolas Werner | 2022-05-27 | 1 | -0/+12 |
| | |||||
* | Modifications to member list buttons | Loren Burkholder | 2022-04-23 | 1 | -10/+13 |
| | |||||
* | Don't use a modal to edit room name and topic | Nicolas Werner | 2022-03-30 | 1 | -20/+79 |
| | |||||
* | Make “show more” “show less” in room settings translatable | tastytea | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | rich text emoji | Malte E | 2022-03-04 | 1 | -0/+1 |
| | |||||
* | wrap room name | Malte E | 2022-03-04 | 1 | -0/+1 |
| | |||||
* | cosmetics | Malte E | 2022-03-04 | 1 | -1/+1 |
| | |||||
* | hopfefully the button works now | Malte E | 2022-03-04 | 1 | -4/+4 |
| | |||||
* | fix text color and button, copy roomID on click | Malte E | 2022-03-03 | 1 | -6/+39 |
| | |||||
* | make long topic collapsible | Malte E | 2022-03-02 | 1 | -5/+34 |
| | |||||
* | restore default width and height | Malte E | 2022-02-25 | 1 | -0/+2 |
| | |||||
* | clean up indentation | Malte E | 2022-02-25 | 1 | -204/+204 |
| | |||||
* | make RoomSettings mobile friendly and more like UserProfile | Malte E | 2022-02-25 | 1 | -36/+38 |
| | |||||
* | 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 |