[tekui-devel] tekui: Updated TODO; updated documentation; removed classes.txt; ...

Timm S. Mueller tmueller at neoscientists.org
Thu Feb 7 02:23:41 CET 2008


details:   http://hg.teklib.org/tekui/rev/473bbc0d7bb9
changeset: 360:473bbc0d7bb9
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Thu Feb 07 02:22:27 2008 +0100
description:
Updated TODO; updated documentation; removed classes.txt; improved stylesheet;
_VERSION warning removed from document generator; minor optimization in Group

diffs (truncated from 1407 to 100 lines):

diff -r affe522f62cb -r 473bbc0d7bb9 TODO
--- a/TODO	Thu Feb 07 01:14:05 2008 +0100
+++ b/TODO	Thu Feb 07 02:22:27 2008 +0100
@@ -5,20 +5,12 @@
 
  * PopSlider
  * PopCycle
- * Text
- * Checkmark
- * Radiobutton [ok]
  * Gauge
  * PopFile/PopDrawer
  * PopPen?
-
-=== Imagery ===
-
- * Arrows
+ * FloatText [ok]
+ * Checkmark [ok]
  * Radiobutton [ok]
- * Checkmark
- * File
- * Gradients
 
 === General ===
 
@@ -32,4 +24,5 @@
  * Localisation
  * Run in TEKlib-Lua-Interpreter
  * Redraw, RedrawBorder, Selected, Pressed, Hilite as Flags?
- * realtime modification of all attributes, change theme
+ * realtime modification of attributes affecting layout [ok]
+ * change theme
diff -r affe522f62cb -r 473bbc0d7bb9 doc/classes.txt
--- a/doc/classes.txt	Thu Feb 07 01:14:05 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,583 +0,0 @@
-+ Class 2.1 
-  implements:
-    .new()
-    .newClass()
-    :getClass()
-    :getClassName()
-  attributes:
-    ._NAME
-  + Object 1.7 
-    implements:
-      :addNotify()
-      :doNotify()
-      :remNotify()
-      :resolveNotify()
-      :setMulti()
-      :setValue()
-    attributes:
-      .Notifications
-    + Border 1.3 
-      implements:
-        .loadClass()
-        :draw()
-        :getBorder()
-        :getRegion()
-      + Button 1.5 
-        overwrites:
-          :draw() [Border]
-          :getBorder() [Border]
-      + Group 1.5 
-        overwrites:
-          :draw() [Border]
-          :getBorder() [Border]
-          :getRegion() [Border]
-      + Hilite 1.5 
-        overwrites:
-          :draw() [Border]
-          :getBorder() [Border]
-      + Recess 1.5 
-        overwrites:
-          :draw() [Border]
-          :getBorder() [Border]
-      + Socket 1.5 
-        overwrites:
-          :draw() [Border]
-          :getBorder() [Border]
-    + Display 2.2 
-      implements:
-        :closeFont()
-        :openFont()
-        :openVisual()
-        :sleep()
-        :textSize()
-        :wait()
-      overwrites:
-        .new() [Class]
-      attributes:
-        .FontCache
-        .Theme
-    + Drawable 2.2 
-      implements:
-        :backFill()
-        :close()
-        :drawImage()


More information about the tekui-devel mailing list