Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint issues in last commit | redsky17 | 2019-01-26 | 1 | -16/+16 |
| | |||||
* | Add initial support for QtIndenticon | redsky17 | 2019-01-26 | 1 | -0/+29 |
| | | | | | | | | | | | Add initial loading of qt jdenticon plugin: https://github.com/redsky17/qt-jdenticon Currently, the library's functionality has not been integrated into the rest of nheko. Next step is to add a configuration item in the User Settings and use the plugin to generate avatars for users without their own picture. These avatars should be cached in the Cache object. | ||||
* | Update user colors to use Cache vs Utils | redsky17 | 2019-01-26 | 1 | -1/+1 |
| | | | | | | | User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed. | ||||
* | Fix lambda capture error | redsky17 | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Author Color Fixes | redsky17 | 2019-01-20 | 1 | -1/+5 |
| | | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch. | ||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -3/+4 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -2/+1 |
| | |||||
* | Center dialogs around the main window | Konstantinos Sideris | 2018-09-21 | 1 | -18/+18 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -61/+34 |
| | |||||
* | Show sidebar after initial sync | Konstantinos Sideris | 2018-09-08 | 1 | -2/+2 |
| | | | | fixes #412 | ||||
* | Fix a use-after-free error during logout | Konstantinos Sideris | 2018-08-31 | 1 | -4/+11 |
| | |||||
* | Increase the minimum modal size | Konstantinos Sideris | 2018-08-11 | 1 | -2/+1 |
| | |||||
* | Simplify dialog creation | Konstantinos Sideris | 2018-08-11 | 1 | -155/+124 |
| | |||||
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 1 | -0/+1 |
| | |||||
* | Reuse the profile modal & adjust its spacing relative to the font size | Konstantinos Sideris | 2018-07-21 | 1 | -4/+8 |
| | |||||
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 1 | -0/+13 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+511 |