gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] journals mudyc tjl


From: Tuomas J. Lukka
Subject: [Gzz-commits] journals mudyc tjl
Date: Wed, 25 Jun 2003 14:01:44 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    journals
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/25 14:01:42

Modified files:
        .              : mudyc tjl 

Log message:
        tasks

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

Patches:
Index: journals/mudyc
diff -u journals/mudyc:1.70 journals/mudyc:1.71
--- journals/mudyc:1.70 Tue Jun 24 10:28:08 2003
+++ journals/mudyc      Wed Jun 25 14:01:41 2003
@@ -24,6 +24,12 @@
         - I'm getting married with Heidi.
 
 2003-06-XX:
+
+    - [tjl] fastview: more documentation: under what assumptions do things need
+      to work &c - can same fastview be twice in same vobscene? Different
+      windows? It's a good idea but needs much more robust documentation.
+      "Changes vobscene by not changing it" is *NOT* enough -- to someone
+      who doesn't know the system well it would not tell anything..
     - [tjl] split node splitting out of RDFUtil;
     - PEG textlinks_initialgoals
         - [tjl] PEG the text editing / linking steps forward. Goals 
@@ -52,6 +58,24 @@
     - write a test case for rm_1AA bug.
     - save and load for fenpdf
         - sax exception?
+
+Urgent: before tjl's holiday:
+    - [tjl] area selecting of pagescroll canvas: I don't want to get into
+      the event handling too much before I see a PEG so could you get the 
+      relevant events and make a clear place where the selection code should 
be?
+    - [tjl] Are the following still relevant? If yes, reinsert into my journal
+       - [mudyc] document libvob code generation so that liblines jni part 
+         can be implemented. GLRen tutorial...
+       - editing 1: writing new text
+           - [mudyc] already implemented
+             ääkköset do not work - crashes
+               - [tjl] make a test!
+
+    - [tjl] The following I don't understand - clarify and reinsert, please
+       - [mudyc] click button 3 to make some node accursed
+         if none accursed new text is written and cursor is seen.
+       - [mudyc] no cursor still in text nor mouse click
+         set cursorOffset properly
 
 =============
 Past:
Index: journals/tjl
diff -u journals/tjl:1.107 journals/tjl:1.108
--- journals/tjl:1.107  Tue Jun 24 08:24:33 2003
+++ journals/tjl        Wed Jun 25 14:01:41 2003
@@ -100,38 +100,15 @@
 Documentation
 -------------
 
-- [mudyc] document libvob code generation so that liblines jni part 
-  can be implemented. GLRen tutorial...
 
 
 FenPDF
 ------
 
-- editing 1: writing new text
-    - [mudyc] already implemented
-      ääkköset do not work - crashes
-    - [mudyc] click button 3 to make some node accursed
-      if none accursed new text is written and cursor is seen.
-    - [mudyc] no cursor still in text nor mouse click
-      set cursorOffset properly
 - editing 2: selecting pieces of pageimage scroll
 
-- general adjustments to coordinates and sizes
-- window: lower & upper view?
-    - different vobscenes?!
-       - vobscene recursion?
 - editing 3: transclusion of pageimage piece
     - blocked by 2.
-- editing 4: pp links (HOW?!?!)
-    - [mudyc] easy, just accurse two different nodes
-      and click "Link"
-
-- determine which pages are how important for mipzip loading.
-    - first: real scrollblocks which are shown
-    - ideally, NV_occlusion_query?
-    - get from actual rendering?
-       - integration of per-frame visuals?
-           - same frame shown for a long time...
 
 - FenPDF:
     - enfilade overlaps 3: between different transclusions
@@ -141,34 +118,44 @@
        - transferring photos to shared structure &c
 - PEG concatInverse into VobScene
 
-- pp link making geometry 
+- pp link making geometry (i.e. search)
 
 Scheduled
 ===========
 
-2003-07-01 .. 2003-07-31: holiday
+    - scan benja's image of fenpdf drawn in hki
 
 - AN UNINTERRUPTED, FOCUSED EFFORT FOR 3 MONTHS (?) TO GET FENPDF
   FINISHED
 
-2003-06-30:
+    - NEXT ARTICLE'S IDEAS AND BIBLIOGRAPHY **WILL** BE HANDLED WITH FENPDF
 
-    - scan benja's image of fenpdf drawn in hki
+2003-07-01 .. 2003-07-31: holiday
 
-    - area selecting of pagescroll canvas
+2003-06-30:
 
-    - buoymanager click + drag -- don't stop drag when out of cs.
 
 
     - figure out the buoy shifting stuff - it's reall not right
 
+    - finish porting paper appearances
+       - demo with halo & blur param adjustment
 
-2003-06-24: 
+    - make LEGO controllers for poster
+
+    - lego controller calibration
+
+    - demo program for talk
 
 =============
 Past:
 =============
 
+2003-06-25: 
+    - spanimages: porting the paper appearances from the old code
+    - selectionpaper: port from gzz the paper that can show a selection by 
bleaching it.
+    - thinking about what needs to be done before holiday
+
 2003-06-24: 
     - spanimages: 
        - now test passes 
@@ -177,8 +164,20 @@
 
 2003-06-23: 
     - Spanimages
-       - code completed
        - remaining bug located: seems to think mipmap value really small
+       - code completed
+         compare the original
+           - determine which pages are how important for mipzip loading.
+               - first: real scrollblocks which are shown
+               - ideally, NV_occlusion_query?
+               - get from actual rendering?
+                   - integration of per-frame visuals?
+                       - same frame shown for a long time...
+         with the final solution:
+           - determine which pages are how important for mipzip loading.
+               - get pixels rendered at each mipmap level when rendering by
+                 approximating
+               - load based on that information
     - a little chord statistics thinking on the intervals
 
 2003-06-22: 




reply via email to

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