fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] journals mudyc


From: Matti Katila
Subject: [ff-cvs] journals mudyc
Date: Fri, 29 Aug 2003 15:23:07 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    journals
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/29 15:23:07

Modified files:
        .              : mudyc 

Log message:
        get rid of most unreleated jobs and plan next week

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/journals/mudyc.diff?tr1=1.108&tr2=1.109&r1=text&r2=text

Patches:
Index: journals/mudyc
diff -u journals/mudyc:1.108 journals/mudyc:1.109
--- journals/mudyc:1.108        Thu Aug 28 10:22:15 2003
+++ journals/mudyc      Fri Aug 29 15:23:07 2003
@@ -6,6 +6,8 @@
     - PEG: Hmm, yes, good idea would be to PEG the previous name change
         and also at the same time the new method getAllActiveCSAt
     - PEG dbg printouts
+    - lines
+        - replace dumb version with better corners
 
 unscheduled:
     - libvob release requirements for release 0.1,
@@ -13,8 +15,7 @@
         - all coordsystems should work for awt which are used in FenPDF 
     - keep awt port in work
         - blocked by invertSomethingCS documentation
-        - Ask from tjl about his ideas for better version of concat.
-    - lines
+
     - pp paper transclusions!
         - how to avoid recursion?
     - PEG textlinks_initialgoals
@@ -42,75 +43,73 @@
          "Error: CallistCoorded with non-glperformable."
          explain why or/and fix. Can be seen when running buoyoing.
 
-Soon:
-
-    - [tjl] Discuss buoy geometry with Tjl; we can't have what it currently is 
- 
-      it's just not right
-    - [tjl] FlushableCachedNodeFunction: appears useful but rather 
-      inelegant:
-       1) specify what it is really needed for
-       2) reimplement, with
-           - derive from CachedNodeFunction so that it can be explicitly
-             flushed
-           - if, in 1) it is seen that there might be cases where more than one
-             flushable set is needed, add that functionality
-           - rename methods: flush() -> flushAll() tms
-       3) DOCUMENT!!!
-
-
-2003-07-XX:
-    - move fenfire test code to libvob, move libvob tests to their correct 
places
-      in the tree (as in fenfire)
-
-
-- [tjl] Are the following still relevant? If yes, reinsert into my journal
-  WITH A LOT OF DETAIL OF WHERE AND WHAT EXACTLY YOU WANT
-    - [mudyc] document libvob code generation so that liblines jni part
-      can be implemented. GLRen tutorial...
-
-- [tjl] Go through tests in libvob that are marked to fail in awt or gl
-  and see which are bugs. Fix them.
-
-- [tjl] fix libvob test failure
-
-- [tjl] ps/pdf import
-    - test error scenarios very carefully with differently
-      broken ps/pdf files
-      in actual .test cases
-
-- [tjl] 
-    - [mudyc] libvob/include/vob/vobs/Lines.hxx why coords1.transform 
-      doesn't affect when running vob/demo/lines.py?
-      libvob/src/lines/Lines.cxx -> could you check the gl settings (after 
-      coordinates are set correctly..) can 1d texture be made?
-    - I don't understand the second part at all.
-      When adding stuff to my journal, PLEASE MAKE IT REALLY EXPLICIT AND 
CLEAR.
-
-- [tjl] clean SelectListVob :
-    Make a PEG with the following components:
-    1. make it immutable, so the constructor is called once with a suitable
-       array
-    2. get index of node to be colorized from a coordinate system, 
-       in the OpenGL code, to allow
-       a "selection bar" to move when moving the mouse.
-       This needs a new vob type: SelectVob, which takes two or more 
coordinate systems:
-       it checks the value of the first one and calls a vob depending on that
-       to render, with the rest of the coordsyses as parameters.
-           - this is a primitive we need anyway at some point, to allow quick 
reaction
+    - [tjl] clean SelectListVob :
+        Make a PEG with the following components:
+        1. make it immutable, so the constructor is called once with a 
+           suitable array
+        2. get index of node to be colorized from a coordinate system, 
+           in the OpenGL code, to allow
+           a "selection bar" to move when moving the mouse.
+           This needs a new vob type: SelectVob, which takes two or more 
+           coordinate systems:
+           it checks the value of the first one and calls a vob 
+           depending on that
+           to render, with the rest of the coordsyses as parameters.
+           - this is a primitive we need anyway at some point, to allow quick 
reaction
              to mouse motions
            - however, the primitive is only for temporary use - to obtain 
optimal
              performance in the long run, the vobs themselves should check the 
cs
              (or some other "activation thing").
-    3. Support for using another coordsys for graying out selections.
-       Support for calling the vob to create the coordsys with the grayed-out 
data.
-    4. document all data members carefully
+        3. Support for using another coordsys for graying out 
+           selections. Support for calling the vob to create the coordsys with 
the grayed-out data.
+        4. document all data members carefully
+
+    - [tjl] ps/pdf import
+        - test error scenarios very carefully with differently
+          broken ps/pdf files in actual .test cases
+
+late in next week:
+
+    - move fenfire test code to libvob, move libvob tests to their 
+      correct places in the tree (as in fenfire)
+        - [tjl] Go through tests in libvob that are marked to fail in 
+          awt or gl and see which are bugs. Fix them.
+             - [tjl] fix libvob test failure
+                 - bugzilla
+
+early in next week:
+
+    - start documentation run
+        - list unclear documentation
+        - find XXX
+    
+    - remove pp actions and such crap.
+
+    - create java interfaces and document well
+        - animation stuff
+
+    - test cases
+        - set no animation is called only in rigth place
+            - remove every other setNoAnimation method from everywhere
+            - remove every other UpdateManager.chg()
+
+    - start FenLand (collecting buoyoing stuff together)
+        - Buoy geometry
+            - Ctrl-drag to move viewport
+            - remove/create viewport(s)
+        - java implementation of buoymanager
+            - fix invalid coordsys ind bug already found 
 
-- get rid of ToDo part in my journal
 
 =============
 Past:
 =============
 
+2003-08-29:
+    - found invalid coordsys ind bug
+    - not much else, tried epydoc for jython documentation with no 
+      succes. some newbie stuff.
+ 
 2003-08-28:
     - work to do
         - javadoc




reply via email to

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