[mythtv-commits] Ticket #7249: Enable page-zoom in mythbrowser

MythTV mythtv at cvs.mythtv.org
Tue Oct 6 08:58:07 UTC 2009


#7249: Enable page-zoom in mythbrowser
----------------------------------+-----------------------------------------
 Reporter:  anonymous             |       Owner:  paulh  
     Type:  enhancement           |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  Plugin - MythBrowser  |     Version:  unknown
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 The browser has been redesigned for the new QtWebKit for 0.22, but is
 still using the old zoom functions that is based on font scaling.
 Unfortunately, many web-designers are obsessed with layout control which
 create problems with font-scaling when frames and container-objects have
 fixed size. Recent webkit versions support full-page-zoom which give a
 better result on most webpages. To enable page-zoom in mythbrowser require
 nothing more than a change of zoom method. Three instances of
 "setTextSizeMultiplier" in mythuiwebbrowser.cpp must be replaced with
 "setZoomFactor".

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7249>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list