summaryrefslogtreecommitdiff
path: root/ui/qt5/resources
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19Qt UI: Fix a few issues in the custom packages listMax Rees1-3/+2
* "doc" is a typo; should be "docs". * otter-browser is no longer available. It may be added back at some point. * there is no openjdk8-jdk, only openjdk8-jre and openjdk. Since this is in the programming section I assume they want the whole JDK and not just the runtime environment. Script used to find issues: $ awk -F '\t' '$2 {print $2}' ui/qt5/resources/packages.txt | sort -u > packages_want $ apk search -qx $(cat packages_want) | sort -u > packages_have $ comm -23 packages_want packages_have doc openjdk8-jdk otter-browser This only checked against x86_64 but I think these should all be available for all arches.
2020-05-22Qt UI: Add remaining needed help filesA. Wilcox8-0/+134
2020-02-23Qt UI: Add missing What's This and help filesA. Wilcox7-9/+69
2020-02-14Qt UI: Add Disk Selection screenA. Wilcox2-0/+0
2020-02-12Qt UI: Initial pass at collecting disks for UI.Partition.Install*A. Wilcox1-0/+0
2019-12-14Qt UI: Implement custom package selectionA. Wilcox1-0/+62
2019-12-07Qt UI: Implement UI.Finish requirementsA. Wilcox2-0/+0
2019-11-29Qt UI: Fix some of the Intro help screenA. Wilcox1-7/+7
2019-11-27Qt UI: Add root passphrase pageA. Wilcox1-0/+0
2019-11-20Qt UI: Add new Account watermarksA. Wilcox2-0/+0
2019-11-20Qt UI: Run OptiPNG to reduce PNG sizeA. Wilcox6-0/+0
2019-11-19Qt UI: Add UI.Boot pageA. Wilcox1-0/+46
2019-11-19Qt UI: Fix package help textA. Wilcox1-13/+22
2019-11-19Qt UI: Add UI.Firmware pageA. Wilcox1-0/+49
2019-11-15Qt UI: Add UI.Network.Automatic page and logicA. Wilcox1-0/+15
2019-11-14Qt UI: Add UI.SysMeta.Hostname pageA. Wilcox1-0/+16
2019-11-14Qt UI: Implement UI.SysMeta.DateTime/Timezone pageA. Wilcox1-0/+17
2019-11-10Qt UI: Change keycodes and labels per discussion with @djtA. Wilcox1-4/+4
2019-11-10Qt UI: Finish implementing UI.Network.ChooseIface and add help docA. Wilcox1-0/+21
2019-11-09Qt UI: Add input page help screenA. Wilcox1-0/+8
2019-11-08Qt UI: Implement UI.Intro.Describe and ElementsA. Wilcox1-6/+47
2019-11-08UI: Import some of the 2016 prototype - welcome to Qt UI developmentA. Wilcox10-0/+52