Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2759

Modified Files:
        freevo_config.py local_conf.py.example 
Log Message:
put image viewer osd into config

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** local_conf.py.example       9 May 2004 14:19:32 -0000       1.33
--- local_conf.py.example       3 Jun 2004 18:23:31 -0000       1.34
***************
*** 43,47 ****
  
  
! CONFIG_VERSION = 5.09
  
  # ======================================================================
--- 43,47 ----
  
  
! CONFIG_VERSION = 5.11
  
  # ======================================================================

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.337
retrieving revision 1.338
diff -C2 -d -r1.337 -r1.338
*** freevo_config.py    2 Jun 2004 21:36:49 -0000       1.337
--- freevo_config.py    3 Jun 2004 18:23:30 -0000       1.338
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.09
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.11
  
  # Description of changes in each new version
***************
*** 211,215 ****
      (5.09,
       '''Add CACHE_IMAGES to turn off image caching. A new variable is
!      IMAGEVIEWER_BLEND_MODE to control the blending effect in the image viewer''') ]
  
  
--- 211,218 ----
      (5.09,
       '''Add CACHE_IMAGES to turn off image caching. A new variable is
!      IMAGEVIEWER_BLEND_MODE to control the blending effect in the image viewer'''),
!     (5.11,
!      '''Add IMAGEVIEWER_OSD to customize the osd and VIDEO_AUTOJOIN to auto join
!      movies with more than one file''') ]
  
  
***************
*** 747,750 ****
--- 750,777 ----
      
  #
+ # What information to display by pressing DISPLAY.
+ # You can add as many lists as you want and the viewer will toggle
+ # between no osd and the lists.
+ #
+ # Warning: this list may change in future versions of Freevo to support
+ # nice stuff like line breaks.
+ #
+ IMAGEVIEWER_OSD = [
+     # First OSD info
+     [ (_('Title')+': ',      'name'),
+       (_('Description')+': ','description'),
+       (_('Author')+': ',     'author') ],
+ 
+     # Second OSD info
+     [ (_('Title')+': ',    'name'),
+       (_('Date')+': ' ,    'date'),
+       ('W:',               'width'),
+       ('H:',               'height'),
+       (_('Model')+': ',    'hardware'),
+       (_('Software')+': ', 'software') ]
+     ]
+     
+ 
+ #
  # use exif thumbnail your thumbnail review. The quality is lower but
  # it's much faster
***************
*** 752,755 ****
--- 779,783 ----
  IMAGE_USE_EXIF_THUMBNAIL = 1
  
+ 
  # ======================================================================
  # Freevo games settings:



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to