[mythtv-commits] mythtv/master commit: 87b89dee6 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Mon Oct 17 05:06:49 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-10-16T21:59:55-07:00
   Push Date:  2011/10/16 22:06:37 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  87b89dee6c8c6a4ffd89ca5857de4a4e791fcd82
   Changeset:  https://github.com/MythTV/mythtv/commit/87b89dee6

Log:

Add a new EventCmdScreenType MythSystemEvent.

Add a new System Event that is sent out whenever a new screen is
created or an existing screen is destroyed.  This will allow users
to take external actions whenever an application enters or leaves
a screen/dialog.

The system event is SCREEN_TYPE and the setting name is
EventCmdScreenType.  The first argument in the %ARGS% value is
either 'CREATED' or 'DESTROYED' depending on whether a MythScreenType
was created or destroyed.

Fixes #9395.

Modified:

   mythtv/libs/libmythtv/mythsystemevent.cpp
   mythtv/libs/libmythui/mythscreentype.cpp



More information about the mythtv-commits mailing list