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

Modified Files:
        command.py mediamenu.py tiny_osd.py tiny_xosd.py 
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*

Index: mediamenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/mediamenu.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** mediamenu.py        27 Nov 2004 13:26:56 -0000      1.43
--- mediamenu.py        31 Dec 2004 11:57:43 -0000      1.44
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.44  2004/12/31 11:57:43  dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
  # Revision 1.43  2004/11/27 13:26:56  dischi
  # smaller bugfixes
***************
*** 84,88 ****
          plugin.MainMenuPlugin.__init__(self)
          self.type = type
!         self.force_text_view = force_text_view or 
config.SKIN_MEDIAMENU_FORCE_TEXTVIEW
  
  
--- 87,91 ----
          plugin.MainMenuPlugin.__init__(self)
          self.type = type
!         self.force_text_view = force_text_view or 
config.GUI_MEDIAMENU_FORCE_TEXTVIEW
  
  

Index: command.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/command.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** command.py  6 Oct 2004 19:15:12 -0000       1.19
--- command.py  31 Dec 2004 11:57:43 -0000      1.20
***************
*** 15,18 ****
--- 15,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2004/12/31 11:57:43  dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
  # Revision 1.19  2004/10/06 19:15:12  dischi
  # use new childapp interface
***************
*** 117,121 ****
                            icon, None, None, parent)
  
!         myfont = self.osd.getfont(config.OSD_DEFAULT_FONTNAME, 
config.OSD_DEFAULT_FONTSIZE)
          surf_w = myfont.stringsize('AAAAAAAAAA'*8) 
          data = self.osd.drawstringframed(self.filetext, 0, 0, surf_w, 1000000,
--- 120,124 ----
                            icon, None, None, parent)
  
!         myfont = self.osd.getfont(config.GUI_FONT_DEFAULT_NAME, 
config.GUI_FONT_DEFAULT_SIZE)
          surf_w = myfont.stringsize('AAAAAAAAAA'*8) 
          data = self.osd.drawstringframed(self.filetext, 0, 0, surf_w, 1000000,

Index: tiny_xosd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/tiny_xosd.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tiny_xosd.py        20 Nov 2004 18:23:03 -0000      1.4
--- tiny_xosd.py        31 Dec 2004 11:57:44 -0000      1.5
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.5  2004/12/31 11:57:44  dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
  # Revision 1.4  2004/11/20 18:23:03  dischi
  # use python logger module for debug
***************
*** 60,64 ****
  OSD_MESSAGE_COLOR   = '#D3D3D3'  # LightGray
  OSD_MESSAGE_TIMEOUT = 3          # 3 seconds
! OSD_MESSAGE_OFFSET  = 20 + config.OSD_OVERSCAN_Y  # Offset of 20 pixels
  
  # Labels which are displayed with percent
--- 63,67 ----
  OSD_MESSAGE_COLOR   = '#D3D3D3'  # LightGray
  OSD_MESSAGE_TIMEOUT = 3          # 3 seconds
! OSD_MESSAGE_OFFSET  = 20 + config.GUI_OVERSCAN_Y  # Offset of 20 pixels
  
  # Labels which are displayed with percent

Index: tiny_osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/tiny_osd.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** tiny_osd.py 20 Nov 2004 18:23:03 -0000      1.17
--- tiny_osd.py 31 Dec 2004 11:57:44 -0000      1.18
***************
*** 15,18 ****
--- 15,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18  2004/12/31 11:57:44  dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
  # Revision 1.17  2004/11/20 18:23:03  dischi
  # use python logger module for debug
***************
*** 109,115 ****
          # FIXME: do respect the idlebar if active
          self.gui_object = gui.Text(self.message,
!                                    (config.OSD_OVERSCAN_X, 
config.OSD_OVERSCAN_Y + 10),
!                                    (display.width - 10 - 2 * 
config.OSD_OVERSCAN_X,
!                                     config.OSD_OVERSCAN_Y + 10 + 
font.height), 
                                     font, align_h='right')
  
--- 112,118 ----
          # FIXME: do respect the idlebar if active
          self.gui_object = gui.Text(self.message,
!                                    (config.GUI_OVERSCAN_X, 
config.GUI_OVERSCAN_Y + 10),
!                                    (display.width - 10 - 2 * 
config.GUI_OVERSCAN_X,
!                                     config.GUI_OVERSCAN_Y + 10 + 
font.height), 
                                     font, align_h='right')
  



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to