[mythtv-commits] Ticket #1771: "All Programs" specific ascending/descending order

MythTV mythtv at cvs.mythtv.org
Tue Oct 3 02:03:23 UTC 2006


#1771: "All Programs" specific ascending/descending order
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |        Owner:  danielk
     Type:  patch             |       Status:  closed 
 Priority:  minor             |    Milestone:  0.21   
Component:  mythtv            |      Version:  head   
 Severity:  medium            |   Resolution:  invalid
------------------------------+---------------------------------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 John, I like this functionality, but I don't like the extra configuration
 box. Can you make the PlayBoxOrdering a tri-state instead?

 Make it a ComboBox and use something like:
 {{{
   addSelection("Sort Descending", 0);
   addSelection("Sort Ascending",  1);
   addSelection("Sort Descending except in multiprogram views", 2);
 }}}

 That way no one's existing configuration is effected, and we don't add yet
 another configuration item...

 I'm closing this for now, but please reopen it when you have an updated
 patch, or e-mail me with any questions or concerns.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1771#comment:6>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list