[mythtv-commits] mythtv commit: r9156 - in trunk by ijr

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Feb 26 19:53:30 UTC 2006


      Author: ijr
        Date: 2006-02-26 19:53:27 +0000 (Sun, 26 Feb 2006)
New Revision: 9156
   Changeset: http://cvs.mythtv.org/trac/changeset/9156

Added:

   trunk/mythtv/libs/libmythui/mythdialogbox.cpp
   trunk/mythtv/libs/libmythui/mythdialogbox.h
   trunk/mythtv/libs/libmythui/myththemedmenu.cpp
   trunk/mythtv/libs/libmythui/myththemedmenu.h

Removed:

   trunk/mythtv/libs/libmythui/dialogbox.cpp
   trunk/mythtv/libs/libmythui/dialogbox.h
   trunk/mythtv/libs/libmythui/themedmenu.cpp
   trunk/mythtv/libs/libmythui/themedmenu.h

Modified:

   trunk/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
   trunk/mythplugins/mythdvd/mtd/mtd.pro
   trunk/mythtv/libs/libmyth/lcddevice.cpp
   trunk/mythtv/libs/libmyth/libmyth.pro
   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmyth/mythdialogs.cpp
   trunk/mythtv/libs/libmyth/mythdialogs.h
   trunk/mythtv/libs/libmyth/mythwidgets.cpp
   trunk/mythtv/libs/libmythui/libmythui.pro
   trunk/mythtv/libs/libmythui/mythmainwindow.cpp
   trunk/mythtv/libs/libmythui/mythmainwindow.h
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythtv/main.cpp
   trunk/mythtv/programs/mythuitest/mythuitest.pro
   trunk/mythtv/programs/mythuitest/test1.cpp
   trunk/mythtv/programs/mythwelcome/main.cpp
   trunk/mythtv/programs/programs-libs.pro
   trunk/mythtv/setup/main.cpp
   trunk/mythtv/setup/setup.pro

Log:

Things now use libmythui for the main window.  Nothing is actually drawn with mythui yet.

Remove MythMainWindow from libmyth.  Update the MythMainWindow class in libmythui for the changes since it was started.  Rename/move a few files/classes in libmythui so they don't conflict with libmyth for now.

Note the install location for the headers changed (from <prefix>/mythui to <prefix>/mythtv/libmythui).  You may want to delete the old installed headers.

A distclean may be needed to compile everything.

Refs #12.





More information about the mythtv-commits mailing list