[mythtv-commits] Ticket #10045: Prevent looping in button list when less than three buttons

MythTV noreply at mythtv.org
Sun Sep 18 12:12:13 UTC 2011


#10045: Prevent looping in button list when less than three buttons
-------------------------------------------------+-------------------------
     Reporter:  Xavier Hervy <xavier.hervy@…>    |      Owner:  stuartm
         Type:  Patch - Feature                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - User Interface Library  |    Version:  Trunk Head
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |  MythUIButtonList
-------------------------------------------------+-------------------------
 This patch intend to improve the usability of mythtv.
 Basically when the user reach the last/first element in a
 MythUIButtonList, MoveDown/MoveUp select the first/last button in the
 list. This behaviour is fine when there is more than 2 items. However when
 there is only 2 items in the list It can be hard for the user to know
 which one is selected vs which one is not (theme dependant).

 This patch disable this behaviour when there is less than 3 buttons.
 MoveDown/MoveUp will stay on the last/first Button when the is less than 3
 buttons in the list.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10045>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list