summary refs log tree commit diff
path: root/src/ui/RoomSettings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warn about room name and topic not being encryptedNicolas Werner2024-08-171-0/+2
|
* Rework how history settings are representedNicolas Werner2023-06-281-0/+3
|
* Allow viewing and changing the history visibilityNicolas Werner2023-06-241-1/+23
|
* Get rid of year in license headersNicolas Werner2023-02-211-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 Werner2023-01-021-0/+1
|
* Mark classes as final where possibleNicolas Werner2022-10-101-3/+3
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-2/+2
| | | | | | | | | | | | | | | * 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>
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-191-6/+72
|
* Support the knock_restricted ruleNicolas Werner2022-06-181-0/+2
|
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-42/+12
|
* Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-121-5/+0
|
* Hidden events: Make reusable read functiontastytea2022-02-101-0/+1
|
* Hidden events: Some cleanuptastytea2022-02-101-2/+2
|
* Hidden events: Make save-function reusable for global account datatastytea2022-02-101-1/+2
|
* Hidden events: Incorporate suggestions from reviewtastytea2022-02-101-5/+5
| | | | | | | - 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 roomtastytea2022-02-101-0/+5
| | | | | | | | | | | | | 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 jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-84/+84
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-0/+4
| | | | As well as selecting more join rules.
* Remove additional key requests preference codeJoe2021-07-241-2/+0
|
* Merge master and fix conflictsJoe2021-07-241-1/+1
|\
| * Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-1/+1
| |
* | Remove 'respond to key requests' functionalityJoseph Donofry2021-07-151-2/+0
|/
* Update license headersNicolas Werner2021-03-051-0/+4
|
* added room topicJedi182021-02-131-14/+18
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-1/+40
|
* fix avatar update on timeline syncJedi182021-02-111-1/+0
|
* shifted room avatar changingJedi182021-02-111-1/+34
|
* added roomversion, roomid etcJedi182021-02-111-0/+6
|
* added notifications and encryption for the new roomsettingsJedi182021-02-111-0/+29
|
* ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-0/+25
to new room settings