[mythtv-commits] mythtv commit: r13727 by stuartm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jun 18 17:58:54 UTC 2007


      Author: stuartm
        Date: 2007-06-18 17:58:54 +0000 (Mon, 18 Jun 2007)
New Revision: 13727
   Changeset: http://cvs.mythtv.org/trac/changeset/13727

Modified:

   trunk/mythtv/libs/libmyth/uitypes.h
   trunk/mythtv/libs/libmyth/xmlparse.cpp

Log:

Add a "visible" attribute to the image element in themes. Allows an image to be loaded from a theme without being immediately displayed. This means it can be used in other widgets, such UIListBtnTypeItem or only displayed when certain conditions are met.

{{{
<image visible="no">
    <filename>path/to/image</filename>
</image>
}}}

If visible is undefined, then it defaults to 'yes'.






More information about the mythtv-commits mailing list