summaryrefslogtreecommitdiff
path: root/ui/qt5/pkgsimple.cc
AgeCommit message (Collapse)AuthorFilesLines
2023-12-06Qt UI: Use single line for simple descriptionsA. Wilcox1-2/+2
This makes it fit in the alloted size.
2023-12-06Qt UI: Refactor package selection page, againA. Wilcox1-36/+41
* Allows one to choose Standard, Mobile, or Compact of any DE. * Refactor automatic package selection to better reflect what users are likely to expect from their selection. * Use tabs to separate graphical desktop, text-only / server, and custom options. This will allow us to add more options later, as well. * Fit in given size.
2023-10-28Qt UI: Enlarge wizard and re-layout pkg/net pagesA. Wilcox1-21/+29
This ensures that buttons and labels are not cut off.
2023-03-25Qt UI: Support DE choice, current as defaultA. Wilcox1-17/+62
In the Runtime Environment, we default to Plasma. In the Install Environment, we use the current desktop. Closes: #340
2022-07-04Qt UI: Port to using heavier buttonClicked signalA. Wilcox1-4/+4
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.
2020-05-17Qt UI: Add What's This to all controls missing itA. Wilcox1-0/+5
2019-12-13Qt UI: Handle edge case (see comment)A. Wilcox1-0/+24
2019-11-19Qt UI: Ensure 'Standard' is ticked by defaultA. Wilcox1-4/+7
2019-11-19Qt UI: Tiny tweak to UI.Packages.SimpleSel page textA. Wilcox1-1/+1
2019-11-19Qt UI: Implement UI.Packages.SimpleSelA. Wilcox1-0/+103