Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reenable sending messages | Nicolas Werner | 2020-07-18 | 1 | -5/+5 |
| | |||||
* | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 1 | -0/+34 |
| | |||||
* | use QStandardPaths locations for all file dialogs. | Adasauce | 2020-02-14 | 1 | -2/+5 |
| | |||||
* | use room rules for mentions | Nicolas Werner | 2020-02-02 | 1 | -21/+31 |
| | |||||
* | Add muting | Nicolas Werner | 2020-02-02 | 1 | -5/+85 |
| | |||||
* | Fix room avatars in settings | Nicolas Werner | 2020-01-21 | 1 | -7/+4 |
| | |||||
* | Reduce Cache.h includes further via one forward declaration | Nicolas Werner | 2019-12-15 | 1 | -0/+1 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -7/+5 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -4/+4 |
| | |||||
* | Fix windows build | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | No idea, why apply visitor doesn't work with temporaries? | ||||
* | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -9/+8 |
| | |||||
* | media->file in error message, when image upload fails | Nicolas Werner | 2019-07-28 | 1 | -3/+3 |
| | |||||
* | Fix some linting issues | Joseph Donofry | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Show room version in settings | Nicolas Werner | 2019-07-04 | 1 | -0/+11 |
| | |||||
* | 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 |