Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-28 | Qt UI: Enlarge wizard and re-layout pkg/net pages | A. Wilcox | 1 | -0/+3 | |
This ensures that buttons and labels are not cut off. | |||||
2023-10-05 | Qt UI: Respawn DHCP page from NetworkingPage, too | A. Wilcox | 1 | -0/+16 | |
We are already recreating the DHCP page every time the interface chooser is shown. However, if we don't do this from the main network page, then systems with a single interface will never recreate the DHCP page. This means failures are "sticky" / "forever". Fixes: #354 | |||||
2022-07-04 | Qt UI: Port to using heavier buttonClicked signal | A. Wilcox | 1 | -1/+1 | |
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-02-23 | Qt UI: Add missing What's This and help files | A. Wilcox | 1 | -2/+5 | |
2020-02-23 | Qt UI: Fix issues identified by static analysis | A. Wilcox | 1 | -8/+8 | |
2019-12-06 | Qt UI: Fix networking page in Runtime Environment | A. Wilcox | 1 | -7/+14 | |
2019-12-01 | Qt UI: Add the word 'security' to appease 30% of bikeshedders | A. Wilcox | 1 | -1/+1 | |
2019-12-01 | Qt UI: Implement UI.Network.AddressType.MaybeNotDisable | A. Wilcox | 1 | -1/+40 | |
2019-12-01 | Qt UI: Drastically simplify Runtime Env NIC selection, keep DHCP setting | A. Wilcox | 1 | -3/+11 | |
2019-11-19 | Qt UI: Use public members instead of fields for non-widget backed answers | A. Wilcox | 1 | -3/+2 | |
2019-11-19 | Qt UI: Note whether networking is enabled or disabled | A. Wilcox | 1 | -1/+5 | |
2019-11-14 | Qt UI: Factor MAC address into base interface list | A. Wilcox | 1 | -1/+1 | |
2019-11-10 | Qt UI: Initial work on Networking page | A. Wilcox | 1 | -22/+37 | |
2019-11-09 | Qt UI: Fix up NetworkingPage to fit with modern style | A. Wilcox | 1 | -9/+16 | |
2019-11-08 | UI: Import some of the 2016 prototype - welcome to Qt UI development | A. Wilcox | 1 | -0/+74 | |