[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2433-g78a827b

Git Repo Owner noreply at mythtv.org
Tue Dec 9 20:50:26 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  78a827b8fdbf0d4fab4525a8007c2c8c7deb4cc1 (commit)
      from  c94e826520a7499e9e2c1877b9a4192a2ee14eda (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 78a827b8fdbf0d4fab4525a8007c2c8c7deb4cc1
Author:    Paul Harrison <pharrison at mythtv.org> at Tue, 9 Dec 2014 20:50:00 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Tue, 9 Dec 2014 20:50:00 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=78a827b8fdbf0d4fab4525a8007c2c8c7deb4cc1

MythUIImage: extend the random image feature to reload if a delay is used
If the <filename> is set to a directory and the <delay> is set to a value > 0
then keep reloading a random image from the directory after <delay>
milliseconds has passed.

For example this will display a random image from the themes 'background'
directory changing the image every minute (60000ms) :-

<imagetype name="background">
    <area>0,0,1280,720</area>
    <filename>backgrounds/</filename>
    <delay>60000</delay>
</imagetype>



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

Summary of changes:
 mythtv/libs/libmythui/mythuiimage.cpp |  124 ++++++++++++++++++++------------
 mythtv/libs/libmythui/mythuiimage.h   |    5 ++
 2 files changed, 82 insertions(+), 47 deletions(-)

-- 



More information about the mythtv-commits mailing list