[mythtv-firehose] mythtv branch devel/logging updated by danielk. v0.27-pre2-1193-g4fdb5d6

Git Repo Owner noreply at mythtv.org
Sat May 25 13:28:08 UTC 2013


The branch, devel/logging has been updated on the
mythtv repository by gitolite user danielk.
       via  4fdb5d631f9055cbe4f6d3354139630facf994e8 (commit)
       via  b21199f8bf50f7f2e4223b0a20b5d8666629a70a (commit)
       via  368f4155c67618007586bf61b2964e7f7d2ea16a (commit)
       via  e61ab93b63a49d7fb1380df3394ae314a4ac0eb0 (commit)
       via  a385886e9df2dfb1618ad3b6d8108ac9924858bc (commit)
       via  a000822d29ccb5409d2b21b1624f267cdc63d1d6 (commit)
       via  57c40db8412dce4f4fc0656513808a21fbf0e248 (commit)
      from  875b024ad278814ed38c1817f0809554024de4a1 (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 4fdb5d631f9055cbe4f6d3354139630facf994e8
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sat, 25 May 2013 09:14:07 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sat, 25 May 2013 09:14:07 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4fdb5d631f9055cbe4f6d3354139630facf994e8

Add a few flag tests to MythSystem.



commit b21199f8bf50f7f2e4223b0a20b5d8666629a70a
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sat, 25 May 2013 06:58:04 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sat, 25 May 2013 06:58:04 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b21199f8bf50f7f2e4223b0a20b5d8666629a70a

Merge branch 'master' into devel/logging



commit e61ab93b63a49d7fb1380df3394ae314a4ac0eb0
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 24 May 2013 21:38:30 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 24 May 2013 21:38:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e61ab93b63a49d7fb1380df3394ae314a4ac0eb0

Merge branch 'master' into devel/logging



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

Summary of changes:
 mythtv/libs/libmythbase/mythsystem.h               |    3 +-
 .../{test_mythtimer => test_mythsystem}/.gitignore |    2 +-
 .../test/test_mythsystem/test_mythsystem.cpp       |    3 +
 .../test/test_mythsystem/test_mythsystem.h         |  165 ++++++++++++++++++++
 .../test_mythsystem.pro}                           |    8 +-
 mythtv/libs/libmythtv/tv_actions.h                 |    1 +
 mythtv/libs/libmythtv/tv_play.cpp                  |    4 +
 mythtv/libs/libs.pro                               |    6 +-
 mythtv/programs/mythfrontend/guidegrid.cpp         |   20 +++
 mythtv/programs/mythfrontend/guidegrid.h           |    1 +
 mythtv/programs/mythfrontend/playbackbox.cpp       |    9 +
 mythtv/programs/mythfrontend/playbackbox.h         |    1 +
 mythtv/programs/mythfrontend/progfind.cpp          |   21 +++
 mythtv/programs/mythfrontend/progfind.h            |    1 +
 mythtv/programs/mythfrontend/proglist.cpp          |   14 ++-
 mythtv/programs/mythfrontend/proglist.h            |    1 +
 mythtv/programs/mythfrontend/schedulecommon.cpp    |   24 +++
 mythtv/programs/mythfrontend/schedulecommon.h      |    2 +
 mythtv/programs/mythfrontend/scheduleeditor.cpp    |   13 +-
 mythtv/programs/mythfrontend/viewscheduled.cpp     |   21 +++
 mythtv/programs/mythfrontend/viewscheduled.h       |    1 +
 21 files changed, 305 insertions(+), 16 deletions(-)
 copy mythtv/libs/libmythbase/test/{test_mythtimer => test_mythsystem}/.gitignore (57%)
 create mode 100644 mythtv/libs/libmythbase/test/test_mythsystem/test_mythsystem.cpp
 create mode 100644 mythtv/libs/libmythbase/test/test_mythsystem/test_mythsystem.h
 copy mythtv/libs/libmythbase/test/{test_mythbaseutil/test_mythbaseutil.pro => test_mythsystem/test_mythsystem.pro} (84%)

-- 



More information about the mythtv-firehose mailing list