summaryrefslogtreecommitdiff
path: root/ui/qt5/partitionmanualpage.cc
AgeCommit message (Collapse)AuthorFilesLines
2024-11-25Qt UI: Fixes for Installation Environment0.9.9A. Wilcox1-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-04Qt UI: Fall back to non-sudo when launching KPMA. Wilcox1-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-21Qt UI: Use sudo to launch Partition ManagerA. Wilcox1-1/+1
I'm not happy about relying on sudo either, but there's no other good way. Fixes: #368
2022-07-04Qt UI: Use alternative QProcess APIA. Wilcox1-1/+1
Qt 5.15 deprecates the simpler API, but luckily the more complicated API is supported back to Qt 5.0.
2020-02-23Qt UI: Add missing What's This and help filesA. Wilcox1-1/+3
2020-02-18Qt UI: Skip mount page for manual partitioning in Runtime EnvA. Wilcox1-0/+5
2020-02-18Qt UI: Implement UI.Partition.Install.Manual and some of UI.Partition.Runtime*A. Wilcox1-0/+69