summary refs log tree commit diff
path: root/Dockerfile (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-07Add the correct parent to scaleComboKonstantinos Sideris2-12/+18
2018-10-06Remove room re-ordering optionKonstantinos Sideris5-37/+3
2018-10-06Remove ScrollbarKonstantinos Sideris4-117/+1
2018-10-06Adjust the height of the bottom widgetsKonstantinos Sideris2-11/+26
2018-10-06Remove debug logs from Windows buildsKonstantinos Sideris1-4/+9
2018-10-06Adjust the font sizes of the welcome pageKonstantinos Sideris2-48/+29
2018-10-06Adjust the widget size of the room list itemsKonstantinos Sideris7-70/+100
2018-10-04Derive widget sizing from the font sizeKonstantinos Sideris4-25/+41
2018-10-02Remove some unnecessary callsKonstantinos Sideris2-4/+0
2018-10-01Add option to configure the font sizeKonstantinos Sideris6-56/+68
2018-09-30Enable debug logsKonstantinos Sideris9-37/+49
2018-09-30Change the minimum width for modalsKonstantinos Sideris5-10/+8
2018-09-30Remove pixel value from fontsKonstantinos Sideris29-108/+77
2018-09-29Remove obsolete font/size settingKonstantinos Sideris1-12/+4
2018-09-29Remove pixel values from the text input widgetKonstantinos Sideris1-14/+0
2018-09-29Make the height of the bottom bar smallerKonstantinos Sideris2-4/+4
2018-09-28Display tags as sorting items in the community panel (#401)Victor Berger15-3/+234
2018-09-26Don't enable tray by defaultKonstantinos Sideris1-1/+1
2018-09-26Don't clear selection when a context menu is requestedKonstantinos Sideris2-0/+40
2018-09-26Move TextLabel into its own fileKonstantinos Sideris6-111/+143
2018-09-26LintKonstantinos Sideris1-1/+1
2018-09-26v0.6.1Konstantinos Sideris5-8/+19
2018-09-25Clear text selection when focus is lostKonstantinos Sideris2-1/+11
2018-09-25Add infinite scroll in member listKonstantinos Sideris2-31/+6
2018-09-25Don't clear the member list when the modal is hiddenKonstantinos Sideris1-7/+0
2018-09-25ci: Update qt installer frameworkKonstantinos Sideris1-1/+1
2018-09-25Remove bintray from the readmeKonstantinos Sideris1-2/+1
2018-09-25Use QPushButton on the preview modalKonstantinos Sideris3-16/+9
2018-09-25Copy the missing cmark.dll from the deps directoryKonstantinos Sideris1-0/+3
2018-09-21v0.6.0Konstantinos Sideris7-19/+29
2018-09-21Put back github releasesKonstantinos Sideris2-0/+34
2018-09-21Require login when the cache format changes (regression on #444)Konstantinos Sideris2-5/+6
2018-09-21Add close buttons to all dialogsKonstantinos Sideris4-0/+37
2018-09-21Center dialogs around the main windowKonstantinos Sideris2-18/+19
2018-09-21Add method to center widgets & clean up unused headersKonstantinos Sideris