gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz ./TODO gfx/demo/brokentext.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz ./TODO gfx/demo/brokentext.py
Date: Sat, 28 Sep 2002 04:30:22 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/28 04:30:22

Modified files:
        .              : TODO 
        gfx/demo       : brokentext.py 

Log message:
        update todo, make brokentext demo start (not work) again

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.171&tr2=1.172&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/brokentext.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.171 gzz/TODO:1.172
*** gzz/TODO:1.171      Sat Sep 28 04:03:51 2002
--- gzz/TODO    Sat Sep 28 04:30:22 2002
***************
*** 213,218 ****
--- 213,219 ----
          for all demos as well.
        - unit tests for the designated demos. We REALLY need to
          avoid breakage on them from now on.
+       - sane exception if ../mstmpimg isn't found
        - clean up OpenGL demos and views and document, list
          so easy to look at.
        - PP
Index: gzz/gfx/demo/brokentext.py
diff -c gzz/gfx/demo/brokentext.py:1.3 gzz/gfx/demo/brokentext.py:1.4
*** gzz/gfx/demo/brokentext.py:1.3      Sat Sep 21 12:47:15 2002
--- gzz/gfx/demo/brokentext.py  Sat Sep 28 04:30:22 2002
***************
*** 5,19 ****
  # General Public License, either version 2 of the license or,
  # at your choice, any later version. Alternatively, you may use and
  # distribute under the terms of the XPL.
! # 
  # See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
  # the licenses.
! # 
  # This software is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
  # file for more details.
! # 
  
  
  import gzz
--- 5,19 ----
  # General Public License, either version 2 of the license or,
  # at your choice, any later version. Alternatively, you may use and
  # distribute under the terms of the XPL.
! #
  # See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
  # the licenses.
! #
  # This software is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
  # file for more details.
! #
  
  
  import gzz
***************
*** 34,41 ****
        h = v.getHeight(c, w, 1)
  
        print vs.coords
!       cs = vs.coords.coordsys(0, 'key', 0, 100, 100, w, h)
!       v.place(c, vs, cs, None, 1)
  
  
  currentScene = Scene()
--- 34,42 ----
        h = v.getHeight(c, w, 1)
  
        print vs.coords
!       cs = vs.coordsys(0, 'key', 0, 100, 100, 2, 2)
!       cs_in = vs.coords.coordsys(0, 0, 0, 0, w, h)
!       v.place(c, vs, cs, cs_in, 0, 0, w, h, None, 1)
  
  
  currentScene = Scene()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]