Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-14 | Qt UI: Implement UI.Writeout.Explain | A. Wilcox | 1 | -0/+13 | |
2019-12-14 | Qt UI: Implement user avatar selection | A. Wilcox | 7 | -2/+127 | |
2019-12-14 | Qt UI: Skip empty components of GECOS name when creating username | A. Wilcox | 2 | -1/+4 | |
2019-12-14 | Qt UI: Lessen scope of 'indent' in PkgItemModel::loadPackages | A. Wilcox | 1 | -2/+2 | |
2019-12-14 | Qt UI: Implement custom package selection | A. Wilcox | 8 | -0/+526 | |
2019-12-14 | Qt UI: Add splash | A. Wilcox | 1 | -0/+30 | |
2019-12-13 | Qt UI: Handle edge case (see comment) | A. Wilcox | 4 | -12/+70 | |
2019-12-13 | Qt UI: Handle cancel/exit of wizard using the proper pattern | A. Wilcox | 2 | -23/+22 | |
2019-12-13 | Qt UI: runner: Add error page | A. Wilcox | 7 | -2/+158 | |
2019-12-09 | Qt UI: Install iproute2 if networking is enabled | A. Wilcox | 1 | -0/+1 | |
2019-12-07 | Qt UI: Implement UI.Finish requirements | A. Wilcox | 6 | -3/+49 | |
2019-12-07 | Qt UI: Add executor/runner | A. Wilcox | 10 | -1/+434 | |
2019-12-07 | hscript: UserPassphrase: Ensure simulated runs don't actually set passwords | A. Wilcox | 1 | -0/+1 | |
2019-12-07 | Qt UI: scanner,camera groups don't exist in system /etc/groups | A. Wilcox | 1 | -2/+2 | |
2019-12-06 | Qt UI: Implement UI.Packages.Choices requirements | A. Wilcox | 5 | -0/+200 | |
2019-12-06 | Qt UI: Implement UI.Writeout and UI.Commit requirements | A. Wilcox | 7 | -5/+208 | |
2019-12-06 | Qt UI: Ensure kernel is installed, and GRUB if selected | A. Wilcox | 1 | -0/+7 | |
2019-12-06 | Qt UI: Fix intro page text in Runtime Environment | A. Wilcox | 1 | -1/+1 | |
2019-12-06 | Qt UI: Fix networking page in Runtime Environment | A. Wilcox | 1 | -7/+14 | |
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 | 3 | -23/+32 | |
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 | |
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-23 | devel: tiny fix | A. Wilcox | 1 | -3/+3 | |
2019-11-23 | devel: Update home page for more detail and clarity | A. Wilcox | 1 | -22/+19 | |
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 | Add LGPL-3.0-only Section library to 3rdparty libs | A. Wilcox | 2 | -0/+149 | |
2019-11-19 | Qt UI: Tiny tweak to UI.Packages.SimpleSel page text | A. Wilcox | 1 | -1/+1 | |