Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-05 | Qt UI: QoI improvements to launching tools | A. Wilcox | 4 | -6/+30 | |
* Terminal now uses dark background with light text, which makes root prompt readable when started from Install CD. * Tools are now spawned instead of run modally. This means you can interact with the Horizon wizard while using the Terminal or Web browser. If a tool is still running at the end, Horizon will prompt the user before allowing them to commit to disk. | |||||
2023-09-05 | Qt UI: Add MIPS lines back to keygen | A. Wilcox | 1 | -0/+13 | |
Otherwise, we error out building from missing those cases. | |||||
2023-06-15 | Qt UI: Update signing keys | Zach van Rijn | 1 | -25/+12 | |
We rotated our keys in 2022 and need to use them. | |||||
2023-03-25 | Qt UI: Use Plasma as the default | A. Wilcox | 1 | -0/+1 | |
Prevents us from falling off the end of the function. | |||||
2023-03-25 | Qt UI: Support DE choice, current as default | A. Wilcox | 4 | -24/+94 | |
In the Runtime Environment, we default to Plasma. In the Install Environment, we use the current desktop. Closes: #340 | |||||
2022-07-05 | Qt UI: Handle salt material correctly | A. Wilcox | 1 | -3/+3 | |
Found by Clang 13. We should have been doing it this way all along. | |||||
2022-07-04 | Qt UI: Use correct SkipEmptyParts based on Qt SDK | A. Wilcox | 1 | -1/+5 | |
2022-07-04 | Qt UI: Refactor mount dialog partition display | A. Wilcox | 1 | -5/+9 | |
*once again*, do things the more complex way instead of the simple way. (Sensing a pattern yet?!) | |||||
2022-07-04 | Qt UI: Port to using heavier buttonClicked signal | A. Wilcox | 5 | -21/+21 | |
Once again, Qt has taken our simple API away and left us only with the more complex one. At least this one isn't too hard to work around. Move to using QOverload instead of static_cast for all of them as well. | |||||
2022-07-04 | Qt UI: Use newer QPalette name | A. Wilcox | 1 | -1/+1 | |
QPalette::background was deprecated a long time ago, and QPalette::window has existed since at least 5.7. | |||||
2022-07-04 | Qt UI: Use alternative QProcess API | A. Wilcox | 3 | -4/+4 | |
Qt 5.15 deprecates the simpler API, but luckily the more complicated API is supported back to Qt 5.0. | |||||
2022-07-04 | Qt UI: Use 'tain' instead of 'tain_t' | A. Wilcox | 2 | -3/+3 | |
This is required to support the newer skalibs releases. We don't need to have good support for older versions because this code is only used in the Install Environment, which we control. | |||||
2022-01-23 | Merge branch 'offer-sddm-option' into 'current' | Zach van Rijn | 1 | -0/+1 | |
Qt UI: Offer SDDM as an option for Custom installs See merge request adelie/horizon!6 | |||||
2022-01-23 | Qt UI: Offer SDDM as an option for Custom installs | A. Wilcox | 1 | -0/+1 | |
2022-01-23 | Qt UI: Select 'docs' package for Standard/Mobile | A. Wilcox | 1 | -1/+1 | |
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 | |