[mythtv-commits] mythtv commit: r10052 - in trunk/mythtv/programs by rtsai

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun May 28 14:29:23 UTC 2006


      Author: rtsai
        Date: 2006-05-28 14:29:22 +0000 (Sun, 28 May 2006)
New Revision: 10052
   Changeset: http://cvs.mythtv.org/trac/changeset/10052

Modified:

   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.h

Log:

In the TV Settings -> Playback, the "View Recordings (Recording
Groups)" screen now provides a triggered combo box when the default
view is "Titles Only". When the default view is "Titles Only", a
secondary combo box appears with the options to sort "Alphabetically"
(ignoring English "A|An|The" articles) or "By Recording Priority". If
the default view is anything else, there are no other sub-options.

When in the "Watch Recordings" screen, if the default view was
configured as "Titles Only, sort by Recording Priority", then the left
pane of titles will be sorted by descending Recording Priority
("important" titles listed first).

Also:

 * Clean up use of constants with named enum values.
 * Clean up use of multiple boolean flags with a single "mask" for
   more concise expressions of flag combinations.

Closes #690






More information about the mythtv-commits mailing list