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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 23 13:14:47 UTC 2010


      Author: cpinkham
        Date: 2010-08-23 13:14:47 +0000 (Mon, 23 Aug 2010)
New Revision: 25801
   Changeset: http://svn.mythtv.org/trac/changeset/25801

Log:

Add support for animated images in MythUIImage.  The main use for this is
displaying animated gifs loaded directly from http:// sources such as the
animated radar images that MythWeather will be displaying.

The images are not saved in the image cache currently.  This includes
the on-disk and in-memory caches.  If we are going to cache the individual
images, then we also need to cache the delay values between images, so the
issue of how to store that info needs to be resolved before we can cache
the images themselves.

References #8625.  I'm going to leave the ticket open for now and change
the milestone.  The basic support added in this patch is enough for 0.24
and the caching support will be added post 0.24.



Modified:

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




More information about the mythtv-commits mailing list