Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-15 | qt.conf: hidpi support snafu | Stanislaw Halik | |
Qt dpiawareness=1 doesn't look like it's messing up after resolution changes. Use it for now. | |||
2018-01-16 | qt: scale according to screen DPI | Stanislaw Halik | |
Previously, as a dpi-unaware app we scaled the whole window, including fonts, making them blurry. Given we now have layouts set all over the program, it Just Works when enabling proper scaling. Except for The Octopus, but you can forget it a bad hair day, can you? | |||
2017-06-13 | main: fix accessing build box's hardcoded drive | Stanislaw Halik | |
2016-07-24 | cmake, qt: add qt.conf to try fix hidpi | Stanislaw Halik | |
User confirms dpiawareness=0 fixes hidpi. |