Opened 16 years ago
Closed 16 years ago
#7781 closed enhancement (fixed)
Rename inactive state to unselected. Add new inactive state
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.23 |
| Component: | MythTV - User Interface Library | Version: | unknown |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Currently the opposite of selected is inactive, and there is no opposite of active.
This patch makes inactive the opposite of active, and adds an unselected state.
If a theme does not provide a inactive state, the active state will be used.
Patches are also provided to rename the inactive state to unselected in "official" themes.
Attachments (3)
Change History (8)
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 16 years ago
| Milestone: | unknown → 0.23 |
|---|---|
| Status: | assigned → accepted |
comment:3 by , 16 years ago
Per discussion with Stuart, changed the state names: selected -> selectedactive inactive -> selectedinactive Add inactive for unfocused/unselected
comment:5 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
(In [23443]) Rename the button states in the buttonlist to make room for a fourth which represents the unfocused and unselected status, which had been notably missing. This is a disruptive change requiring all themes to be updated, a script has been provided to automate this in #7781. If a theme lacks the new state it will fall back to the old behaviour. Closes #7781

WARNING: This patch requires themers to make changes to existing themes. It doesn't seem like a good idea to commit it this close to a release or two days before the theming competition deadline but better now when we have half a dozen themes, than in 4 months when we have 3 times that number.