summary refs log tree commit diff
path: root/src/dialogs/RoomSettings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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