[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Mar 7 05:45:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by nigel on Mon Mar  7 05:43:25 2005

Modified Files:
   in mythtv/programs/mythfrontend:
        globalsettings.cpp 
   in mythtv/libs/libmyth:
        util.h util.cpp mythcontext.cpp 
   in mythtv/libs/libmythtv:
        tv_play.cpp 
Log Message:
Multiple screen sanity (on Mac OS X, and Xinerama).
Qt QApplication::desktop()->width() and height() spans all screens,
which is not what most users want for the Myth user interface.
We now use Qt methods in mythcontext to get the user specified screen's
dimensions as the default screen resolution.
A value of -1 in the Xinerama Screen setting means to span all screens.
This also means the X11-specific code (GetMythTVGeometry() in util.cpp)

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list