Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-01 | Qt UI: Implement UI.Network.AddressType.MaybeNotDisable | A. Wilcox | 1 | -1/+40 | |
2019-12-01 | Qt UI: Drastically simplify Runtime Env NIC selection, keep DHCP setting | A. Wilcox | 5 | -12/+56 | |
2019-12-01 | Qt UI: Handle escape key, change label of Finish button | A. Wilcox | 2 | -1/+11 | |
2019-11-29 | Qt UI: Change Firmware default to Yes (READ ENTIRE COMMIT MSG BEFORE FLAMING) | A. Wilcox | 1 | -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-29 | Qt UI: Fix some of the Intro help screen | A. Wilcox | 1 | -7/+7 | |
2019-11-29 | Qt UI: Remove useless field | A. Wilcox | 1 | -1/+0 | |
2019-11-29 | Qt UI: Drastically simplify text | A. Wilcox | 1 | -7/+4 | |
2019-11-29 | Qt UI: Fix confirm field's reveal button | A. Wilcox | 1 | -2/+2 | |
2019-11-29 | Qt UI: Allow passphrase to be viewed in RootPassphrasePage | A. Wilcox | 1 | -0/+37 | |
2019-11-29 | Qt UI: Allow passphrase to be viewed in UserAccountWidget | A. Wilcox | 1 | -0/+20 | |
2019-11-29 | Qt UI: Fix up Intro page | A. Wilcox | 1 | -18/+15 | |
2019-11-29 | Qt UI: Add Accounts page, still in progress | A. Wilcox | 6 | -0/+287 | |
2019-11-27 | Qt UI: Rename F6 shortcut variable | A. Wilcox | 2 | -4/+4 | |
2019-11-27 | Qt UI: Add root passphrase page | A. Wilcox | 6 | -0/+93 | |
2019-11-22 | Qt UI: Set watermark for Date and Time page | A. Wilcox | 1 | -0/+1 | |
2019-11-20 | Qt UI: Consider Boot Page part of Software phase for consistency | A. Wilcox | 1 | -1/+1 | |
2019-11-20 | Qt UI: Add new Account watermarks | A. Wilcox | 2 | -0/+0 | |
2019-11-20 | Qt UI: Run OptiPNG to reduce PNG size | A. Wilcox | 6 | -0/+0 | |
2019-11-19 | Qt UI: Ensure 'Standard' is ticked by default | A. Wilcox | 2 | -4/+12 | |
2019-11-19 | Qt UI: Add UI.Boot page | A. Wilcox | 7 | -0/+182 | |
2019-11-19 | Qt UI: Tiny tweak to UI.Packages.SimpleSel page text | A. Wilcox | 1 | -1/+1 | |
2019-11-19 | Qt UI: Fix package help text | A. Wilcox | 1 | -13/+22 | |
2019-11-19 | Qt UI: Implement UI.Packages.SimpleSel | A. Wilcox | 5 | -0/+139 | |
2019-11-19 | Qt UI: Add page definition for shell/init/MTA selection | A. Wilcox | 2 | -0/+2 | |
2019-11-19 | Qt UI: Use public members instead of fields for non-widget backed answers | A. Wilcox | 3 | -5/+8 | |
2019-11-19 | Qt UI: Fix last memory leak | A. Wilcox | 1 | -0/+1 | |
2019-11-19 | Qt UI: Fix small memory leak issues | A. Wilcox | 3 | -3/+14 | |
2019-11-19 | Qt UI: Note whether networking is enabled or disabled | A. Wilcox | 1 | -1/+5 | |
2019-11-19 | Qt UI: Add UI.Firmware page | A. Wilcox | 6 | -0/+145 | |
2019-11-18 | Qt UI: More Wireless fun | A. Wilcox | 1 | -2/+2 | |
2019-11-18 | Qt UI: Simplify wifi logic and fix passphrase design | A. Wilcox | 1 | -8/+9 | |
2019-11-18 | Qt UI: Fix small logic errors in wireless network code | A. Wilcox | 1 | -2/+3 | |
2019-11-18 | Qt UI: Wire up wireless network list to do something | A. Wilcox | 2 | -4/+57 | |
2019-11-18 | Qt UI: Sort wireless network list by signal strength | A. Wilcox | 1 | -1/+14 | |
2019-11-18 | Qt UI: Handle the other type of NULL SSID string | A. Wilcox | 1 | -0/+3 | |
2019-11-18 | Qt UI: Store flags away for a rainy day | A. Wilcox | 1 | -0/+2 | |
2019-11-18 | Qt UI: Use MAC address stringification for Wi-Fi BSSID | A. Wilcox | 1 | -1/+2 | |
2019-11-18 | Qt UI: Factor out MAC address stringify to function | A. Wilcox | 2 | -10/+14 | |
2019-11-17 | Qt UI: Success is 1, not 0 | A. Wilcox | 1 | -1/+1 | |
2019-11-17 | Qt UI: Surround skarnet includes with 'extern C' | A. Wilcox | 1 | -0/+2 | |
2019-11-17 | Qt UI: Let libwpactrl parse scan results | A. Wilcox | 1 | -47/+28 | |
2019-11-17 | Qt UI: Use monotonic clock for STAMP | A. Wilcox | 1 | -0/+2 | |
2019-11-17 | Build: Don't assume skarnet is installed globally | A. Wilcox | 1 | -1/+1 | |
2019-11-17 | Qt UI: Parse network information more correctly | A. Wilcox | 1 | -5/+8 | |
2019-11-17 | Qt UI: Update STAMP before running callback code | A. Wilcox | 1 | -0/+1 | |
2019-11-17 | Qt UI: Ensure notify starts life as a nullptr | A. Wilcox | 1 | -0/+1 | |
2019-11-17 | Qt UI: Re-enable scan button when scan is finished | A. Wilcox | 1 | -0/+1 | |
2019-11-17 | Qt UI: Handle wireless network scan | A. Wilcox | 1 | -9/+79 | |
2019-11-16 | Qt UI: Handle wpactrl_start errors better | A. Wilcox | 1 | -1/+2 | |
2019-11-16 | Qt UI: Provide wireless debugging codes | A. Wilcox | 1 | -2/+3 | |