[mythtv-commits] mythtv commit: r20933 - in trunk by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jul 17 11:51:43 UTC 2009


      Author: paulh
        Date: 2009-07-17 11:51:42 +0000 (Fri, 17 Jul 2009)
New Revision: 20933
   Changeset: http://cvs.mythtv.org/trac/changeset/20933

Added:

   trunk/mythplugins/mythbrowser/mythbrowser/bookmarkeditor.cpp
   trunk/mythplugins/mythbrowser/mythbrowser/bookmarkeditor.h
   trunk/mythplugins/mythbrowser/mythbrowser/bookmarkmanager.cpp
   trunk/mythplugins/mythbrowser/mythbrowser/bookmarkmanager.h
   trunk/mythplugins/mythbrowser/mythbrowser/browserdbutil.cpp
   trunk/mythplugins/mythbrowser/mythbrowser/browserdbutil.h

Removed:

   trunk/mythplugins/mythbrowser/mythbookmarkmanager/

Modified:

   trunk/mythplugins/mythbrowser/ChangeLog
   trunk/mythplugins/mythbrowser/README
   trunk/mythplugins/mythbrowser/mythbrowser.pro
   trunk/mythplugins/mythbrowser/mythbrowser/
   trunk/mythplugins/mythbrowser/mythbrowser/main.cpp
   trunk/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp
   trunk/mythplugins/mythbrowser/mythbrowser/mythbrowser.h
   trunk/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
   trunk/mythtv/themes/DVR/main_settings.xml
   trunk/mythtv/themes/DVR/util_menu.xml
   trunk/mythtv/themes/classic/main_settings.xml
   trunk/mythtv/themes/classic/mainmenu.xml
   trunk/mythtv/themes/defaultmenu/info_menu.xml
   trunk/mythtv/themes/defaultmenu/info_settings.xml

Log:

Convert MythBrowser to be a regular myth plugin rather than a standalone app.

The main reason for doing this is faster start ups.

I've retained the possibility to use an external browser for now. If you want
to use the built in mythbrowser use 'Internal' for the command. A DB upgrade
will detect if you are currently using the standalone mythbrowser and update
things to use the Internal browser since that's whats 99% of users will want.

Note: I'd recommend doing a 'make distclean' in mythbrowser before doing an
'svn up' to remove any old cruft since a lot of stuff has been renamed and
moved.

Note2: You need to update both MythTV and MythPlugins because the plugin
name change requires changes to the menus.




More information about the mythtv-commits mailing list