Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -73/+0 |
| | |||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 1 | -0/+7 |
| | |||||
* | Don't open room switcher when another dialog is open | Konstantinos Sideris | 2018-03-04 | 1 | -8/+0 |
| | | | | fixes #251 | ||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -1/+0 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 1 | -2/+3 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -0/+1 |
| | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -9/+7 |
| | |||||
* | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 1 | -2/+2 |
| | |||||
* | Style change again | Konstantinos Sideris | 2017-09-10 | 1 | -24/+24 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -3/+0 |
| | | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h. | ||||
* | Remove hardcoded font sizes on the top bars and text input | Konstantinos Sideris | 2017-07-01 | 1 | -0/+3 |
| | |||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -0/+10 |
| | | | | | | Minor stylistic refactoring closes #29 | ||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 1 | -0/+3 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Show user info even if the display name or avatar are missing | Konstantinos Sideris | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -1/+6 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+60 |