[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2396-gb89b764

Git Repo Owner noreply at mythtv.org
Thu Nov 13 11:02:12 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  b89b764e1de47ae0b471cadd0c74d5709cc3ef76 (commit)
      from  a397b94ffb5cf201aef4fdd9ccd2b28780713bed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b89b764e1de47ae0b471cadd0c74d5709cc3ef76
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 13 Nov 2014 11:01:33 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 13 Nov 2014 11:01:33 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b89b764e1de47ae0b471cadd0c74d5709cc3ef76

MythZoneMinder: Add a popup mini player to show live camera views
This adds a jump point which will show a mini player that shows live views
from the ZoneMinders cameras.

The mini player works in a similar way to the music miniplayer so it will show
for 10 seconds then auto hide itself unless you press SELECT which will stop
the popup auto hiding. You can close the popup window at any time with ESCAPE.
The 1 key will cycle through the available cameras same as the normal live
viewer.

The next step is to auto show the mini player when an alarm is triggered in
ZoneMinder.



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

Summary of changes:
 mythplugins/mythzoneminder/mythzoneminder/main.cpp |   16 ++++
 .../mythzoneminder/mythzoneminder.pro              |    5 +-
 .../mythzoneminder/mythzoneminder/zmliveplayer.cpp |   88 +++++++++++--------
 .../mythzoneminder/mythzoneminder/zmliveplayer.h   |   10 ++-
 .../mythzoneminder/zmminiplayer.cpp}               |   51 ++++--------
 .../mythzoneminder/mythzoneminder/zmminiplayer.h   |   33 +++++++
 .../theme/default-wide/zoneminder-ui.xml           |   50 +++++++++++
 .../mythzoneminder/theme/default/zoneminder-ui.xml |   50 +++++++++++
 8 files changed, 225 insertions(+), 78 deletions(-)
 copy mythplugins/{mythmusic/mythmusic/miniplayer.cpp => mythzoneminder/mythzoneminder/zmminiplayer.cpp} (59%)
 create mode 100644 mythplugins/mythzoneminder/mythzoneminder/zmminiplayer.h

-- 



More information about the mythtv-commits mailing list