Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-22 | gui: remove unused PlatformStyle::TextColorIcon | fanquake | |
This is unused after #16612. | |||
2015-07-31 | qt: Introduce PlatformStyle | Wladimir J. van der Laan | |
Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328. |