summary refs log tree commit diff
path: root/src/ui/RoomSettings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warn about room name and topic not being encryptedNicolas Werner2024-08-171-0/+9
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
|
* Qt6.6 compatibilityNicolas Werner2023-10-131-1/+1
|
* Allow viewing and changing the history visibilityNicolas Werner2023-06-241-0/+81
|
* 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
|
* Enable -WconversionNicolas Werner2022-10-261-2/+3
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-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 iterationNicolas Werner2022-09-191-1/+1
|
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-191-53/+208
|
* Support the knock_restricted ruleNicolas Werner2022-06-181-0/+13
|
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-171/+96
|
* Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-121-50/+0
|
* Hidden events: Make reusable read functiontastytea2022-02-101-9/+15
|
* Hidden events: Some cleanuptastytea2022-02-101-36/+33
|
* Hidden events: Make save-function reusable for global account datatastytea2022-02-101-8/+16
|
* Hidden events: Incorporate suggestions from reviewtastytea2022-02-101-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 roomtastytea2022-02-101-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 jobNicolas Werner2022-01-011-0/+1
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-2/+4
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-3/+3
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-452/+441
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-1/+29
| | | | As well as selecting more join rules.
* Remove additional key requests preference codeJoe2021-07-241-7/+0
|
* Remove 'respond to key requests' functionalityJoseph Donofry2021-07-151-6/+0
|
* Use coeurl for networkingNicolas Werner2021-06-301-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 settingsNicolas Werner2021-04-191-2/+3
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-2/+2
|
* Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-141-2/+2
|
* replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-4/+4
|
* added room topicJedi182021-02-131-4/+16
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-0/+164
|
* fix avatar update on timeline syncJedi182021-02-111-2/+0
|
* shifted room avatar changingJedi182021-02-111-11/+156
|
* added roomversion, roomid etcJedi182021-02-111-0/+18
|
* added notifications and encryption for the new roomsettingsJedi182021-02-111-1/+256
|
* ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-0/+33
to new room settings