Opened 14 years ago
Closed 14 years ago
#3089 closed enhancement (fixed)
System Status UI improvements
Reported by: | Owned by: | cpinkham | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The attached patch does two things to improve System Status:
- The up/down keys now wraparound, so you can more easily go from the first item in the list to the last or vice-versa.
- Upon exiting, the previously selected item in the list is saved. So if you frequenty use, say, Machine Status, you don't have to arrow down several times to get to it.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | statusbox.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from Isaac Richards to cpinkham |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12920]) Statusbox changes by Dan Wilga.
Allow up/down keys to wrap around so hitting up on the top item will wrap around to the bottom item and hitting down on the bottom will wrap to the top.
Remember the current position in the list when you exit the status screen and automatically go to that item again when you reenter.
Closes #3089.