Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-04 | Qt UI: Port to using heavier buttonClicked signal | A. Wilcox | 1 | -10/+10 | |
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: Fix small memory leaks | A. Wilcox | 1 | -4/+4 | |
2019-12-18 | Qt UI: Make all QLabels word wrap | A. Wilcox | 1 | -0/+3 | |
This is necessary in case someone needs font sizes raised. Otherwise, content may be truncated. | |||||
2019-12-13 | Qt UI: Handle edge case (see comment) | A. Wilcox | 1 | -12/+38 | |
2019-12-06 | Qt UI: Implement UI.Packages.Choices requirements | A. Wilcox | 1 | -0/+128 | |