[mythtv-commits] mythtv commit: r25852 - in trunk/mythtv/libs by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Aug 25 13:26:18 UTC 2010


      Author: cpinkham
        Date: 2010-08-25 13:26:18 +0000 (Wed, 25 Aug 2010)
New Revision: 25852
   Changeset: http://svn.mythtv.org/trac/changeset/25852

Log:

Rework the animated image loading logic a little bit to fix a bug
which showed up if the image was re-Load()-ed or ::Copy()-ed.
Subsequent Load() calls would cause the image to be loaded once
for every frame in the animated image itself.  The QNetworkDiskCache
in the MythDownloadManager kept this traffic mainly on-box, but we
were hitting the source multiple times to check the last modified date.

This modifies MythUIImage and the binary API version, so make clean, etc..



Modified:

   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythui/mythuiimage.cpp
   trunk/mythtv/libs/libmythui/mythuiimage.h




More information about the mythtv-commits mailing list