[mythtv-commits] mythtv commit: r8040 - in trunk/mythtv by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Nov 25 14:15:07 EST 2005


      Author: paulh
        Date: 2005-11-25 19:15:04 +0000 (Fri, 25 Nov 2005)
New Revision: 8040
   Changeset: http://cvs.mythtv.org/trac/changeset/8040

Added:

   trunk/mythtv/libs/libmythtv/progdetails.cpp
   trunk/mythtv/libs/libmythtv/progdetails.h
   trunk/mythtv/themes/default/pd-back-reg.png
   trunk/mythtv/themes/default/pd-back-sel.png
   trunk/mythtv/themes/default/progdetails-ui.xml

Modified:

   trunk/mythtv/libs/libmyth/mythdialogs.cpp
   trunk/mythtv/libs/libmyth/mythdialogs.h
   trunk/mythtv/libs/libmyth/uitypes.cpp
   trunk/mythtv/libs/libmyth/uitypes.h
   trunk/mythtv/libs/libmyth/xmlparse.cpp
   trunk/mythtv/libs/libmyth/xmlparse.h
   trunk/mythtv/libs/libmythtv/libmythtv.pro
   trunk/mythtv/libs/libmythtv/programinfo.cpp
   trunk/mythtv/programs/mythwelcome/images/mw_text_button_on.png

Log:

Add new UIType (UIRichTextType) that can display and scroll up/down
text formatted using rich text tags.

See http://doc.trolltech.com/3.3/qstylesheet.html#details for a full
list of supported tags.

Add new ProgDetails themed dialog that uses the new uitype to display
program details.

This commit fixes a problem where the text would often overflow the 
screen in the old program details dialog. Also makes it more readable 
by using some simple text formatting.




More information about the mythtv-commits mailing list