[mythtv-commits] mythtv commit: r12547 by stuartm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jan 16 15:43:45 UTC 2007


      Author: stuartm
        Date: 2007-01-16 15:43:44 +0000 (Tue, 16 Jan 2007)
New Revision: 12547
   Changeset: http://cvs.mythtv.org/trac/changeset/12547

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
   trunk/mythtv/libs/libmythtv/osd.cpp
   trunk/mythtv/libs/libmythtv/osd.h

Log:

Closes #2518 by applying a modified version of the patch, adding time remaining for recordings and time-behind live tv to the OSD.

I've added a new textarea to the 'status' container to hold the extra information, this will allow theme designers to use it only where space allows. None of the OSD themes have been modified to use it yet.

The new element is named extendedslidertext

e.g.
<container name="status">

    <textarea name="extendedslidertext">
        <area>x,y,h,w</area>
        <font>smallfont</font>
    </textarea>
    
</container>





More information about the mythtv-commits mailing list