[mythtv-commits] mythtv commit: r10752 by adaniels

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Aug 12 03:50:12 UTC 2006


      Author: adaniels
        Date: 2006-08-12 03:50:11 +0000 (Sat, 12 Aug 2006)
New Revision: 10752
   Changeset: http://cvs.mythtv.org/trac/changeset/10752

Modified:

   branches/mythui/mythtv/libs/libmythui/mythlistbutton.cpp
   branches/mythui/mythtv/libs/libmythui/mythlistbutton.h
   branches/mythui/mythtv/libs/libmythui/mythuibutton.cpp
   branches/mythui/mythtv/libs/libmythui/mythuibutton.h

Log:

Made alterations allowing MythListButton and MythUIButton to support multiple
text fields.

MythListButton-
-Abibility to parse xml for number of fields and field width.

MythUIButton-
-Fonts may vary between fields.
-If field width(s) are not specified the unsized fields are given equal width
of the remaining width ((fullWidth - usedWidth) / numRemaining).
-Field width may be specified as a percentage in a float form or by value as an int.

Many other changes to support the above features.





More information about the mythtv-commits mailing list