Age | Commit message (Expand) | Author | Files | Lines |
2019-12-06 | Qt UI: Fix Wi-Fi page build in Runtime Environment | A. Wilcox | 1 | -1/+5 |
2019-12-05 | Qt UI: Initial draft of outputting a HorizonScript file from the UI | A. Wilcox | 3 | -1/+142 |
2019-12-05 | Actually refactor valid_keymaps into a reusable component | A. Wilcox | 1 | -13/+1 |
2019-12-04 | Qt UI: Allow public to access account widgets | A. Wilcox | 1 | -1/+0 |
2019-12-04 | Qt UI: Add the musl SHA-512 crypt(3) code | A. Wilcox | 2 | -0/+372 |
2019-12-04 | Qt UI: Fix choosing timezones | A. Wilcox | 2 | -4/+6 |
2019-12-01 | Qt UI: Add the word 'security' to appease 30% of bikeshedders | A. Wilcox | 1 | -1/+1 |
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 |
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 |