[mythtv-firehose] mythtv branch master updated by stuartm. v0.26-pre-1363-ga75dd13

Git Repo Owner noreply at mythtv.org
Sun Nov 18 22:03:18 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  a75dd13c440d2e1b8565091d3e1c74d3fcd7b1de (commit)
       via  1b99dbaafc03952d2fe37ff81fbbb6782c651771 (commit)
       via  bceaffc5d33dca69cfc61920c200afa235707677 (commit)
      from  ba2533f1b167ae864e830b0cf2e195bad950d322 (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 a75dd13c440d2e1b8565091d3e1c74d3fcd7b1de
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 18 Nov 2012 20:49:57 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 18 Nov 2012 21:44:03 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a75dd13c440d2e1b8565091d3e1c74d3fcd7b1de

Move plugin code from libmyth to libmythbase
A make distclean is recommended.



commit 1b99dbaafc03952d2fe37ff81fbbb6782c651771
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 18 Nov 2012 20:19:52 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 18 Nov 2012 20:19:52 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1b99dbaafc03952d2fe37ff81fbbb6782c651771

Cleanup plugin api, removing unused code



commit bceaffc5d33dca69cfc61920c200afa235707677
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 18 Nov 2012 19:36:14 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 18 Nov 2012 19:36:14 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bceaffc5d33dca69cfc61920c200afa235707677

Rename getPluginManager in line with coding standards



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

Summary of changes:
 mythplugins/mytharchive/mytharchive/main.cpp       |    2 +-
 mythplugins/mythbrowser/mythbrowser/main.cpp       |    2 +-
 mythplugins/mythgallery/mythgallery/main.cpp       |    2 +-
 mythplugins/mythgame/mythgame/main.cpp             |    2 +-
 mythplugins/mythmusic/mythmusic/main.cpp           |    2 +-
 mythplugins/mythnetvision/mythnetvision/main.cpp   |    2 +-
 mythplugins/mythnews/mythnews/main.cpp             |    2 +-
 mythplugins/mythweather/mythweather/main.cpp       |    2 +-
 mythplugins/mythzoneminder/mythzoneminder/main.cpp |    2 +-
 mythtv/libs/libmyth/libmyth.pro                    |    6 +-
 mythtv/libs/libmyth/mythcontext.cpp                |   49 +-------------
 mythtv/libs/libmyth/mythcontext.h                  |    8 --
 mythtv/libs/libmythbase/libmythbase.pro            |    3 +
 mythtv/libs/libmythbase/mythcorecontext.cpp        |   27 ++++++++
 mythtv/libs/libmythbase/mythcorecontext.h          |    8 ++
 .../libs/{libmyth => libmythbase}/mythplugin.cpp   |   69 +-------------------
 mythtv/libs/{libmyth => libmythbase}/mythplugin.h  |   22 +-----
 .../libs/{libmyth => libmythbase}/mythpluginapi.h  |    3 -
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/programs/mythfrontend/main.cpp              |    2 +-
 20 files changed, 62 insertions(+), 155 deletions(-)
 rename mythtv/libs/{libmyth => libmythbase}/mythplugin.cpp (78%)
 rename mythtv/libs/{libmyth => libmythbase}/mythplugin.h (76%)
 rename mythtv/libs/{libmyth => libmythbase}/mythpluginapi.h (69%)

-- 



More information about the mythtv-firehose mailing list