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

Modified Files:
        __init__.py base.py marquee.py render.py screensaver.py 
        transition.py 
Log Message:
header cleanup

Index: transition.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/animation/transition.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** transition.py       25 Apr 2004 11:23:58 -0000      1.1
--- transition.py       10 Jul 2004 12:33:36 -0000      1.2
***************
*** 1,3 ****
- #if 0 /*
  # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 12,19 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 11,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/07/10 12:33:36  dischi
+ # header cleanup
+ #
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
***************
*** 36,40 ****
  #
  # ----------------------------------------------------------------------- */
- #endif
  
  from base import BaseAnimation
--- 37,40 ----

Index: render.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/animation/render.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** render.py   31 May 2004 10:46:18 -0000      1.2
--- render.py   10 Jul 2004 12:33:36 -0000      1.3
***************
*** 1,3 ****
- #if 0 /*
  # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 18,21 ****
--- 17,23 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2004/07/10 12:33:36  dischi
+ # header cleanup
+ #
  # Revision 1.2  2004/05/31 10:46:18  dischi
  # update to new callback handling in rc
***************
*** 24,28 ****
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 26,29 ----
***************
*** 45,49 ****
  #
  # ----------------------------------------------------------------------- */
- #endif
  
  
--- 46,49 ----

Index: screensaver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/animation/screensaver.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** screensaver.py      25 Apr 2004 11:23:58 -0000      1.1
--- screensaver.py      10 Jul 2004 12:33:36 -0000      1.2
***************
*** 1,3 ****
- #if 0 /*
  # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 12,19 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 11,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/07/10 12:33:36  dischi
+ # header cleanup
+ #
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
***************
*** 36,40 ****
  #
  # ----------------------------------------------------------------------- */
- #endif
  
  # freevo modules
--- 37,40 ----

Index: marquee.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/animation/marquee.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** marquee.py  25 Apr 2004 11:23:58 -0000      1.1
--- marquee.py  10 Jul 2004 12:33:36 -0000      1.2
***************
*** 1,3 ****
- #if 0 /*
  # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 12,19 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 11,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/07/10 12:33:36  dischi
+ # header cleanup
+ #
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
***************
*** 36,40 ****
  #
  # ----------------------------------------------------------------------- */
- #endif
  
  
--- 37,40 ----

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/animation/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __init__.py 25 Apr 2004 11:23:58 -0000      1.1
--- __init__.py 10 Jul 2004 12:33:36 -0000      1.2
***************
*** 1,3 ****
- #if 0 /*
  # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 12,19 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 11,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/07/10 12:33:36  dischi
+ # header cleanup
+ #
  # Revision 1.1  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
***************
*** 36,40 ****
  #
  # ----------------------------------------------------------------------- */
- #endif
  
  
--- 37,40 ----

Index: base.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/animation/base.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** base.py     13 May 2004 12:33:42 -0000      1.2
--- base.py     10 Jul 2004 12:33:36 -0000      1.3
***************
*** 1,3 ****
- #if 0 /*
  # -*- coding: iso-8859-1 -*-
  # -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 12,15 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2004/07/10 12:33:36  dischi
+ # header cleanup
+ #
  # Revision 1.2  2004/05/13 12:33:42  dischi
  # animation damage patch from Viggo Fredriksen
***************
*** 18,22 ****
  # Added support for animations. Most of the code is from Viggo Fredriksen
  #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 20,23 ----
***************
*** 39,43 ****
  #
  # ----------------------------------------------------------------------- */
- #endif
  
  from pygame import Rect, Surface, constants
--- 40,43 ----



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to