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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Aug 12 20:56:31 UTC 2008


      Author: paulh
        Date: 2008-08-12 20:56:30 +0000 (Tue, 12 Aug 2008)
New Revision: 18140
   Changeset: http://cvs.mythtv.org/trac/changeset/18140

Added:

   trunk/mythtv/libs/libmythui/mythuiwebbrowser.cpp
   trunk/mythtv/libs/libmythui/mythuiwebbrowser.h
   trunk/mythtv/themes/default/htmls/
   trunk/mythtv/themes/default/htmls/notfound.html

Modified:

   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythui/libmythui.pro
   trunk/mythtv/libs/libmythui/mythmainwindow.cpp
   trunk/mythtv/libs/libmythui/mythmainwindow.h
   trunk/mythtv/libs/libmythui/xmlparsebase.cpp

Log:

Add a new mythui widget for displaying HTML documents based on QtWebKit.

QtWebKit is only available in Qt4.4.0 or later but because we wish to continue
to support Qt4.3.x until most of the major distros are shipping it there is
two versions of the widget, one for Qt4.3.x which just displays a "This 
feature requires Qt4.4.0 or later" message and a >=Qt4.4.0 version which
provides the full featured widget.

This means you can still use Myth with Qt4.3.x but any new features, or old
ones converted to use the new widget, will have reduced functionality until
you upgrade to Qt4.4.x.

For developers wishing to use the new widget there's some doxygen comments in
mythuiwebbrowser.cpp.





More information about the mythtv-commits mailing list