summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-15Qt UI: Update signing keysZach van Rijn1-25/+12
We rotated our keys in 2022 and need to use them.
2023-03-26CMake: Disable use of std::filesystemA. Wilcox1-5/+5
Causes Valgrind to report memory errors on GCC 8.5.0.
2023-03-26CMake: Set CWD for Valgrind testsA. Wilcox2-2/+4
This ensures that our .valgrindrc is picked up.
2023-03-25Qt UI: Use Plasma as the defaultA. Wilcox1-0/+1
Prevents us from falling off the end of the function.
2023-03-25Qt UI: Support DE choice, current as defaultA. Wilcox4-24/+94
In the Runtime Environment, we default to Plasma. In the Install Environment, we use the current desktop. Closes: #340
2023-03-25image: C++2x and Boost.Filesystem fixesA. Wilcox3-10/+11
* Ensure that Boost.Filesystem is still usable. * Don't use a reference to a temporary in loops. Fixes: #333
2023-03-25meta: Tidy codeA. Wilcox1-3/+4
* Use <cassert> instead of <assert.h>. * Include <cstring> for ::strerror in install env. * Consistently use ::strerror. * Remove superfluous duplicate semicolon. Fixes: #334
2022-09-04Release version 0.9.70.9.7Zach van Rijn1-1/+56
2022-09-04Remove Dockerized documentation generator.Zach van Rijn2-17/+0
2022-07-05tests: Fix, once and for allA. Wilcox1-1/+1
2022-07-05tests: Add an stdout check to the simulator checkA. Wilcox1-0/+1
There's a weird failure that is hard to debug, and this will help. Additionally, this shouldn't cause any issues on passing builds.
2022-07-05tests: Ensure Ruby is always in UTF-8 modeA. Wilcox3-0/+7
This ensures that tests pass even when run in other locales.
2022-07-05CI: Make test environment more predictibleA. Wilcox1-2/+2
Set LANG to C.UTF-8 to ensure that UTF-8 tests don't fail (such as the username example that has 'Adélie User').
2022-07-05hscript: Better, more portable net conf readingA. Wilcox1-2/+2
Checking in_avail doesn't work correctly on Darwin due to the way file caches work there. This method is not only more portable, but also more performant. A win-win!
2022-07-05Qt UI: Handle salt material correctlyA. Wilcox1-3/+3
Found by Clang 13. We should have been doing it this way all along.
2022-07-05hscript: Portability fixes for libc++A. Wilcox2-2/+3
2022-07-04Qt UI: Use correct SkipEmptyParts based on Qt SDKA. Wilcox1-1/+5
2022-07-04Qt UI: Refactor mount dialog partition displayA. Wilcox1-5/+9
*once again*, do things the more complex way instead of the simple way. (Sensing a pattern yet?!)
2022-07-04Qt UI: Port to using heavier buttonClicked signalA. Wilcox5-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-04Qt UI: Use newer QPalette nameA. Wilcox1-1/+1
QPalette::background was deprecated a long time ago, and QPalette::window has existed since at least 5.7.
2022-07-04Qt UI: Use alternative QProcess APIA. Wilcox3-4/+4
Qt 5.15 deprecates the simpler API, but luckily the more complicated API is supported back to Qt 5.0.
2022-07-04Qt UI: Use 'tain' instead of 'tain_t'A. Wilcox2-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-23Merge branch 'offer-sddm-option' into 'current'Zach van Rijn1-0/+1
Qt UI: Offer SDDM as an option for Custom installs See merge request adelie/horizon!6
2022-01-23Qt UI: Offer SDDM as an option for Custom installsA. Wilcox1-0/+1
2022-01-23Merge branch 'docs-by-default' into 'current'Zach van Rijn1-1/+1
Qt UI: Select 'docs' package for Standard/Mobile See merge request adelie/horizon!5
2022-01-23Qt UI: Select 'docs' package for Standard/MobileA. Wilcox1-1/+1
2022-01-15README: and, finally, the real fixA. Wilcox1-1/+1
2022-01-15README: Ordering is importantA. Wilcox1-1/+1
2022-01-15README: Fix build badgeA. Wilcox1-1/+1
2022-01-15README: Update branch nameA. Wilcox1-2/+2
2022-01-15Update documentation for new URLs etcA. Wilcox4-22/+14
2021-10-21bump alpine base image { 3.13 --> 3.14 }Zach van Rijn1-1/+1
2021-06-01Dockerize Horizon docs too, but TODO fix CORS nonsense (or migrate these ↵Zach van Rijn4-4/+22
docs and forget that).
2021-05-05Fix links (move from 'horizon.a.o' --> 'a.o/horizon').Zach van Rijn1-13/+13
2020-11-07Update CHANGELOG0.9.6A. Wilcox1-0/+35
2020-10-15image: Tar backend: Fix symlink issuesA. Wilcox1-4/+11
2020-10-15tests: Don't depend on any ordering of /e/c/netA. Wilcox1-8/+8
2020-10-15hscript: bootloader: Hopefully fix EFI once and for allA. Wilcox1-6/+7
2020-10-15Add many more various test casesA. Wilcox20-25/+220
2020-10-15hscript: PPPoE: Ensure values are read properlyA. Wilcox1-1/+1
2020-09-30meta: Run update-boot when bootloader requestedA. Wilcox1-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-27Release version 0.9.50.9.5A. Wilcox1-0/+41
2020-09-27Don't be fooled by fruity compilersA. Wilcox2-3/+1
2020-09-25Qt UI: Fix last remaining papercuts for Mac clientA. Wilcox3-7/+11
2020-09-24Qt UI: Install dracut and easy-boot if bootloader is chosenA. Wilcox1-0/+1
2020-09-24Qt UI: Add debug support for DHCP pageA. Wilcox1-0/+5
If you hold CTRL while clicking Continue, you can skip DHCP.
2020-09-24Qt UI: Add help for Wi-Fi pageA. Wilcox2-0/+27
2020-09-24Qt UI: Don't use QSet for mount candidatesA. Wilcox1-5/+5
2020-09-24Qt UI: Don't use deprecated setItemSelected methodA. Wilcox1-1/+1
2020-09-24Qt UI: Explicitly find OpenSSL using CMakeKiyoshi Aman1-1/+2