[Kst] kdeextragear-2/kst (silent)
George Staikos
staikos at kde.org
Thu Feb 12 18:59:02 CET 2004
CVS commit by staikos:
CVS_SILENT update changelog
M +100 -0 ChangeLog 1.14
--- kdeextragear-2/kst/ChangeLog #1.13:1.14
@@ -1,2 +1,102 @@
+2004-02-12 Thursday 12:56 staikos
+
+ * - much more work on the interpreter and parser
+ - hook in a demo with timings to demonstrate how much faster we are
+ - interpret most of the old functions
+
+ result: new code, with function calls, takes 1/3 the amount of CPU time as the
+ old parser. In the absence of function calls, the differential is much
+ larger yet. Constant folding and other optimizations could also be of
+ use.
+
+2004-02-12 Thursday 10:52 staikos
+
+ * New KstEquation parser that should be many times faster than the current one.
+ Still needs a bit of work before it can be plugged into KstEquation.
+
+2004-02-12 Thursday 00:46 staikos
+
+ * I just discovered how efficient Qt's XPM loading is
+
+2004-02-11 Wednesday 23:50 staikos
+
+ * make this public just in case we want to call it from a script
+
+2004-02-11 Wednesday 23:49 staikos
+
+ * create scalars before updating them
+
+2004-02-11 Wednesday 23:45 staikos
+
+ * scalars should be updated in these cases
+
+2004-02-11 Wednesday 23:44 staikos
+
+ * lots of important performance fixes, update fixes, and crash avoidances
+
+2004-02-11 Wednesday 22:45 staikos
+
+ * a bunch of optimizations and a couple of crash fixes
+
+2004-02-11 Wednesday 13:34 staikos
+
+ * more unfortunate problems due to the event loop being re-entered
+ -> possible workaround would be to disable the update timer during file loads,
+ but file opening is asynchronous too!
+
+2004-02-11 Wednesday 11:17 staikos
+
+ * scalar trigger creator dialog
+
+2004-02-11 Wednesday 08:43 staikos
+
+ * make vectors accessible from js
+
+2004-02-11 Wednesday 07:43 staikos
+
+ * make more sense, less crash
+
+2004-02-11 Wednesday 07:03 staikos
+
+ * make it compile with newer piolib
+
+2004-02-10 Tuesday 22:58 staikos
+
+ * - make _tag private and fixup accordingly
+ - add the beginning of vector and data object bindings for JS
+ - mandatory TODO file
+
+2004-02-10 Tuesday 21:45 staikos
+
+ * - Set the names of KstObjects so that they're more useful in JS
+ - Add a signal to KstScalar::setValue() so that it can be hooked into for
+ the purpose of triggering events on values
+ - Add bindings for KstScalars to the js code
+ - Add a demo that shows how to execute code when a scalar reaches a certain
+ absolute value
+ - Add ability to load scripts from files (action merged with the UI)
+ - Merge in the right place
+
+2004-02-10 Tuesday 12:47 staikos
+
+ * oops, don't set this if we don't have a complete piolib setup
+
+2004-02-10 Tuesday 12:28 staikos
+
+ * This function was removed from piolib. Let's use a new one
+
+2004-02-10 Tuesday 05:00 staikos
+
+ * renamed plancktoi->planckobj and TOI->Object to reflect the new meaning of the
+ class, which does all objects, not just TOI ones. Could probably now remove
+ the base class too.
+
+2004-02-10 Tuesday 04:48 staikos
+
+ * Added "extension" framework to Kst which allows Kst to make use of optional
+ technology not available in the minimum required KDE version. Added
+ KJSEmbed extension, which is only marginally functional right now, and is not
+ in the build since it needs an autoconf check still.
+
2004-02-09 Monday 08:42 staikos
More information about the Kst
mailing list