Age | Commit message (Expand) | Author | Files | Lines |
2020-06-24 | Fix network state issue on live installs, and firmware install | A. Wilcox | 1 | -0/+2 |
2020-06-23 | Qt UI: Enable udev services when using udev | A. Wilcox | 1 | -0/+3 |
2020-06-22 | CMake: Ensure BCNM is only searched for in UI mode | A. Wilcox | 1 | -0/+5 |
2020-06-19 | Qt UI: fs keys for ESPs should be format "vfat", not "fat32" | Max Rees | 1 | -2/+2 |
2020-06-19 | Qt UI: Fix a few issues in the custom packages list | Max Rees | 1 | -3/+2 |
2020-06-13 | Qt UI: Add SDDM explicitly; use new bootloader key | A. Wilcox | 1 | -17/+11 |
2020-06-13 | Qt UI: Execute: Workaround for network issue | A. Wilcox | 1 | -1/+16 |
2020-06-13 | Qt UI: Execute: Use message buffer; flush log file | A. Wilcox | 2 | -1/+19 |
2020-06-06 | Qt UI: Fix up signing keys and packages/services | A. Wilcox | 1 | -7/+39 |
2020-06-04 | Qt UI: Ensure log is opened when built in release modes | A. Wilcox | 1 | -1/+1 |
2020-05-30 | Qt UI: Use QString arg instead of snprintf to avoid GCC warning | A. Wilcox | 1 | -3/+1 |
2020-05-25 | Qt UI: Generate valid installfile with no custom pkgs | A. Wilcox | 1 | -1/+1 |
2020-05-24 | Qt UI: Root passphrase should be >= 8 chars, not > 8 | A. Wilcox | 1 | -1/+1 |
2020-05-24 | Qt UI: Fix a few issues with the Runtime wizard | A. Wilcox | 4 | -7/+6 |
2020-05-24 | Qt UI: Fix high DPI support | A. Wilcox | 1 | -1/+1 |
2020-05-24 | Qt UI: Support High DPI screens | A. Wilcox | 1 | -0/+1 |
2020-05-23 | Qt UI: Fix building non-install environment | A. Wilcox | 2 | -0/+15 |
2020-05-23 | Qt UI: Ensure manual config isn't shown after DHCP | A. Wilcox | 2 | -5/+10 |
2020-05-23 | Qt UI: Implement custom Wi-Fi network support | A. Wilcox | 4 | -3/+156 |
2020-05-23 | Qt UI: Remove references to QDebug | A. Wilcox | 2 | -2/+0 |
2020-05-22 | Qt UI: Settle on Netsurf, implement Captive Portal support | A. Wilcox | 3 | -19/+32 |
2020-05-22 | Qt UI: Implement Mount Point selection, the last wizard page | A. Wilcox | 6 | -1/+269 |
2020-05-22 | Qt UI: Add remaining needed help files | A. Wilcox | 9 | -0/+139 |
2020-05-17 | Qt UI: Add some Wi-Fi changes from February 23rd I don't remember | A. Wilcox | 2 | -9/+15 |
2020-05-17 | Qt UI: Add What's This to all controls missing it | A. Wilcox | 4 | -0/+10 |
2020-05-17 | Qt Runner: No longer living in a simulation | A. Wilcox | 1 | -3/+2 |
2020-05-17 | all: Add --version and --help support and unify output formats | A. Wilcox | 2 | -1/+25 |
2020-05-16 | Qt UI: Add manual pages | A. Wilcox | 4 | -0/+96 |
2020-03-01 | Qt UI: Add What's This to the rest of the UI | A. Wilcox | 3 | -0/+17 |
2020-02-23 | Qt UI: Add missing What's This and help files | A. Wilcox | 15 | -20/+119 |
2020-02-23 | Qt UI: Return exit code 1 if Install Env wizard cancelled | A. Wilcox | 1 | -0/+5 |
2020-02-23 | Qt UI: Fix small memory leaks | A. Wilcox | 3 | -6/+7 |
2020-02-23 | Update a few TODOs | A. Wilcox | 1 | -2/+2 |
2020-02-23 | Qt UI: Fix issues identified by static analysis | A. Wilcox | 6 | -27/+26 |
2020-02-23 | Qt UI: Initial draft of automatic partitioning system | A. Wilcox | 2 | -27/+166 |
2020-02-23 | Qt UI: Add horizon-ppc64-detect script | A. Wilcox | 2 | -0/+5 |
2020-02-22 | Qt UI: Re-load CommitPage if Back is chosen | A. Wilcox | 2 | -2/+17 |
2020-02-22 | Qt UI: Implement UI.Commit.Explain.Disk | A. Wilcox | 1 | -8/+22 |
2020-02-22 | Qt UI: Wire up Partition Choice UI to wizard ivars | A. Wilcox | 1 | -0/+16 |
2020-02-22 | Qt UI: Move Finish to F10 (see rationale:) | A. Wilcox | 2 | -5/+8 |
2020-02-18 | Qt UI: Make @alyx and @tecuane happy | A. Wilcox | 1 | -2/+20 |
2020-02-18 | Qt UI: Skip mount page for manual partitioning in Runtime Env | A. Wilcox | 2 | -0/+6 |
2020-02-18 | Qt UI: Prompt for confirmation if erase disk is chosen | A. Wilcox | 2 | -0/+14 |
2020-02-18 | Qt UI: Implement UI.Partition.Install.Manual and some of UI.Partition.Runtime* | A. Wilcox | 4 | -0/+104 |
2020-02-18 | Qt UI: Build and run properly in the Runtime Env | A. Wilcox | 5 | -5/+42 |
2020-02-18 | Qt UI: Specifically note when disks appear empty | A. Wilcox | 1 | -3/+12 |
2020-02-16 | Qt UI: Add UI.Partition.Install.UserPrompt page | A. Wilcox | 6 | -5/+191 |
2020-02-14 | Qt UI: Move Firmware page before Partition | A. Wilcox | 2 | -10/+10 |
2020-02-14 | Qt UI: Add Disk Selection screen | A. Wilcox | 10 | -3/+136 |
2020-02-12 | Qt UI: Initial pass at collecting disks for UI.Partition.Install* | A. Wilcox | 9 | -3/+208 |