[mythtv] [mythtv-commits] mythtv commit: r22169 by cpinkham

Chris Pinkham cpinkham at bc2va.org
Fri Oct 2 05:18:45 UTC 2009


I need to make a comment on this commit.  Most of this code
was by Stuart Morgan, but I neglected to state so in my
commit.  I finished it up based on a patch he had been
working on.  I don't want to take credit for the great work
he's done on MythUI.

* On Fri Oct 02, 2009 at 05:11:24AM +0000, mythtv at cvs.mythtv.org wrote:
>       Author: cpinkham
>         Date: 2009-10-02 05:11:23 +0000 (Fri, 02 Oct 2009)
> New Revision: 22169
>    Changeset: http://cvs.mythtv.org/trac/changeset/22169
> 
> Modified:
> 
>    trunk/mythtv/libs/libmythui/mythuihelper.cpp
>    trunk/mythtv/libs/libmythui/mythuihelper.h
>    trunk/mythtv/libs/libmythui/mythuiimage.cpp
>    trunk/mythtv/libs/libmythui/mythuiimage.h
> 
> Log:
> 
> Thread off the loading of images in MythUIImage.  The
> default is to create a thread to load the image unless
> MythUIImage::Load() is called with an argument of 'false'
> or the desired image already exists in the in-memory
> image cache.
> 
> This is part of a few patches to speed up loading of
> artwork, but also affects other MythUIImage use.
> 
> If this causes issues, the default value of 'true' in
> MythUIImage's Load(bool allowLoadInBackground = true)
> can be set to false to disable background loading.
> 
> Again, this will require a 'make clean' since libmythui
> is being touched, but I'm waiting to update the binary
> version until after one more libmyth related change.
> 
> 
> 
> 
> _______________________________________________
> mythtv-commits mailing list
> mythtv-commits at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

--
Chris


More information about the mythtv-dev mailing list