[mythtv-commits] mythtv commit: r25640 - in trunk/mythtv by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Aug 14 02:38:11 UTC 2010


      Author: markk
        Date: 2010-08-14 02:38:10 +0000 (Sat, 14 Aug 2010)
New Revision: 25640
   Changeset: http://svn.mythtv.org/trac/changeset/25640

Removed:

   trunk/mythtv/libs/libmythtv/tvosdmenuentry.cpp
   trunk/mythtv/libs/libmythtv/tvosdmenuentry.h
   trunk/mythtv/programs/mythfrontend/mythosdmenueditor.cpp
   trunk/mythtv/programs/mythfrontend/mythosdmenueditor.h

Modified:

   trunk/mythtv/libs/libmythtv/libmythtv.pro
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/libs/libmythtv/tv_play.h
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythfrontend/mythfrontend.pro
   trunk/mythtv/themes/MythCenter-wide/config-ui.xml
   trunk/mythtv/themes/Terra/config-ui.xml
   trunk/mythtv/themes/default-wide/config-ui.xml
   trunk/mythtv/themes/default/config-ui.xml

Log:

Reorganise the OSD Menu.

This creates 8 top level menu items - Audio, Video, Subtitles, Navigate,
Schedule, Playback, Source, Jobs - and tries to move the individual menu
options into one of those categories.

The OSD menu settings page is removed and the content of the OSD menu is
no longer configurable. The next step may be to allow this to be
modified through the theme or another xml file.

The names and groupings seem logical enough to me at this point though
it is easy enough to tweak them before 0.24. I'm still not entirely sure
about Playback, Source and Jobs...

Menu loading should now also be marginally faster as several expensive
queries are pushed down one level of the menu.

Also fixes #8063





More information about the mythtv-commits mailing list