Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn about room name and topic not being encrypted | Nicolas Werner | 2024-08-17 | 1 | -0/+9 |
| | |||||
* | Include moc files for a tiny speedup on incremental builds | Nicolas Werner | 2024-03-16 | 1 | -0/+2 |
| | |||||
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Qt6.6 compatibility | Nicolas Werner | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | Allow viewing and changing the history visibility | Nicolas Werner | 2023-06-24 | 1 | -0/+81 |
| | |||||
* | 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 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -2/+3 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Fix const iteration | Nicolas Werner | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | Rework how access rules for rooms are modified completely | Nicolas Werner | 2022-09-19 | 1 | -53/+208 |
| | |||||
* | Support the knock_restricted rule | Nicolas Werner | 2022-06-18 | 1 | -0/+13 |
| | |||||
* | Don't use a modal to edit room name and topic | Nicolas Werner | 2022-03-30 | 1 | -171/+96 |
| | |||||
* | Hidden events: Refactor slightly for reusability | Nicolas Werner | 2022-02-12 | 1 | -50/+0 |
| | |||||
* | Hidden events: Make reusable read function | tastytea | 2022-02-10 | 1 | -9/+15 |
| | |||||
* | Hidden events: Some cleanup | tastytea | 2022-02-10 | 1 | -36/+33 |
| | |||||
* | Hidden events: Make save-function reusable for global account data | tastytea | 2022-02-10 | 1 | -8/+16 |
| | |||||
* | Hidden events: Incorporate suggestions from review | tastytea | 2022-02-10 | 1 | -45/+17 |
| | | | | | | | - 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 | -0/+70 |
| | | | | | | | | | | | | | 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. | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -2/+4 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -3/+3 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -452/+441 |
| | |||||
* | Allow accepting knocks in the timeline | Nicolas Werner | 2021-08-17 | 1 | -1/+29 |
| | | | | As well as selecting more join rules. | ||||
* | Remove additional key requests preference code | Joe | 2021-07-24 | 1 | -7/+0 |
| | |||||
* | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 1 | -6/+0 |
| | |||||
* | Use coeurl for networking | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail. | ||||
* | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 1 | -2/+3 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Linkify topic in room settings and use non-deprecated MessageDialog | Nicolas Werner | 2021-02-22 | 1 | -2/+2 |
| | |||||
* | Replace rowlayouts with gridlayout and fix room settings initializer list | Jedi18 | 2021-02-14 | 1 | -2/+2 |
| | |||||
* | replaced with togglebutton using qtquickcontrols2 | Jedi18 | 2021-02-13 | 1 | -4/+4 |
| | |||||
* | added room topic | Jedi18 | 2021-02-13 | 1 | -4/+16 |
| | |||||
* | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 1 | -0/+164 |
| | |||||
* | fix avatar update on timeline sync | Jedi18 | 2021-02-11 | 1 | -2/+0 |
| | |||||
* | shifted room avatar changing | Jedi18 | 2021-02-11 | 1 | -11/+156 |
| | |||||
* | added roomversion, roomid etc | Jedi18 | 2021-02-11 | 1 | -0/+18 |
| | |||||
* | added notifications and encryption for the new roomsettings | Jedi18 | 2021-02-11 | 1 | -1/+256 |
| | |||||
* | ui almost looks the same, midway between transition from old room settings ↵ | Jedi18 | 2021-02-10 | 1 | -0/+33 |
to new room settings |