Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv18059

Modified Files:
        program_display.py program_search.py 
Log Message:
Add vertical_expansion stuff.


Index: program_display.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/program_display.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** program_display.py  4 Jun 2003 12:10:38 -0000       1.4
--- program_display.py  25 Jun 2003 02:28:34 -0000      1.5
***************
*** 10,13 ****
--- 10,16 ----
  #-----------------------------------------------------------------------
  # $Log$
+ # Revision 1.5  2003/06/25 02:28:34  rshortt
+ # Add vertical_expansion stuff.
+ #
  # Revision 1.4  2003/06/04 12:10:38  rshortt
  # ScheduledRecordings needs to be bigger until i fix a known bug.
***************
*** 72,76 ****
      
      def __init__(self, parent=None, prog=None, context=None, left=None, 
!                  top=None, width=600, height=440):
  
          self.left = left
--- 75,79 ----
      
      def __init__(self, parent=None, prog=None, context=None, left=None, 
!                  top=None, width=600, height=300, vertical_expansion=1):
  
          self.left = left
***************
*** 85,89 ****
  
          PopupBox.__init__(self, left=left, top=top, width=width, 
!                           height=height)
  
          self.v_spacing = 15
--- 88,92 ----
  
          PopupBox.__init__(self, left=left, top=top, width=width, 
!                           height=height, vertical_expansion=vertical_expansion)
  
          self.v_spacing = 15
***************
*** 197,203 ****
          
      def __init__(self, parent='osd', text=None, handler=None, 
!                  left=None, top=None, width=600, height=400, bg_color=None, 
                   fg_color=None, icon=None, border=None, bd_color=None, 
!                  bd_width=None):
  
          if not text:
--- 200,206 ----
          
      def __init__(self, parent='osd', text=None, handler=None, 
!                  left=None, top=None, width=600, height=300, bg_color=None, 
                   fg_color=None, icon=None, border=None, bd_color=None, 
!                  bd_width=None, vertical_expansion=1):
  
          if not text:
***************
*** 205,209 ****
          
          PopupBox.__init__(self, parent, text, handler, left, top, width, height, 
!                           bg_color, fg_color, icon, border, bd_color, bd_width)
  
  
--- 208,213 ----
          
          PopupBox.__init__(self, parent, text, handler, left, top, width, height, 
!                           bg_color, fg_color, icon, border, bd_color, bd_width,
!                           vertical_expansion)
  
  

Index: program_search.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/program_search.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** program_search.py   3 Jun 2003 01:55:19 -0000       1.3
--- program_search.py   25 Jun 2003 02:28:34 -0000      1.4
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/06/25 02:28:34  rshortt
+ # Add vertical_expansion stuff.
+ #
  # Revision 1.3  2003/06/03 01:55:19  rshortt
  # More realistic height's.
***************
*** 78,84 ****
          
      def __init__(self, parent='osd', text=None, search=None, handler=None, 
!                  left=None, top=None, width=600, height=340, bg_color=None, 
                   fg_color=None, icon=None, border=None, bd_color=None, 
!                  bd_width=None):
  
          if not text:
--- 81,87 ----
          
      def __init__(self, parent='osd', text=None, search=None, handler=None, 
!                  left=None, top=None, width=600, height=200, bg_color=None, 
                   fg_color=None, icon=None, border=None, bd_color=None, 
!                  bd_width=None, vertical_expansion=1):
  
          if not text:
***************
*** 86,90 ****
          
          PopupBox.__init__(self, parent, text, handler, left, top, width, height, 
!                           bg_color, fg_color, icon, border, bd_color, bd_width)
  
          (self.server_available, msg) = record_client.connectionTest()
--- 89,94 ----
          
          PopupBox.__init__(self, parent, text, handler, left, top, width, height, 
!                           bg_color, fg_color, icon, border, bd_color, bd_width,
!                           vertical_expansion)
  
          (self.server_available, msg) = record_client.connectionTest()




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to