[mythtv-commits] mythtv commit: r15258 - in trunk by awithers

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Dec 30 02:29:55 UTC 2007


      Author: awithers
        Date: 2007-12-30 02:29:54 +0000 (Sun, 30 Dec 2007)
New Revision: 15258
   Changeset: http://cvs.mythtv.org/trac/changeset/15258

Added:

   trunk/mythplugins/mythvideo/artwork/MythVideo-ManualSearchTitle.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-ManualSearchUID.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-SearchSelect-SelctionBar.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-SearchSelect-Wide-SelctionBar.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-SearchSelect-Wide.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-SearchSelect.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-Wait-Wide.xcf
   trunk/mythplugins/mythvideo/artwork/MythVideo-Wait.xcf
   trunk/mythplugins/mythvideo/artwork/mythvideo.scm
   trunk/mythplugins/mythvideo/mythvideo/images/mv-wait-background.png
   trunk/mythplugins/mythvideo/mythvideo/theme-wide/images/mv-sel.png
   trunk/mythplugins/mythvideo/mythvideo/theme-wide/images/mv-wait-background.png

Modified:

   trunk/mythplugins/mythvideo/artwork/README
   trunk/mythplugins/mythvideo/mythvideo/images/mv-mselect.png
   trunk/mythplugins/mythvideo/mythvideo/images/mv-popup.png
   trunk/mythplugins/mythvideo/mythvideo/images/mv-search-popup.png
   trunk/mythplugins/mythvideo/mythvideo/images/mv-sel.png
   trunk/mythplugins/mythvideo/mythvideo/main.cpp
   trunk/mythplugins/mythvideo/mythvideo/theme-wide/images/mv-mselect.png
   trunk/mythplugins/mythvideo/mythvideo/theme-wide/video-ui.xml
   trunk/mythplugins/mythvideo/mythvideo/video-ui.xml
   trunk/mythplugins/mythvideo/mythvideo/videomanager.cpp
   trunk/mythplugins/mythvideo/mythvideo/videomanager.h
   trunk/mythplugins/mythvideo/mythvideo/videoutils.cpp
   trunk/mythplugins/mythvideo/test/mythvideo_http.py
   trunk/mythplugins/mythvideo/test/mythvideo_search.py
   trunk/myththemes/Minimalist-wide/video-ui.xml
   trunk/myththemes/Titivillus/video-ui.xml
   trunk/mythtv/themes/blue/video-ui.xml

Log:

  * Implement a suggestion from Stuart Morgan to use MythThemedDialog
    context switching to do the popups in the video manager.

  * Removes some stuff no longer necessary (MythThemedDialog now paints
	correctly so the special painting previously done isn't needed).

  * More "artwork", my inability to duplicate the original popup look
	has resulted in new popup backgrounds all around, and a new inetwait
    background (to replace the all grey one recently removed).

For theme maintainers:

Some of the standard containers (list to follow) in the "manager" window
need a context. In an attempt to make these changes backwards compatible
I've added code to force the context for known containers. Any context >
0 and unique for "inetwait", "moviesel", "enterimdb", and
"entersearchtitle" will work (or you can leave it blank and let it be
assigned).

Also, "playwait" in "manager" is gone, it was never used and will not be
returning anytime soon.

The background images behind "enterimdb", "entersearchtitle", "inetwait"
and "moviesel" have changed size. If you copied video-ui.xml and didn't
provide your own versions of mv-popup.png, mv-mselect.png, mv-sel.png,
and mv-search-popup.png you will need to take those portions from the
default video-ui.xml again.

The main MythTV themes have been updated to include these changes.






More information about the mythtv-commits mailing list