Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the minimum width for modals | Konstantinos Sideris | 2018-09-30 | 1 | -3/+2 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -8/+8 |
| | |||||
* | Add close buttons to all dialogs | Konstantinos Sideris | 2018-09-21 | 1 | -0/+9 |
| | |||||
* | Add method to center widgets & clean up unused headers | Konstantinos Sideris | 2018-09-21 | 1 | -1/+0 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -24/+17 |
| | |||||
* | Add context menu option to show the raw message | Konstantinos Sideris | 2018-09-12 | 1 | -3/+2 |
| | | | | fixes #437 | ||||
* | Small refactoring on the EditModal | Konstantinos Sideris | 2018-09-08 | 1 | -65/+57 |
| | |||||
* | Use proxy objects on lambdas instead of raw pointers | Konstantinos Sideris | 2018-09-07 | 1 | -27/+29 |
| | | | | | | | When the object is destroyed the connections will be removed automatically by Qt. fixes #433 | ||||
* | Make lambda that updates avatar a class method | Konstantinos Sideris | 2018-08-29 | 1 | -91/+87 |
| | |||||
* | Add the ability to change the room avatar | Konstantinos Sideris | 2018-08-29 | 1 | -0/+133 |
| | | | | fixes #418 | ||||
* | Show the room id in the room settings modal | Konstantinos Sideris | 2018-08-26 | 1 | -0/+19 |
| | | | | fixes #416 | ||||
* | Simplify dialog creation | Konstantinos Sideris | 2018-08-11 | 1 | -1/+0 |
| | |||||
* | Allow user to configure join rules for a room | Konstantinos Sideris | 2018-08-09 | 1 | -35/+170 |
| | |||||
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 1 | -2/+27 |
| | |||||
* | Refactor the room settings menu to look like the user profile | Konstantinos Sideris | 2018-07-22 | 1 | -158/+84 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -13/+14 |
| | |||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -3/+3 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -7/+8 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 1 | -5/+95 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -41/+39 |
| | |||||
* | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2018-05-18 | 1 | -8/+14 |
| | |||||
* | Fix crash on unfinished animation & center the edit modal | Konstantinos Sideris | 2018-05-18 | 1 | -0/+8 |
| | |||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 1 | -19/+41 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 1 | -40/+199 |
| | | | | fixes #235 | ||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 1 | -3/+56 |
| | | | | - Join rules - Guest access | ||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 1 | -0/+16 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -4/+3 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 1 | -8/+10 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 1 | -0/+147 |