gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO doc/Gzz_Frontend_View.html doc/uml/f...


From: Asko Soukka
Subject: [Gzz-commits] gzz ./TODO doc/Gzz_Frontend_View.html doc/uml/f...
Date: Wed, 04 Dec 2002 10:50:40 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/12/04 10:50:40

Modified files:
        .              : TODO 
        doc            : Gzz_Frontend_View.html 
        doc/uml        : frontend.mp frontend.uml view.mp view.uml 

Log message:
        small fixes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.437&tr2=1.438&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/Gzz_Frontend_View.html.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/frontend.mp.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/frontend.uml.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/view.mp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/view.uml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.437 gzz/TODO:1.438
--- gzz/TODO:1.437      Wed Dec  4 10:29:14 2002
+++ gzz/TODO    Wed Dec  4 10:50:40 2002
@@ -183,17 +183,6 @@
        + speed up tests: currently too much execfile().. could
          pre-compile and exec compiled in the same globals().
     humppake:
-       - small documentation with examples for current uml.py
-         - under Documentation/?, using rst, .mp, .uml
-            -> makefile to generate HTML
-       - opengl demo, which uses view (made in python)
-        - rethink interfaces between PlainVanishing and VobScene
-         eg. correct implementation of LollipopCellView needs
-          to affect connections' coordsys (through box?)
-           - first have to understand current interfaces -> UML
-           - new PEG, new UMLs would be good
-            - also stretching relates this
-           - more about PEG1018 - generalizing VobVanishingClient
        - If OvalBgVob is used as Bg vob it should not use colored
           sectors:
             - OvalBgVob to use colored stripes also with AWT
@@ -202,6 +191,14 @@
            - should these be named ColoredXXXVob?
            - think about renderables for OpenGL sides, with them
               dicing and using with distorted coords would be possible :)
+       - opengl demo, which uses view (made in python)
+        - rethink interfaces between PlainVanishing and VobScene
+         eg. correct implementation of LollipopCellView needs
+          to affect connections' coordsys (through box?)
+           - first have to understand current interfaces -> UML
+           - new PEG, new UMLs would be good
+            - also stretching relates this
+           - more about PEG1018 - generalizing VobVanishingClient
        - BallCellView (text inside the ball)
            - we don't want more complicated line breaker, uses cell's
               content will be in square
Index: gzz/doc/Gzz_Frontend_View.html
diff -u gzz/doc/Gzz_Frontend_View.html:1.2 gzz/doc/Gzz_Frontend_View.html:1.3
--- gzz/doc/Gzz_Frontend_View.html:1.2  Tue Dec  3 06:09:10 2002
+++ gzz/doc/Gzz_Frontend_View.html      Wed Dec  4 10:50:40 2002
@@ -7,17 +7,22 @@
 <body>
    
 <h1>Gzz Frontend View</h1>
-       
+
+<p>
+XXX Some description about the view system here :)
+</p>
+
 <p>
-Package <tt>gzz.view</tt>
+<tt><a href="javadoc/gzz/view/package-summary.html">gzz.view</a></tt>
+package summery
 </p>
 
 <p>
-<object data="uml/view.html" style="width: 100%; height: 300px;" />
+<object data="uml/view.html" style="width: 100%; height: 450px;" />
 </p>
 
 <p>
-<object data="uml/viewseq.html" style="width: 100%; height: 300px;" />
+<object data="uml/viewseq.html" style="width: 100%; height: 420px;" />
 </p>
 
 </body>
Index: gzz/doc/uml/frontend.mp
diff -u gzz/doc/uml/frontend.mp:1.5 gzz/doc/uml/frontend.mp:1.6
--- gzz/doc/uml/frontend.mp:1.5 Fri Aug 30 03:53:09 2002
+++ gzz/doc/uml/frontend.mp     Wed Dec  4 10:50:40 2002
@@ -4,7 +4,7 @@
 
 horizontally(40, aaa, GLRenderables, gzz.client.gl);
 
-vertically(50, bbb, gzz.client, gzz.view);
+vertically(50, bbb, gzz.client, View);
 
 Vobs.c = gzz.client.c + (-200, -120);
 horizontally(100, ccc, cl, gzz.client);
Index: gzz/doc/uml/frontend.uml
diff -u gzz/doc/uml/frontend.uml:1.6 gzz/doc/uml/frontend.uml:1.7
--- gzz/doc/uml/frontend.uml:1.6        Fri Nov 29 06:14:06 2002
+++ gzz/doc/uml/frontend.uml    Wed Dec  4 10:50:40 2002
@@ -3,9 +3,9 @@
     jlink
     use gzz.client.gl
     use gzz.client.awt
-    use gzz.view
+    use View
 
-package gzz.view
+package View
     jlink
        ../Gzz_Frontend_View.html
     use Vobs
Index: gzz/doc/uml/view.mp
diff -u gzz/doc/uml/view.mp:1.1 gzz/doc/uml/view.mp:1.2
--- gzz/doc/uml/view.mp:1.1     Fri Nov 29 06:14:06 2002
+++ gzz/doc/uml/view.mp Wed Dec  4 10:50:40 2002
@@ -7,3 +7,13 @@
 
 CellInBox.c = (550, 10);
   vertically(50, cellinbox_v, CellInBox);
+
+gzz.client.c = (0, 200);
+  horizontally(50, gzz.client_h, gzz.client);
+
+gzz.vob.c = (500, -150);  
+  horizontally(50, gzz.vob_h, gzz.vob);
+  
+pad = 30;
+gzz.view.nw = ViewContext.nw +(-pad, 100);
+gzz.view.se = CellInBox.se +(pad, -100); 
Index: gzz/doc/uml/view.uml
diff -u gzz/doc/uml/view.uml:1.1 gzz/doc/uml/view.uml:1.2
--- gzz/doc/uml/view.uml:1.1    Fri Nov 29 06:14:06 2002
+++ gzz/doc/uml/view.uml        Wed Dec  4 10:50:40 2002
@@ -1,5 +1,15 @@
 jlinkpackage gzz.view
 
+package gzz.client
+       jlink
+       use View
+
+package gzz.vob
+       jlink
+               ../Gzz_Frontend_Vobs.html
+
+bigpackage gzz.view
+
 class ViewContext "interface"
        jlink
        assoc - multi(1) role(stores) CellView
@@ -32,7 +42,9 @@
        inherit CellInBox
        use ViewContext
        use CellContentView
+       use gzz.vob
 
 class CellContentView "abstract"
        jlink
        inherit CellInBox
+       use gzz.vob




reply via email to

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