Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -3/+2 | |
2020-02-23 | DiskMan: Allow sector size of disk to be retrieved | A. Wilcox | 3 | -5/+9 | |
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-23 | hscript: Handle Partition type codes | A. Wilcox | 2 | -2/+28 | |
2020-02-23 | HorizonScript: Add 'bios' and 'prep' flags for Partition key | A. Wilcox | 1 | -0/+2 | |
2020-02-22 | hscript: Add HFS+ support to Filesystem key | A. Wilcox | 2 | -1/+8 | |
2020-02-22 | Vision: Add HFS+ as a required supported file sys | A. Wilcox | 1 | -0/+1 | |
HFS+ is required to install on Power Macintosh, and is also required to be able to side-by-side on an Intel Macintosh. | |||||
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 | |
When F8 is bound to both, pressing F8 on the penultimate page (currently the Accounts page) will send a clicked event to both Next and Finish. This means that the Commit (or Writeout) page will never be shown if the user is using keyboard-only input. | |||||
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 | |
Thanks @djt for suggesting this. | |||||
2020-02-18 | Qt UI: Implement UI.Partition.Install.Manual and some of UI.Partition.Runtime* | A. Wilcox | 4 | -0/+104 | |
2020-02-18 | Git: Ignore .cmake directory | A. Wilcox | 1 | -0/+1 | |
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-18 | DiskMan: Add ability to reload partition table dynamically | A. Wilcox | 2 | -13/+42 | |
2020-02-16 | Qt UI: Add UI.Partition.Install.UserPrompt page | A. Wilcox | 6 | -5/+191 | |
2020-02-14 | README: Slight tweaks | A. Wilcox | 1 | -17/+17 | |
2020-02-14 | Qt UI: Move Firmware page before Partition | A. Wilcox | 2 | -10/+10 | |
This ensures that disk controllers that need firmware can have it loaded. | |||||
2020-02-14 | Qt UI: Add Disk Selection screen | A. Wilcox | 11 | -3/+140 | |
2020-02-12 | DiskMan: Add library usage sample | A. Wilcox | 1 | -0/+31 | |
2020-02-12 | Qt UI: Initial pass at collecting disks for UI.Partition.Install* | A. Wilcox | 9 | -3/+208 | |
2020-02-12 | DiskMan: Fix all memory leaks | A. Wilcox | 3 | -12/+28 | |
2020-02-12 | DiskMan: Add partition support, codify the source of creation objects | A. Wilcox | 5 | -35/+267 | |
2020-02-11 | Merge branch 'feature/boost-program-options' into 'master' | A. Wilcox | 9 | -7064/+107 | |
Use Boost program_options instead of vendoring clipp See merge request adelie/horizon!1 | |||||
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 9 | -7064/+107 | |
This changes how options are parsed a bit, but tests are happy and typical usage is unaffected; just the usage screen is different. This was intended for post-1.0, but turns out I decided to do it. Boost is already required for pre-C++11, so it doesn't seem like a big deal to use. If you don't build the tools, it won't be required. | |||||
2020-02-11 | Enter DiskMan | A. Wilcox | 11 | -6/+328 | |
2020-02-11 | hscript: Turn on network interfaces in Install Env when network is true | A. Wilcox | 1 | -1/+13 | |
2020-02-10 | Qt Runner: Handle command line arguments, including --automatic | A. Wilcox | 1 | -1/+27 | |
2020-02-10 | Qt Runner: Handle executor process failing to start at all | A. Wilcox | 2 | -0/+9 | |
2020-02-10 | Qt Runner: Add method to automatically close after completion | A. Wilcox | 4 | -3/+22 | |
2020-02-10 | Qt UI: Improvements to the Runner's Error Page | A. Wilcox | 3 | -8/+43 | |
2020-02-10 | Qt UI: Fixes and additions for manual net config | A. Wilcox | 1 | -5/+62 | |
* Interface is now selectable when multiple interfaces are available. * Interface can be input in the Runtime Environment. * v4 prefix is disabled when Enable IPv4 is unticked. * v6 use is toggled by Enable IPv6 tick box. | |||||
2020-02-10 | Qt UI: Wire up manual network page for prefix lengths | A. Wilcox | 2 | -0/+20 | |
2020-02-10 | Qt 5: Small tweaks to SubnetBox | A. Wilcox | 2 | -0/+15 | |
* Add setSubnetCIDR, to programmatically change the value. * Add signal for when the value changes. * Ensure the proper amount of .0 octets are appended when the spinbox changes. | |||||
2020-02-10 | Qt UI: Add subnet input widget | Kiyoshi Aman | 3 | -0/+106 | |
2020-02-10 | Qt UI: Initial work for manual network configuration | A. Wilcox | 4 | -0/+196 | |
2020-02-10 | Qt UI: Disable kernel selection for now | A. Wilcox | 1 | -2/+2 | |
2020-02-09 | hscript: Factor subnet -> CIDR conversion to util function | A. Wilcox | 3 | -10/+24 | |
* Also ensures that the unused function in util/net (is_url_valid) doesn't break the build of network.cc (and vis versa for user.cc). | |||||
2020-02-09 | tests: Add test for IPv4 subnet -> CIDR conversion | A. Wilcox | 1 | -1/+7 | |
2020-02-09 | Qt UI: Initial work for backend support of manual net config | A. Wilcox | 2 | -3/+42 | |
2020-02-09 | Qt UI: Handbook, not Guide | A. Wilcox | 1 | -2/+2 | |
2020-02-07 | Qt UI: Factor out steps to StepProgressWidget | A. Wilcox | 7 | -149/+207 | |