Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
This ensures that disk controllers that need firmware can have it loaded. | |||||
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 | |
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 | 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 | |
2020-02-07 | Qt 5 UI: Call dhcpcd using full path | A. Wilcox | 1 | -2/+3 | |
2019-12-19 | Qt UI: Add more page definitions, required for the partitioner | A. Wilcox | 2 | -7/+17 | |
2019-12-19 | Qt UI: Early handling of architecture (for the purposes of auto-partitioning ↵ | A. Wilcox | 2 | -0/+93 | |
and RE) | |||||
2019-12-18 | Qt UI: [un]ticking 'Admin' for account changes validity | A. Wilcox | 1 | -0/+3 | |
If a user account is otherwise empty, 'Admin' determines validity. | |||||
2019-12-18 | Qt UI: Make all QLabels word wrap | A. Wilcox | 6 | -2/+10 | |
This is necessary in case someone needs font sizes raised. Otherwise, content may be truncated. | |||||
2019-12-16 | Qt UI: Use stack for ssid/pass variables | A. Wilcox | 1 | -7/+6 | |
2019-12-16 | Qt UI: Handle failures better | A. Wilcox | 1 | -10/+15 | |
If we pop a modal box before disabling the notifier, we'll get multiple messages. When a user clicks OK on the second message, it will attempt to double-free, causing a segfault. Whoops. | |||||
2019-12-16 | Qt UI: Refactor associating | A. Wilcox | 2 | -98/+115 | |
2019-12-16 | Qt UI: Acknowledge wpactrl message *after* saving it | A. Wilcox | 1 | -1/+2 | |
2019-12-16 | Qt UI: Move filtering in the proper place | A. Wilcox | 1 | -3/+4 | |
We restart wpactrl every time we do a new scan (for some reason?), so we need to add the filters when we attempt to join or else they won't be there. | |||||
2019-12-16 | Qt UI: Maybe handle associating correctly | A. Wilcox | 1 | -5/+26 | |
2019-12-15 | Qt UI: Initialise 'dialog' variable properly | A. Wilcox | 1 | -0/+1 | |
2019-12-15 | Qt UI: More Wi-Fi stuff | A. Wilcox | 2 | -5/+58 | |
2019-12-15 | Qt UI: Wait a bit longer for events to process during init | A. Wilcox | 1 | -1/+1 | |
2019-12-15 | Qt UI: Make temp var for string | A. Wilcox | 1 | -2/+4 | |
2019-12-15 | Qt UI: Quote passphrase and SSID | A. Wilcox | 1 | -2/+7 | |
2019-12-14 | Qt UI: Ensure STAMP is updated before attempting to associate | A. Wilcox | 1 | -3/+10 | |
2019-12-14 | Qt UI: First pass at associating with a network | A. Wilcox | 1 | -0/+13 | |
2019-12-14 | Qt UI: Runner: arm64 doesn't understand assert(false) means noreturn; so ↵ | A. Wilcox | 1 | -0/+1 | |
return something | |||||
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 | 5 | -3/+45 | |
2019-12-07 | Qt UI: Add executor/runner | A. Wilcox | 10 | -1/+434 | |
2019-12-07 | Qt UI: scanner,camera groups don't exist in system /etc/groups | A. Wilcox | 1 | -2/+2 | |