Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-30 | Enable debug logs | Konstantinos Sideris | 1 | -0/+6 | |
2018-09-30 | Change the minimum width for modals | Konstantinos Sideris | 5 | -10/+8 | |
2018-09-30 | Remove pixel value from fonts | Konstantinos Sideris | 29 | -108/+77 | |
2018-09-29 | Remove obsolete font/size setting | Konstantinos Sideris | 1 | -12/+4 | |
2018-09-29 | Remove pixel values from the text input widget | Konstantinos Sideris | 1 | -14/+0 | |
2018-09-29 | Make the height of the bottom bar smaller | Konstantinos Sideris | 2 | -4/+4 | |
2018-09-28 | Display tags as sorting items in the community panel (#401) | Victor Berger | 15 | -3/+234 | |
2018-09-26 | Don't enable tray by default | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-26 | Don't clear selection when a context menu is requested | Konstantinos Sideris | 2 | -0/+40 | |
2018-09-26 | Move TextLabel into its own file | Konstantinos Sideris | 6 | -111/+143 | |
2018-09-26 | Lint | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-26 | v0.6.1 | Konstantinos Sideris | 5 | -8/+19 | |
2018-09-25 | Clear text selection when focus is lost | Konstantinos Sideris | 2 | -1/+11 | |
fixes #409 | |||||
2018-09-25 | Add infinite scroll in member list | Konstantinos Sideris | 2 | -31/+6 | |
fixes #446 | |||||
2018-09-25 | Don't clear the member list when the modal is hidden | Konstantinos Sideris | 1 | -7/+0 | |
fixes #447 | |||||
2018-09-25 | ci: Update qt installer framework | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-25 | Remove bintray from the readme | Konstantinos Sideris | 1 | -2/+1 | |
2018-09-25 | Use QPushButton on the preview modal | Konstantinos Sideris | 3 | -16/+9 | |
2018-09-25 | Copy the missing cmark.dll from the deps directory | Konstantinos Sideris | 1 | -0/+3 | |
2018-09-21 | v0.6.0 | Konstantinos Sideris | 7 | -19/+29 | |
2018-09-21 | Put back github releases | Konstantinos Sideris | 2 | -0/+34 | |
2018-09-21 | Require login when the cache format changes (regression on #444) | Konstantinos Sideris | 2 | -5/+6 | |
2018-09-21 | Add close buttons to all dialogs | Konstantinos Sideris | 4 | -0/+37 | |
2018-09-21 | Center dialogs around the main window | Konstantinos Sideris | 2 | -18/+19 | |
2018-09-21 | Add method to center widgets & clean up unused headers | Konstantinos Sideris | 11 | -36/+28 | |
2018-09-20 | Close dialogs on confirmation | Konstantinos Sideris | 8 | -38/+31 | |
2018-09-20 | Use confirm as the default button | Konstantinos Sideris | 3 | -6/+6 | |
2018-09-19 | macOS: Use the native emoji picker | Konstantinos Sideris | 5 | -2/+63 | |
fixes #79 | |||||
2018-09-19 | Improvements on the system theme | Konstantinos Sideris | 35 | -413/+336 | |
2018-09-18 | ci: Don't count errors during brew upgrade | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-18 | ci: Use brew upgrade --ignore-dependencies | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-18 | Replace GCC-7 with GCC-8 | Konstantinos Sideris | 1 | -16/+3 | |
2018-09-18 | Don't upgrade cmake on the macOS job | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-18 | Fix compile warnings | Konstantinos Sideris | 3 | -7/+9 | |
2018-09-18 |