
cpinkham at bc2va
Oct 1, 2009, 10:18 PM
Post #1 of 1
(439 views)
Permalink
|
|
Re: [mythtv-commits] mythtv commit: r22169 by cpinkham
|
|
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 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 > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits -- Chris _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|