[mythtv-commits] mythtv branch fixes/0.27 updated by paulh. v0.27-62-gb5f24f8

Git Repo Owner noreply at mythtv.org
Tue Oct 29 21:54:42 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user paulh.
       via  b5f24f8886f05222dcec82a0ea2e15a448bbb4d7 (commit)
       via  58151587b81a0071fee6655c99c06cfbb6855be8 (commit)
       via  86fbdb75c1e1c13cc4c45d77ad35bed695894b17 (commit)
       via  821df49906463cb3ea5f503b47f1cdd92b95705f (commit)
       via  eff6257a6cd2ada2d64ae3dfcb9346cd0246a563 (commit)
      from  911e19487fe1fead2bacec416b3c0f864bf7b68e (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 b5f24f8886f05222dcec82a0ea2e15a448bbb4d7
Author:    Paul Harrison <pharrison at mythtv.org> at Mon, 28 Oct 2013 22:05:56 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 21:54:07 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b5f24f8886f05222dcec82a0ea2e15a448bbb4d7

MythZoneMinder: tidy up the default wide zmliveplayer
(cherry picked from commit e43fbd4ef7f1879c69812721ba5b45633ea5c556)



commit 58151587b81a0071fee6655c99c06cfbb6855be8
Author:    Paul Harrison <pharrison at mythtv.org> at Mon, 28 Oct 2013 21:27:59 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 21:53:42 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=58151587b81a0071fee6655c99c06cfbb6855be8

MythCenter-wide: Add the six and eight camera layouts to the ZM live screen
(cherry picked from commit bb66f3156605ac288cc2777c8530c25ed80908aa)



commit 86fbdb75c1e1c13cc4c45d77ad35bed695894b17
Author:    Paul Harrison <pharrison at mythtv.org> at Mon, 28 Oct 2013 21:13:16 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 21:53:24 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=86fbdb75c1e1c13cc4c45d77ad35bed695894b17

MythZoneMinder: Add the six and eight camera layouts to the 4:3 ZM live screen
(cherry picked from commit 29cc89dbaa955d3cda1212ec0f648dfd8f0108df)



commit 821df49906463cb3ea5f503b47f1cdd92b95705f
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 27 Oct 2013 22:31:22 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 21:52:33 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=821df49906463cb3ea5f503b47f1cdd92b95705f

MythZoneMinder: Add six and eight camera layouts to the live view screen
The live view can now show 1, 2, 4, 6, or 8 cameras at the same time.

Note to themers: You will need to add the new layouts to the zmliveplayer
window definition if you have themed it.

(cherry picked from commit 02c66c8d61e4adaade50a41922ccf0f2c6820b11)



commit eff6257a6cd2ada2d64ae3dfcb9346cd0246a563
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 27 Oct 2013 10:10:10 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 21:51:33 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eff6257a6cd2ada2d64ae3dfcb9346cd0246a563

MythZoneMinder: add some initial support for ZoneMinder >= 1.26.0
Thanks to Warpme for testing the patch.

Note: this bumps the MythZoneMinder protocol version so both the FE plugin
and mythzmserver need to be updated.

(cherry picked from commit 39401bfb8de62852679564bb518e2c8a57b4c01c)



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

Summary of changes:
 mythplugins/mythzoneminder/mythzmserver/main.cpp   |    5 +-
 .../mythzoneminder/mythzmserver/zmserver.cpp       |  378 +++++++++++++-------
 mythplugins/mythzoneminder/mythzmserver/zmserver.h |   90 ++++--
 .../mythzoneminder/mythzoneminder/zmclient.cpp     |   25 +-
 .../mythzoneminder/mythzoneminder/zmdefines.h      |   11 +-
 .../mythzoneminder/mythzoneminder/zmliveplayer.cpp |   48 +++-
 .../theme/default-wide/zoneminder-ui.xml           |  244 +++++++++++--
 .../mythzoneminder/theme/default/zoneminder-ui.xml |  203 +++++++++++
 mythtv/themes/MythCenter-wide/zoneminder-ui.xml    |  242 +++++++++++--
 9 files changed, 998 insertions(+), 248 deletions(-)

-- 



More information about the mythtv-commits mailing list