[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jun 4 01:40:04 EDT 2004


----------------------------------------------------------------------------
Changes committed by cpinkham on Fri Jun  4 05:37:55 2004

Modified Files:
   in mythtv:
        settings.pro 
   in mythtv/libs/libmyth:
        mythcontext.h 
   in mythtv/libs/libmythtv:
        remoteutil.cpp remoteutil.h tv_play.cpp 
   in mythtv/programs/mythbackend:
        mainserver.cpp mainserver.h 
Log Message:

Changed way that settings.pro detects linux vs freebsd OS using qmake's
	"unix:linux*:" and "unix:freebsd*:" notation rather than relying on
	uname and "contains".  There seems to be a bug with older QT's
	"contains" implementations.

Added new backend message GET_FREE_RECORDER_COUNT and corresponding
	RemoteGetFreeRecorderCount() function in remoteutil.cpp to allow
	frontend to determine if there are any free recorders.  The OSD
	menu will now only display the PIP options if there is a free
	recorder available to do PIP with.


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


More information about the mythtv-commits mailing list