summaryrefslogtreecommitdiff
path: root/ui/qt5
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-18Qt UI: Implement UI.Partition.Install.Manual and some of UI.Partition.Runtime*A. Wilcox4-0/+104
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-16Qt UI: Add UI.Partition.Install.UserPrompt pageA. Wilcox6-5/+191
2020-02-14Qt UI: Move Firmware page before PartitionA. Wilcox2-10/+10
2020-02-14Qt UI: Add Disk Selection screenA. Wilcox10-3/+136
2020-02-12Qt UI: Initial pass at collecting disks for UI.Partition.Install*A. Wilcox9-3/+208
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
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
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-09Qt UI: Initial work for backend support of manual net configA. Wilcox2-3/+42
2020-02-09Qt UI: Handbook, not GuideA. Wilcox1-2/+2
2020-02-07Qt UI: Factor out steps to StepProgressWidgetA. Wilcox7-149/+207
2020-02-07Qt 5 UI: Call dhcpcd using full pathA. Wilcox1-2/+3
2019-12-19Qt UI: Add more page definitions, required for the partitionerA. Wilcox2-7/+17
2019-12-19Qt UI: Early handling of architecture (for the purposes of auto-partitioning ...A. Wilcox2-0/+93
2019-12-18Qt UI: [un]ticking 'Admin' for account changes validityA. Wilcox1-0/+3
2019-12-18Qt UI: Make all QLabels word wrapA. Wilcox6-2/+10
2019-12-16Qt UI: Use stack for ssid/pass variablesA. Wilcox1-7/+6
2019-12-16Qt UI: Handle failures betterA. Wilcox1-10/+15
2019-12-16Qt UI: Refactor associatingA. Wilcox2-98/+115
2019-12-16Qt UI: Acknowledge wpactrl message *after* saving itA. Wilcox1-1/+2
2019-12-16Qt UI: Move filtering in the proper placeA. Wilcox1-3/+4
2019-12-16Qt UI: Maybe handle associating correctlyA. Wilcox1-5/+26
2019-12-15Qt UI: Initialise 'dialog' variable properlyA. Wilcox1-0/+1
2019-12-15Qt UI: More Wi-Fi stuffA. Wilcox2-5/+58
2019-12-15Qt UI: Wait a bit longer for events to process during initA. Wilcox1-1/+1
2019-12-15Qt UI: Make temp var for stringA. Wilcox1-2/+4
2019-12-15Qt UI: Quote passphrase and SSIDA. Wilcox1-2/+7
2019-12-14Qt UI: Ensure STAMP is updated before attempting to associateA. Wilcox1-3/+10
2019-12-14Qt UI: First pass at associating with a networkA. Wilcox1-0/+13
2019-12-14Qt UI: Runner: arm64 doesn't understand assert(false) means noreturn; so retu...A. Wilcox1-0/+1
2019-12-14Qt UI: Implement UI.Writeout.ExplainA. Wilcox1-0/+13
2019-12-14Qt UI: Implement user avatar selectionA. Wilcox7-2/+127
2019-12-14Qt UI: Skip empty components of GECOS name when creating usernameA. Wilcox2-1/+4
2019-12-14Qt UI: Lessen scope of 'indent' in PkgItemModel::loadPackagesA. Wilcox1-2/+2
2019-12-14Qt UI: Implement custom package selectionA. Wilcox8-0/+526
2019-12-14Qt UI: Add splashA. Wilcox1-0/+30
2019-12-13Qt UI: Handle edge case (see comment)A. Wilcox4-12/+70
2019-12-13Qt UI: Handle cancel/exit of wizard using the proper patternA. Wilcox2-23/+22
2019-12-13Qt UI: runner: Add error pageA. Wilcox7-2/+158