summary refs log tree commit diff
path: root/src/dialogs/RoomSettings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reenable sending messagesNicolas Werner2020-07-181-5/+5
|
* Improve compile times a tiny bitNicolas Werner2020-05-261-0/+34
|
* use QStandardPaths locations for all file dialogs.Adasauce2020-02-141-2/+5
|
* use room rules for mentionsNicolas Werner2020-02-021-21/+31
|
* Add mutingNicolas Werner2020-02-021-5/+85
|
* Fix room avatars in settingsNicolas Werner2020-01-211-7/+4
|
* Reduce Cache.h includes further via one forward declarationNicolas Werner2019-12-151-0/+1
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-7/+5
|
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-4/+4
|
* Fix windows buildNicolas Werner2019-11-231-1/+1
| | | | No idea, why apply visitor doesn't work with temporaries?
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-9/+8
|
* media->file in error message, when image upload failsNicolas Werner2019-07-281-3/+3
|
* Fix some linting issuesJoseph Donofry2019-07-041-1/+1
|
* Show room version in settingsNicolas Werner2019-07-041-0/+11
|
* Change the minimum width for modalsKonstantinos Sideris2018-09-301-3/+2
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-8/+8
|
* Add close buttons to all dialogsKonstantinos Sideris2018-09-211-0/+9
|
* Add method to center widgets & clean up unused headersKonstantinos Sideris2018-09-211-1/+0
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-24/+17
|
* Add context menu option to show the raw messageKonstantinos Sideris2018-09-121-3/+2
| | | | fixes #437
* Small refactoring on the EditModalKonstantinos Sideris2018-09-081-65/+57
|
* Use proxy objects on lambdas instead of raw pointersKonstantinos Sideris2018-09-071-27/+29
| | | | | | | When the object is destroyed the connections will be removed automatically by Qt. fixes #433
* Make lambda that updates avatar a class methodKonstantinos Sideris2018-08-291-91/+87
|
* Add the ability to change the room avatarKonstantinos Sideris2018-08-291-0/+133
| | | | fixes #418
* Show the room id in the room settings modalKonstantinos Sideris2018-08-261-0/+19
| | | | fixes #416
* Simplify dialog creationKonstantinos Sideris2018-08-111-1/+0
|
* Allow user to configure join rules for a roomKonstantinos Sideris2018-08-091-35/+170
|
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-221-2/+27
|
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-221-158/+84
|
* Move all files under src/Konstantinos Sideris2018-07-171-13/+14
|
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-3/+3
|
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-7/+8
| | | | - Patch the olm repo with a CMakeLists.txt file
* Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-121-5/+95
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-41/+39
|
* Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2018-05-181-8/+14
|
* Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2018-05-181-0/+8
|
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-19/+41
|
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-40/+199
| | | | fixes #235
* Add read support for room access options (#324)twahm2018-05-131-3/+56
| | | | - Join rules - Guest access
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-111-0/+16
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-4/+3
|
* Add member listKonstantinos Sideris2018-05-011-8/+10
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+147