Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Interfaces: Move iface structure to a separate file and use it in view to ↵ | Ted Trask | 2012-12-06 | 1 | -0/+61 |
determine which options to display The previous method meant that each option was defined in both the model and in the view. Now, everything is defined in the model, and the view just hides / shows as desired. |