Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-19 | Qt UI: Fix a few issues in the custom packages list | Max Rees | 1 | -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-22 | Qt UI: Add remaining needed help files | A. Wilcox | 8 | -0/+134 | |
2020-02-23 | Qt UI: Add missing What's This and help files | A. Wilcox | 7 | -9/+69 | |
2020-02-14 | Qt UI: Add Disk Selection screen | A. Wilcox | 2 | -0/+0 | |
2020-02-12 | Qt UI: Initial pass at collecting disks for UI.Partition.Install* | A. Wilcox | 1 | -0/+0 | |
2019-12-14 | Qt UI: Implement custom package selection | A. Wilcox | 1 | -0/+62 | |
2019-12-07 | Qt UI: Implement UI.Finish requirements | A. Wilcox | 2 | -0/+0 | |
2019-11-29 | Qt UI: Fix some of the Intro help screen | A. Wilcox | 1 | -7/+7 | |
2019-11-27 | Qt UI: Add root passphrase page | A. Wilcox | 1 | -0/+0 | |
2019-11-20 | Qt UI: Add new Account watermarks | A. Wilcox | 2 | -0/+0 | |
2019-11-20 | Qt UI: Run OptiPNG to reduce PNG size | A. Wilcox | 6 | -0/+0 | |
2019-11-19 | Qt UI: Add UI.Boot page | A. Wilcox | 1 | -0/+46 | |
2019-11-19 | Qt UI: Fix package help text | A. Wilcox | 1 | -13/+22 | |
2019-11-19 | Qt UI: Add UI.Firmware page | A. Wilcox | 1 | -0/+49 | |
2019-11-15 | Qt UI: Add UI.Network.Automatic page and logic | A. Wilcox | 1 | -0/+15 | |
2019-11-14 | Qt UI: Add UI.SysMeta.Hostname page | A. Wilcox | 1 | -0/+16 | |
2019-11-14 | Qt UI: Implement UI.SysMeta.DateTime/Timezone page | A. Wilcox | 1 | -0/+17 | |
2019-11-10 | Qt UI: Change keycodes and labels per discussion with @djt | A. Wilcox | 1 | -4/+4 | |
2019-11-10 | Qt UI: Finish implementing UI.Network.ChooseIface and add help doc | A. Wilcox | 1 | -0/+21 | |
2019-11-09 | Qt UI: Add input page help screen | A. Wilcox | 1 | -0/+8 | |
2019-11-08 | Qt UI: Implement UI.Intro.Describe and Elements | A. Wilcox | 1 | -6/+47 | |
2019-11-08 | UI: Import some of the 2016 prototype - welcome to Qt UI development | A. Wilcox | 10 | -0/+52 | |