[Kst] kdeextragear-2/kst (silent)

George Staikos staikos at kde.org
Wed Apr 6 01:23:36 CEST 2005


CVS commit by staikos: 

CVS_SILENT update changelog


  M +83 -0     ChangeLog   1.52


--- kdeextragear-2/kst/ChangeLog  #1.51:1.52
@@ -1,2 +1,85 @@
+2005-04-05 Tuesday 15:22  staikos
+
+        make it clear that this is not for general use
+
+2005-04-05 Tuesday 15:15  staikos
+
+        put a lock on the update.  not sure if it will deadlock, but it will block so
+        it's bad nonetheless.  also use constiterator
+
+2005-04-05 Tuesday 15:07  staikos
+
+        stdin is a special case
+
+2005-04-05 Tuesday 14:49  staikos
+
+        I figured 0 was "right" but wasn't yet sure it was safe - seems to be.
+
+2005-04-05 Tuesday 14:36  staikos
+
+        make translation a bit easier
+
+2005-04-05 Tuesday 14:27  staikos
+
+        decision is yes, scalars and strings are important
+
+2005-04-05 Tuesday 14:17  staikos
+
+        more efficient - assume we have a widget if we have a function
+
+2005-04-05 Tuesday 14:10  staikos
+
+        make it a bit easier to translate, format the date properly
+
+2005-04-05 Tuesday 14:02  staikos
+
+        no, doing it yourself is better (as we currently do where needed)
+
+2005-04-05 Tuesday 14:00  staikos
+
+        two fixmes for the same problem
+
+2005-04-05 Tuesday 13:56  staikos
+
+        predicting the future
+
+2005-04-05 Tuesday 13:52  staikos
+
+        re-enable, it is due to broken fonts distributed and lack of support in
+        fontconfig
+
+2005-04-05 Tuesday 13:48  staikos
+
+        remove "FIXME" and use #if 0 to make enabling/disabling easier
+
+2005-04-05 Tuesday 13:38  staikos
+
+        datasources are paused, not rvectors
+
+2005-04-05 Tuesday 13:35  staikos
+
+        final optimization - reorder the comparison and factor out a subtraction.
+
+2005-04-05 Tuesday 13:33  staikos
+
+        i < new_nf  ->  new_nf - i > 0  but skip > 0 so
+        new_nf - i >= Skip
+                          ->  new_nf - i >= 1  ->  new_nf - i > 0 so this is redundant
+
+2005-04-05 Tuesday 13:27  staikos
+
+        tightening the loop (more to come)
+
+2005-04-05 Tuesday 12:33  staikos
+
+        add a flag for "color mode", which is monochrome, greyscale, or colour (default)
+        This can be used, once implemented in KstColorSequence functions, for both
+        display and printing purposes.  We can have a submenu of Settings/ to choose
+        the mode, and likewise have options in the print settings panel.
+
+2005-04-05 Tuesday 10:17  staikos
+
+        move to the netcdf source that supports multiple samples per frame
+
 2005-04-04 Monday 23:29  staikos
 




More information about the Kst mailing list