| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMake GUI: Use system icons when available | Matthew Woehlke | 2021-01-15 | 1 | -2/+2 |
| | | | | | | | | | Modify GUI to use system (theme) icons when available. This may only affect builds on Linux platforms when using the system-provided Qt, but will improve visual consistency with e.g. okay/cancel buttons which are also using the system/theme icons. This also means that the GUI will look slightly more "native" on Linux. | ||||
| * | CMake GUI: Don't use QToolButton | Matthew Woehlke | 2021-01-15 | 1 | -8/+2 |
| | | | | | | | | | Replace QToolButton instances with QPushButton. QToolButton is only meant to be used on tool bars and some other special situations. Worse, we had a mix of QToolButton and QPushButton for things that clearly should be using the same widget. This will improve visual consistency and may fix some rendering issues. | ||||
| * | CMake GUI: Add environment editor | Kyle Edwards | 2020-09-28 | 1 | -0/+130 |
