[mythtv-commits] mythtv commit: r17097 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Apr 21 12:08:27 UTC 2008


      Author: paulh
        Date: 2008-04-21 12:08:26 +0000 (Mon, 21 Apr 2008)
New Revision: 17097
   Changeset: http://cvs.mythtv.org/trac/changeset/17097

Modified:

   trunk/mythplugins/mythweather/mythweather/main.cpp
   trunk/mythplugins/mythweather/mythweather/sourceManager.cpp
   trunk/mythplugins/mythweather/mythweather/sourceManager.h
   trunk/mythplugins/mythweather/mythweather/weather.cpp
   trunk/mythplugins/mythweather/mythweather/weather.h
   trunk/mythplugins/mythweather/mythweather/weatherSetup.cpp
   trunk/mythplugins/mythweather/mythweather/weatherSetup.h

Log:

Fix a few MythWeather problems.

Fix retrieving the list of scripts caused by the change to Qt4 - 
QDir::entryInfoList() now returns a QList<QFileInfo> and not a
QPtrList<QFileInfo> *.

Start to convert some Qt3 compatibility classes to Qt4 friendly ones.

Fix some SourceManager segfaults when not using background fetching. Both
the Weather screen and the ScreenSetup screen will now create and delete
their own copy of the SourceManager if they are passed a NULL pointer for
the SourceManager.




More information about the mythtv-commits mailing list