Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-25 | Qt UI: Fixes for Installation Environment0.9.9 | A. Wilcox | 1 | -1/+1 | |
Some typos and thinkos managed to slip through CI. Fix those. Fixes: d56707af8b9c ("Add friendly names for keymaps") Fixes: 4e77d86d6fc1 ("Qt UI: Fall back to non-sudo when launching KPM") | |||||
2024-10-04 | Qt UI: Fall back to non-sudo when launching KPM | A. Wilcox | 1 | -0/+5 | |
The inst CD doesn't have sudo on it, because everything is run as root anyway. If we can't start things under sudo, try running them raw. Closes: #397 | |||||
2023-10-29 | Qt UI: Add Advanced Options screen | A. Wilcox | 1 | -2/+11 | |
Allows the user to select arch, repository, signingkey, and version. Closes: #337 | |||||
2023-10-21 | Qt UI: Use sudo to launch Partition Manager | A. Wilcox | 1 | -1/+1 | |
I'm not happy about relying on sudo either, but there's no other good way. Fixes: #368 | |||||
2023-10-18 | Qt UI: Fix Netsurf invocation | A. Wilcox | 1 | -1/+1 | |
netsurf-gtk was renamed netsurf-gtk3 as part of the switch from GTK 2, so we need to launch that binary. See-Also: adelie/packages@635178f5ca Fixes: #365 | |||||
2023-10-05 | Qt UI: QoI improvements to launching tools | A. Wilcox | 1 | -6/+9 | |
* 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. | |||||
2022-07-04 | Qt UI: Use alternative QProcess API | A. Wilcox | 1 | -2/+2 | |
Qt 5.15 deprecates the simpler API, but luckily the more complicated API is supported back to Qt 5.0. | |||||
2020-05-22 | Qt UI: Settle on Netsurf, implement Captive Portal support | A. Wilcox | 1 | -3/+3 | |
2020-02-23 | Qt UI: Add missing What's This and help files | A. Wilcox | 1 | -1/+2 | |
2019-12-06 | Qt UI: Fix intro page text in Runtime Environment | A. Wilcox | 1 | -1/+1 | |
2019-11-29 | Qt UI: Fix up Intro page | A. Wilcox | 1 | -18/+15 | |
2019-11-10 | Qt UI: Change keycodes and labels per discussion with @djt | A. Wilcox | 1 | -5/+4 | |
2019-11-08 | Qt UI: UI.Intro: we don't need nextId for this page | A. Wilcox | 1 | -4/+0 | |
2019-11-08 | Qt UI: Formatting and file heading fixes | A. Wilcox | 1 | -14/+17 | |
2019-11-08 | Qt UI: Implement UI.Intro.Tools | A. Wilcox | 1 | -2/+27 | |
2019-11-08 | Qt UI: Implement UI.Intro.Describe and Elements | A. Wilcox | 1 | -15/+12 | |
2019-11-08 | UI: Import some of the 2016 prototype - welcome to Qt UI development | A. Wilcox | 1 | -0/+62 | |