summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-23assets: Add "Party" Openbox theme for live mediaA. Wilcox7-0/+201
Party with Adélie red title bar like our KDE theme, or ketchup And active title bar text in white, like tooth You could say, this is a party with ketchup and tooth
2020-02-23Qt UI: Add missing What's This and help filesA. Wilcox15-20/+119
2020-02-23Qt UI: Return exit code 1 if Install Env wizard cancelledA. Wilcox1-0/+5
2020-02-23Qt UI: Fix small memory leaksA. Wilcox3-6/+7
2020-02-23Update a few TODOsA. Wilcox2-3/+2
2020-02-23DiskMan: Allow sector size of disk to be retrievedA. Wilcox3-5/+9
2020-02-23Qt UI: Fix issues identified by static analysisA. Wilcox6-27/+26
2020-02-23Qt UI: Initial draft of automatic partitioning systemA. Wilcox2-27/+166
2020-02-23Qt UI: Add horizon-ppc64-detect scriptA. Wilcox2-0/+5
2020-02-23hscript: Handle Partition type codesA. Wilcox2-2/+28
2020-02-23HorizonScript: Add 'bios' and 'prep' flags for Partition keyA. Wilcox1-0/+2
2020-02-22hscript: Add HFS+ support to Filesystem keyA. Wilcox2-1/+8
2020-02-22Vision: Add HFS+ as a required supported file sysA. Wilcox1-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-22Qt UI: Re-load CommitPage if Back is chosenA. Wilcox2-2/+17
2020-02-22Qt UI: Implement UI.Commit.Explain.DiskA. Wilcox1-8/+22
2020-02-22Qt UI: Wire up Partition Choice UI to wizard ivarsA. Wilcox1-0/+16
2020-02-22Qt UI: Move Finish to F10 (see rationale:)A. Wilcox2-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-18Qt UI: Make @alyx and @tecuane happyA. Wilcox1-2/+20
2020-02-18Qt UI: Skip mount page for manual partitioning in Runtime EnvA. Wilcox2-0/+6
2020-02-18Qt UI: Prompt for confirmation if erase disk is chosenA. Wilcox2-0/+14
Thanks @djt for suggesting this.
2020-02-18Qt UI: Implement UI.Partition.Install.Manual and some of UI.Partition.Runtime*A. Wilcox4-0/+104
2020-02-18Git: Ignore .cmake directoryA. Wilcox1-0/+1
2020-02-18Qt UI: Build and run properly in the Runtime EnvA. Wilcox5-5/+42
2020-02-18Qt UI: Specifically note when disks appear emptyA. Wilcox1-3/+12
2020-02-18DiskMan: Add ability to reload partition table dynamicallyA. Wilcox2-13/+42
2020-02-16Qt UI: Add UI.Partition.Install.UserPrompt pageA. Wilcox6-5/+191
2020-02-14README: Slight tweaksA. Wilcox1-17/+17
2020-02-14Qt UI: Move Firmware page before PartitionA. Wilcox2-10/+10
This ensures that disk controllers that need firmware can have it loaded.
2020-02-14Qt UI: Add Disk Selection screenA. Wilcox11-3/+140
2020-02-12DiskMan: Add library usage sampleA. Wilcox1-0/+31
2020-02-12Qt UI: Initial pass at collecting disks for UI.Partition.Install*A. Wilcox9-3/+208
2020-02-12DiskMan: Fix all memory leaksA. Wilcox3-12/+28
2020-02-12DiskMan: Add partition support, codify the source of creation objectsA. Wilcox5-35/+267
2020-02-11Merge branch 'feature/boost-program-options' into 'master'A. Wilcox9-7064/+107
Use Boost program_options instead of vendoring clipp See merge request adelie/horizon!1
2020-02-11Use Boost's program_options instead of vendoring clippCalvin Buckley9-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-11Enter DiskManA. Wilcox11-6/+328
2020-02-11hscript: Turn on network interfaces in Install Env when network is trueA. Wilcox1-1/+13
2020-02-10Qt Runner: Handle command line arguments, including --automaticA. Wilcox1-1/+27
2020-02-10Qt Runner: Handle executor process failing to start at allA. Wilcox2-0/+9
2020-02-10Qt Runner: Add method to automatically close after completionA. Wilcox4-3/+22
2020-02-10Qt UI: Improvements to the Runner's Error PageA. Wilcox3-8/+43
2020-02-10Qt UI: Fixes and additions for manual net configA. Wilcox1-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-10Qt UI: Wire up manual network page for prefix lengthsA. Wilcox2-0/+20
2020-02-10Qt 5: Small tweaks to SubnetBoxA. Wilcox2-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-10Qt UI: Add subnet input widgetKiyoshi Aman3-0/+106
2020-02-10Qt UI: Initial work for manual network configurationA. Wilcox4-0/+196
2020-02-10Qt UI: Disable kernel selection for nowA. Wilcox1-2/+2
2020-02-09hscript: Factor subnet -> CIDR conversion to util functionA. Wilcox3-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-09tests: Add test for IPv4 subnet -> CIDR conversionA. Wilcox1-1/+7
2020-02-09Qt UI: Initial work for backend support of manual net configA. Wilcox2-3/+42