gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO metacode/umltool.py


From: Asko Soukka
Subject: [Gzz-commits] gzz ./TODO metacode/umltool.py
Date: Wed, 08 Jan 2003 03:44:29 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/01/08 03:44:27

Modified files:
        .              : TODO 
        metacode       : umltool.py 

Log message:
        fixing jlink-area for bigpackage

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.493&tr2=1.494&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/umltool.py.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.493 gzz/TODO:1.494
--- gzz/TODO:1.493      Wed Jan  8 01:31:15 2003
+++ gzz/TODO    Wed Jan  8 03:44:26 2003
@@ -36,6 +36,10 @@
        + genimages: allow using different formats for generated images.
          Specifically, need to be able to use gzipped S3TC files; 
          should be a LOT faster to load.
+    benaja:
+        + DimDecorator's text is broken on GL-side. Like text seems to be
+          to tight to be readable. Probably problems with coordinate
+          systems? Other texts works fine.
     tuukkah:
        - get someone to try our main demos:
            - paper
@@ -170,8 +174,6 @@
        - umltool paper dl 15.2., but should actually be done in the late Jan
        - enhancing umltool
            - metapost directive: like .uml, but simply a metapost diagram.
-           - bigpackage jlink should only be the label, not the whole area 
-             of the bigpackage.
            - jlinks should also work in reverse: the UML diagram
              should generate, for each jlink, a version of the diagram
               with the jlink highlighted, and place that into the HTML
@@ -183,7 +185,6 @@
                - reST documents where diagram is explicitly included
                   using the directive, should also be included into diagram
                   (and highlighted when shown in current document)
-               - should implicitly embedded diagrams be somehow resized?
                 - This requires really careful design. Maybe several
                   implementation passes.
                 + Highlighting should be optional. This should be in UML 
source,
Index: gzz/metacode/umltool.py
diff -u gzz/metacode/umltool.py:1.18 gzz/metacode/umltool.py:1.19
--- gzz/metacode/umltool.py:1.18        Tue Jan  7 05:22:24 2003
+++ gzz/metacode/umltool.py     Wed Jan  8 03:44:26 2003
@@ -455,15 +455,14 @@
            """
        return self.repl(s)
     def drawCode(self):
-       s = self.jlinkstr("bboxmeasuredpic(%%)") + """
+       s = """bboxmeasuredpic(%%);
            fixmeasuredpic(%%);
-           draw bboxmeasuredpic(%%);
-           drawmeasuredpic(%%.titl);
-           """
+            draw bboxmeasuredpic(%%);
+            """+\
+            self.jlinkstr("bboxmeasuredpic(%%.titl)")+"""
+           fixmeasuredpic(%%.titl);
+            drawmeasuredpic(%%.titl);"""
        return self.repl(s)
-
-
-
 
 class mpqual(namedEl):
     def __init__(self, var, s, l):




reply via email to

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