Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-25 | Qt UI: Fix last remaining papercuts for Mac client | A. Wilcox | 3 | -7/+11 | |
2020-09-24 | Qt UI: Install dracut and easy-boot if bootloader is chosen | A. Wilcox | 1 | -0/+1 | |
2020-09-24 | Qt UI: Add debug support for DHCP page | A. Wilcox | 1 | -0/+5 | |
If you hold CTRL while clicking Continue, you can skip DHCP. | |||||
2020-09-24 | Qt UI: Add help for Wi-Fi page | A. Wilcox | 2 | -0/+27 | |
2020-09-24 | Qt UI: Don't use QSet for mount candidates | A. Wilcox | 1 | -5/+5 | |
2020-09-24 | Qt UI: Don't use deprecated setItemSelected method | A. Wilcox | 1 | -1/+1 | |
2020-09-24 | Qt UI: Explicitly find OpenSSL using CMake | Kiyoshi Aman | 1 | -1/+2 | |
2020-09-24 | Qt UI: Finish redesign of Wi-Fi page (closes #318) | A. Wilcox | 2 | -9/+23 | |
2020-09-24 | Qt UI: Partial redesign of Wi-Fi page (#318) | A. Wilcox | 1 | -6/+28 | |
2020-09-20 | Qt UI: Add ability to format from partition page | A. Wilcox | 3 | -2/+51 | |
2020-09-20 | Qt UI: Set bootloader value correctly | A. Wilcox | 1 | -1/+1 | |
2020-08-30 | Rearchitect how 'bootloader' key works | A. Wilcox | 1 | -1/+1 | |
2020-07-25 | Replace references to ConsoleKit with elogind | A. Wilcox | 1 | -2/+2 | |
2020-07-22 | Add initial MIPS port, sans automatic partitioner | A. Wilcox | 2 | -0/+29 | |
Help with the automatic partitioner by parties interested in the MIPS ports of Adélie (and/or Alpine and/or postmarketOS) would be very desirable. I'm only currently aware myself of how to partition SGI MIPS64 machines. My gut tells me we probably need the `subarch` system like for PPC64, but I am not sure how non-SGI MIPS64 machines need to be partitioned. | |||||
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 | |
* "doc" is a typo; should be "docs". * otter-browser is no longer available. It may be added back at some point. * there is no openjdk8-jdk, only openjdk8-jre and openjdk. Since this is in the programming section I assume they want the whole JDK and not just the runtime environment. Script used to find issues: $ awk -F '\t' '$2 {print $2}' ui/qt5/resources/packages.txt | sort -u > packages_want $ apk search -qx $(cat packages_want) | sort -u > packages_have $ comm -23 packages_want packages_have doc openjdk8-jdk otter-browser This only checked against x86_64 but I think these should all be available for all arches. | |||||
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 | |