summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
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: Fix some of the Intro help screenA. Wilcox1-7/+7
2019-11-29Qt UI: Remove useless fieldA. Wilcox1-1/+0
2019-11-29Qt UI: Drastically simplify textA. Wilcox1-7/+4
2019-11-29Qt UI: Fix confirm field's reveal buttonA. Wilcox1-2/+2
2019-11-29Qt UI: Allow passphrase to be viewed in RootPassphrasePageA. Wilcox1-0/+37
2019-11-29Qt UI: Allow passphrase to be viewed in UserAccountWidgetA. Wilcox1-0/+20
2019-11-29Qt UI: Fix up Intro pageA. Wilcox1-18/+15
2019-11-29Qt UI: Add Accounts page, still in progressA. Wilcox6-0/+287
2019-11-27Qt UI: Rename F6 shortcut variableA. Wilcox2-4/+4
2019-11-27Qt UI: Add root passphrase pageA. Wilcox6-0/+93
2019-11-22Qt UI: Set watermark for Date and Time pageA. Wilcox1-0/+1
2019-11-20Qt UI: Consider Boot Page part of Software phase for consistencyA. Wilcox1-1/+1
2019-11-20Qt UI: Add new Account watermarksA. Wilcox2-0/+0
2019-11-20Qt UI: Run OptiPNG to reduce PNG sizeA. Wilcox6-0/+0
2019-11-19Qt UI: Ensure 'Standard' is ticked by defaultA. Wilcox2-4/+12
2019-11-19Qt UI: Add UI.Boot pageA. Wilcox7-0/+182
2019-11-19Qt UI: Tiny tweak to UI.Packages.SimpleSel page textA. Wilcox1-1/+1
2019-11-19Qt UI: Fix package help textA. Wilcox1-13/+22
2019-11-19Qt UI: Implement UI.Packages.SimpleSelA. Wilcox5-0/+139
2019-11-19Qt UI: Add page definition for shell/init/MTA selectionA. Wilcox2-0/+2
2019-11-19Qt UI: Use public members instead of fields for non-widget backed answersA. Wilcox3-5/+8
2019-11-19Qt UI: Fix last memory leakA. Wilcox1-0/+1
2019-11-19Qt UI: Fix small memory leak issuesA. Wilcox3-3/+14
2019-11-19Qt UI: Note whether networking is enabled or disabledA. Wilcox1-1/+5
2019-11-19Qt UI: Add UI.Firmware pageA. Wilcox6-0/+145
2019-11-18Qt UI: More Wireless funA. Wilcox1-2/+2
2019-11-18Qt UI: Simplify wifi logic and fix passphrase designA. Wilcox1-8/+9
2019-11-18Qt UI: Fix small logic errors in wireless network codeA. Wilcox1-2/+3
2019-11-18Qt UI: Wire up wireless network list to do somethingA. Wilcox2-4/+57
2019-11-18Qt UI: Sort wireless network list by signal strengthA. Wilcox1-1/+14
2019-11-18Qt UI: Handle the other type of NULL SSID stringA. Wilcox1-0/+3
2019-11-18Qt UI: Store flags away for a rainy dayA. Wilcox1-0/+2
2019-11-18Qt UI: Use MAC address stringification for Wi-Fi BSSIDA. Wilcox1-1/+2
2019-11-18Qt UI: Factor out MAC address stringify to functionA. Wilcox2-10/+14
2019-11-17Qt UI: Success is 1, not 0A. Wilcox1-1/+1
2019-11-17Qt UI: Surround skarnet includes with 'extern C'A. Wilcox1-0/+2
2019-11-17Qt UI: Let libwpactrl parse scan resultsA. Wilcox1-47/+28
2019-11-17Qt UI: Use monotonic clock for STAMPA. Wilcox1-0/+2
2019-11-17Build: Don't assume skarnet is installed globallyA. Wilcox1-1/+1
2019-11-17Qt UI: Parse network information more correctlyA. Wilcox1-5/+8
2019-11-17Qt UI: Update STAMP before running callback codeA. Wilcox1-0/+1
2019-11-17Qt UI: Ensure notify starts life as a nullptrA. Wilcox1-0/+1
2019-11-17Qt UI: Re-enable scan button when scan is finishedA. Wilcox1-0/+1
2019-11-17Qt UI: Handle wireless network scanA. Wilcox1-9/+79
2019-11-16Qt UI: Handle wpactrl_start errors betterA. Wilcox1-1/+2
2019-11-16Qt UI: Provide wireless debugging codesA. Wilcox1-2/+3
2019-11-16Qt UI: Provide correct path to WPA Supplicant socketA. Wilcox1-9/+10
2019-11-16Qt UI: Initialise 'control' correctly in NSWPA. Wilcox1-1/+1
2019-11-15Qt UI: Wi-FiA. Wilcox3-4/+133