Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Merge branch 'docs-by-default' into 'current' | Zach van Rijn | 1 | -1/+1 | |
Qt UI: Select 'docs' package for Standard/Mobile See merge request adelie/horizon!5 | |||||
2022-01-23 | Qt UI: Select 'docs' package for Standard/Mobile | A. Wilcox | 1 | -1/+1 | |
2022-01-15 | README: and, finally, the real fix | A. Wilcox | 1 | -1/+1 | |
2022-01-15 | README: Ordering is important | A. Wilcox | 1 | -1/+1 | |
2022-01-15 | README: Fix build badge | A. Wilcox | 1 | -1/+1 | |
2022-01-15 | README: Update branch name | A. Wilcox | 1 | -2/+2 | |
2022-01-15 | Update documentation for new URLs etc | A. Wilcox | 4 | -22/+14 | |
2021-10-21 | bump alpine base image { 3.13 --> 3.14 } | Zach van Rijn | 1 | -1/+1 | |
2021-06-01 | Dockerize Horizon docs too, but TODO fix CORS nonsense (or migrate these ↵ | Zach van Rijn | 4 | -4/+22 | |
docs and forget that). | |||||
2021-05-05 | Fix links (move from 'horizon.a.o' --> 'a.o/horizon'). | Zach van Rijn | 1 | -13/+13 | |
2020-11-07 | Update CHANGELOG0.9.6 | A. Wilcox | 1 | -0/+35 | |
2020-10-15 | image: Tar backend: Fix symlink issues | A. Wilcox | 1 | -4/+11 | |
2020-10-15 | tests: Don't depend on any ordering of /e/c/net | A. Wilcox | 1 | -8/+8 | |
2020-10-15 | hscript: bootloader: Hopefully fix EFI once and for all | A. Wilcox | 1 | -6/+7 | |
2020-10-15 | Add many more various test cases | A. Wilcox | 20 | -25/+220 | |
2020-10-15 | hscript: PPPoE: Ensure values are read properly | A. Wilcox | 1 | -1/+1 | |
2020-09-30 | meta: Run update-boot when bootloader requested | A. Wilcox | 1 | -6/+20 | |
If the user chooses no-boot or isn't installing Adélie, this will fail quietly. But if the user is installing Adélie, this is necessary to generate bootloader configuration. | |||||
2020-09-27 | Release version 0.9.50.9.5 | A. Wilcox | 1 | -0/+41 | |
2020-09-27 | Don't be fooled by fruity compilers | A. Wilcox | 2 | -3/+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 | tests: Update Simulator spec for new mke2fs param | A. Wilcox | 1 | -3/+3 | |
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-09-20 | hscript: Remount EFI vars correctly | A. Wilcox | 1 | -4/+4 | |
The manpage suggests that MS_BIND must be set to change R/O flag on bindmounts. | |||||
2020-09-20 | hscript: Force extfs creation | A. Wilcox | 1 | -2/+1 | |
This works around the '/dev/xxx already has a filesystem' thing on CLI installs. | |||||
2020-09-20 | ISO backend: Call dracut in chroot | A. Wilcox | 1 | -4/+9 | |
2020-08-30 | Release version 0.9.40.9.4 | A. Wilcox | 1 | -0/+74 | |
2020-08-30 | Rearchitect how 'bootloader' key works | A. Wilcox | 10 | -66/+82 | |
2020-08-29 | boot: Add gfxdetect oneshot | A. Wilcox | 2 | -0/+29 | |
2020-08-29 | image: Convert custom cdinit to Dracut | A. Wilcox | 11 | -106/+34 | |
2020-08-29 | hscript: Allow multiple svcenables to not break | A. Wilcox | 1 | -1/+1 | |
2020-08-22 | Improve test coverage of metadata keys | A. Wilcox | 10 | -21/+112 | |
2020-08-21 | hscript: Parted uses 'mac' for APM labels | A. Wilcox | 2 | -2/+2 | |
2020-07-25 | Replace references to ConsoleKit with elogind | A. Wilcox | 2 | -3/+3 | |