[mythtv-commits] Ticket #1193: Overscan: LiveTV OSD is Shifted Up and Left

MythTV mythtv at cvs.mythtv.org
Mon Aug 14 14:19:48 UTC 2006


#1193: Overscan: LiveTV OSD is Shifted Up and Left
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk
     Type:  patch      |       Status:  closed 
 Priority:  minor      |    Milestone:  0.21   
Component:  mythtv     |      Version:  head   
 Severity:  low        |   Resolution:  fixed  
-----------------------+----------------------------------------------------
Changes (by danielk):

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

Comment:

 (In [10763]) Fixes #1193. Work around bug in Qt QRect(QPoint, QPoint)
 constructor properly.

 Janne discovered that this Qt constuctor inexplicably adds 1 to the x and
 y of the lower right point. This removes the overscan hack we used before
 and uses a non-broken QRect constructor instead.

 Removing the old hack fixes #1193 (OSD offset for large overscan values)
 and this makes the non-overscan case pixel exact so we don't lose the last
 column of the OSD when not using overscan.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1193#comment:9>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list