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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Sep 6 18:48:18 UTC 2009


      Author: paulh
        Date: 2009-09-06 18:48:18 +0000 (Sun, 06 Sep 2009)
New Revision: 21698
   Changeset: http://cvs.mythtv.org/trac/changeset/21698

Added:

   trunk/mythtv/themes/default-wide/shared/
   trunk/mythtv/themes/default-wide/shared/grid_back_reg.png
   trunk/mythtv/themes/default-wide/shared/grid_back_sel.png
   trunk/mythtv/themes/default-wide/shared/grid_noimage.png
   trunk/mythtv/themes/default/shared/grid_back_reg.png
   trunk/mythtv/themes/default/shared/grid_back_sel.png
   trunk/mythtv/themes/default/shared/grid_noimage.png

Modified:

   trunk/mythplugins/mythgallery/mythgallery/galleryutil.cpp
   trunk/mythplugins/mythgallery/mythgallery/iconview.cpp
   trunk/mythplugins/mythgallery/mythgallery/iconview.h
   trunk/mythplugins/mythgallery/mythgallery/thumbgenerator.cpp
   trunk/mythplugins/mythgallery/theme/default-wide/gallery-ui.xml
   trunk/mythplugins/mythgallery/theme/default/gallery-ui.xml

Log:

MythGallery fixes and updates that makes the icon view look and feel
more like MythVideo's gallery view.

* Fix MythGallery not finding a thumb image when there was two or more nested
  directories with no images in them.

* Add an optional "position" text item that shows the current position
  like '1 of 123'.

* Add and optional "breadcrumbs" text item that shows the path to the current
  selected image like 'Gallery Home > Directory1 > Directory2 > image.jpg'

* Add an optional 'nodetype' statetype to the grid buttons that indicates 
  if the current item is a directory.

* Add and optional 'childcount' text type to the grid buttons that if the
  current item is a directory shows the number of items in the directory.

* Updates the default and default-wide themes to use some of these new 
  features.

* Adds some shared images to the default and default-wide themes.




More information about the mythtv-commits mailing list