Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-10-07 | Add the correct parent to scaleCombo | Konstantinos Sideris | 2 | -12/+18 |
2018-10-06 | Remove room re-ordering option | Konstantinos Sideris | 5 | -37/+3 |
2018-10-06 | Remove Scrollbar | Konstantinos Sideris | 4 | -117/+1 |
2018-10-06 | Adjust the height of the bottom widgets | Konstantinos Sideris | 2 | -11/+26 |
2018-10-06 | Remove debug logs from Windows builds | Konstantinos Sideris | 1 | -4/+9 |
2018-10-06 | Adjust the font sizes of the welcome page | Konstantinos Sideris | 2 | -48/+29 |
2018-10-06 | Adjust the widget size of the room list items | Konstantinos Sideris | 7 | -70/+100 |
2018-10-04 | Derive widget sizing from the font size | Konstantinos Sideris | 4 | -25/+41 |
2018-10-02 | Remove some unnecessary calls | Konstantinos Sideris | 2 | -4/+0 |
2018-10-01 | Add option to configure the font size | Konstantinos Sideris | 6 | -56/+68 |
2018-09-30 | Enable debug logs | Konstantinos Sideris | 9 | -37/+49 |
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 |
2018-09-25 | Add infinite scroll in member list | Konstantinos Sideris | 2 | -31/+6 |
2018-09-25 | Don't clear the member list when the modal is hidden | Konstantinos Sideris | 1 | -7/+0 |
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 |