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

Modified Files:
        popupbox.py 
Log Message:
port to new ProgressBar parameter

Index: popupbox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/popupbox.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** popupbox.py 6 Oct 2004 19:24:00 -0000       1.2
--- popupbox.py 9 Oct 2004 16:23:31 -0000       1.3
***************
*** 1,6 ****
  # -*- coding: iso-8859-1 -*-
! # -----------------------------------------------------------------------
! # popups - pop up boxes for Freevo
! # -----------------------------------------------------------------------
  # $Id$
  #
--- 1,6 ----
  # -*- coding: iso-8859-1 -*-
! # -----------------------------------------------------------------------------
! # popups.py - popup boxes for Freevo
! # -----------------------------------------------------------------------------
  # $Id$
  #
***************
*** 26,47 ****
  # box, this has to be done from the outside.
  #
- # -----------------------------------------------------------------------
- # $Log$
- # Revision 1.2  2004/10/06 19:24:00  dischi
- # switch from rc.py to pyNotifier
- #
- # Revision 1.1  2004/10/05 19:50:54  dischi
- # Cleanup gui/widgets:
- # o remove unneeded widgets
- # o move window and boxes to the gui main level
- # o merge all popup boxes into one file
- # o rename popup boxes
- #
  #
! # -----------------------------------------------------------------------
  #
  # Freevo - A Home Theater PC framework
  #
! # Copyright (C) 2002 Krister Lagerstrom, et al.
  #
  # This program is free software; you can redistribute it and/or modify
--- 26,40 ----
  # box, this has to be done from the outside.
  #
  #
! # TODO: o make InputBox waork again
! #       o rename PopupBox->WaitBox and AlertBox->MessageBox
  #
+ # -----------------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
+ # Copyright (C) 2002-2004 Krister Lagerstrom, Dirk Meyer, et al.
  #
! # Maintainer:    Dirk Meyer <[EMAIL PROTECTED]>
! #
! # Please see the file freevo/Docs/CREDITS for a complete list of authors.
  #
  # This program is free software; you can redistribute it and/or modify
***************
*** 59,63 ****
  # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  #
! # ----------------------------------------------------------------------
  
  __all__ = [ 'WaitBox', 'MessageBox', 'ConfirmBox', 'ProgressBox', 'InputBox',
--- 52,56 ----
  # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  #
! # -----------------------------------------------------------------------------
  
  __all__ = [ 'WaitBox', 'MessageBox', 'ConfirmBox', 'ProgressBox', 'InputBox',
***************
*** 282,288 ****
          y = self.add_row(h)
          x = self.get_content_pos()[0]
!         
          self.bar = Progressbar((x, y), (self.get_content_size()[0], h),
!                                full, self.widget_normal)
          self.add_child(self.bar)
  
--- 275,282 ----
          y = self.add_row(h)
          x = self.get_content_pos()[0]
!         style = self.widget_normal.rectangle
          self.bar = Progressbar((x, y), (self.get_content_size()[0], h),
!                                2, style.color, style.bgcolor, 0, None,
!                                self.widget_selected.rectangle.bgcolor, 0, full)
          self.add_child(self.bar)
  



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to