[mythtv-commits] Ticket #8071: Screenshot from http://<frontendhost>:6547/MythFE/GetScreenShot does not work

MythTV mythtv at cvs.mythtv.org
Sun Sep 12 00:50:03 UTC 2010


#8071: Screenshot from http://<frontendhost>:6547/MythFE/GetScreenShot does not
work
------------------------------------------------+---------------------------
 Reporter:  jason.chambers@…                    |           Owner:  beirdo    
     Type:  defect                              |          Status:  closed    
 Priority:  minor                               |       Milestone:  unknown   
Component:  MythTV - General                    |         Version:  0.22-fixes
 Severity:  medium                              |      Resolution:  fixed     
 Keywords:                                      |   Ticket locked:  0         
------------------------------------------------+---------------------------
Changes (by beirdo):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 (In [26240]) Create a signal/slot in the MythMainWindow to handle remote
 screen shots.  As
 QPixmap doesn't want to capture from anything but the GUI thread, it is
 necessary to actually create it in the GUI thread.  I used
 Qt::BlockingQueuedConnection to block the WorkerThread until the screen
 shot
 has completed.

 Also changed it to use PNG rather than JPG for the remote screen shots as
 this
 can be helpful for people like themers without lossy encoding.

 Fixes #8071

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8071#comment:4>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list