summaryrefslogtreecommitdiff
path: root/ui/qt5/firmwarepage.cc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Qt UI: Port to using heavier buttonClicked signalA. Wilcox1-1/+1
Once again, Qt has taken our simple API away and left us only with the more complex one. At least this one isn't too hard to work around. Move to using QOverload instead of static_cast for all of them as well.
2020-05-17Qt UI: Add What's This to all controls missing itA. Wilcox1-0/+2
2019-11-29Qt UI: Change Firmware default to Yes (READ ENTIRE COMMIT MSG BEFORE FLAMING)A. Wilcox1-0/+1
There will be two Horizon media types: Firmware, and Libre. The user will be choosing the media type before downloading an Adélie Linux CD / USB image. If they choose Firmware, the system will automatically load firmware before beginning. This is to facilitate graphics cards that won't even bring up the framebuffer without firmware loaded (most recent GeForces, and all AMDGPUs, behave this way). This means the user will already be running firmware before the wizard is running. If we default to No, and the user doesn't understand the question, they may be left without a functional computer after installation because their GPU may still require firmware. If this is the case, it will be extremely difficult to recover. Therefore, the default should be Yes, so that users who have already consented to running firmware on their systems (by using the Firmware media type) will have the same choice made for them by default in the target.
2019-11-29Qt UI: Remove useless fieldA. Wilcox1-1/+0
2019-11-29Qt UI: Drastically simplify textA. Wilcox1-7/+4
2019-11-19Qt UI: Use public members instead of fields for non-widget backed answersA. Wilcox1-2/+2
2019-11-19Qt UI: Add UI.Firmware pageA. Wilcox1-0/+54