
cpinkham at bc2va
Oct 1, 2009, 8:39 PM
Post #1 of 1
(401 views)
Permalink
|
|
Re: [mythtv-commits] mythtv commit: r22168 by cpinkham
|
|
The commit below will require a 'make clean', but so will a few others that will be committed soon that are related to this. I did not update the binary version in this particular commit, but it will be in one of the later ones. * On Fri Oct 02, 2009 at 03:28:56AM +0000, mythtv [at] cvs wrote: > Author: cpinkham > Date: 2009-10-02 03:28:56 +0000 (Fri, 02 Oct 2009) > New Revision: 22168 > Changeset: http://cvs.mythtv.org/trac/changeset/22168 > > Modified: > > trunk/mythtv/libs/libmythui/mythpainter_qt.cpp > > Log: > > Fix the QPixmap handling in MythQtImage so that the QPixmap > is only touched from the main UI thread. QPixmap uses some > X calls which should not be accessed from threads other than > the main UI thread. > > m_bRegenPixmap, NeedsRegen(), and RegeneratePixmap() by Isaac Richards. > > Conversion from "QPixmap m_Pixmap" to "QPixmap *m_Pixmap" by me. > > > > > _______________________________________________ > 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
|