[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Thu Sep 15 16:10:24 CEST 2005


SVN commit 460854 by staikos:

update changelog

 M  +208 -0    ChangeLog  


--- trunk/extragear/graphics/kst/ChangeLog #460853:460854
@@ -1,3 +1,211 @@
+2005-09-15 14:05  staikos
+
+	* : add a notifier LED in the statusbar (yay, a real-world use for
+	  KLed!) that illuminates when new data arrives. could use a bit of
+	  cosmetic and performance work, which is documented
+
+2005-09-15 13:11  netterfield
+
+	* : Printing transparent labels works better now.
+
+2005-09-15 05:19  staikos
+
+	* : i18n() text. this code is somewhat wrong in that it compares
+	  i18ned text now.
+
+2005-09-15 04:57  staikos
+
+	* : add a note so we know what to fix when this breaks again
+
+2005-09-15 04:54  staikos
+
+	* : cleanup the formatting a bit, and fix linestep on
+	  KDoubleSpinBox. That's one strange class. It basically doesn't
+	  work as documented.
+
+2005-09-15 04:00  staikos
+
+	* : SVN_SILENT remove NULL
+
+2005-09-15 03:58  staikos
+
+	* : - push variables back into the right scope - use preincrements -
+	  lock the lists before we copy them. We might have to do this
+	  elsewhere too. I don't think we need a deepcopy here.
+
+2005-09-14 19:59  staikos
+
+	* : fix updates of objects depending on vectors from plugins.
+	  Perhaps quite inefficient but at least it updates now. NumNew is
+	  set to length() when a plugin says it updated the output vectors.
+	  Also fixes a bug in NumNew where it became negative when
+	  vectorRealloced() was triggered.
+
+2005-09-14 19:57  staikos
+
+	* : - cleanup of formatting to make it much more legible - convert a
+	  for-loop into a memset which will be much more efficient on
+	  optimized builds
+
+2005-09-14 17:04  staikos
+
+	* : Add a statusbar notifier of errors. Clicking on it shows the
+	  debug log. A new icon set of two or more icons for the animation
+	  would be appreciated. Also kstlinestyle should only exist once,
+	  not one time for each user, so don't put static arrays in .h
+	  files.
+
+2005-09-14 14:45  staikos
+
+	* : Errors should be filed as errors
+
+2005-09-14 07:33  netterfield
+
+	* : A number of 'fixes' to viewlabels: -If a plot is dirty, declare
+	  its children dirty. -this is a hack so that fit labels will get
+	  updated until labels which refer to dirty scalars can be dirtied
+	  automatically. -Make 'transparent' label maintain anti-aliasing.
+	  This looks better in the common case, but the transparency is no
+	  longer perfect. Another solution could be considered. -Make
+	  autoresized labels scale with the screen size. This follows the
+	  same rules as the old kstlabes did: 0 means the default size for a
+	  plot of a certain size, and will scale with the plot (Currently it
+	  scales with the window, but I will fix this shortly). For
+	  non-autoresized labels, use a fixed size. All sizes are relative
+	  to the global settings font size.
+
+2005-09-13 19:12  staikos
+
+	* : add Ted and Matt to the credits. if you think your spam filters
+	  are good enough, feel free to add your email address. (or any
+	  other info)
+
+2005-09-13 18:58  staikos
+
+	* : - remove x = new Foo; if (x) - fix formatting - fix flicker when
+	  escape is hit in layout mode -> there is also a bug here which was
+	  not tracked yet - use a const iterator where possible
+
+2005-09-13 18:29  staikos
+
+	* : remove printf()
+
+2005-09-13 18:28  staikos
+
+	* : - delispify a bit - use C++ type conversions - factor out
+	  abs/fabs calls (ex: abs(x)/abs(y) == abs(x/y)) - note about
+	  kst_cast<> being expensive and finding a better solution for
+	  finding the right handler object
+
+2005-09-13 18:15  staikos
+
+	* : unused member
+
+2005-09-13 18:00  staikos
+
+	* : some updates for the release plan
+
+2005-09-13 17:57  staikos
+
+	* : let's find out how this happens
+
+2005-09-13 17:38  staikos
+
+	* : ignores
+
+2005-09-13 17:11  truch
+
+	* : Now that the js is back in, kstcmd gets installed as well.
+
+2005-09-13 15:20  staikos
+
+	* : a note for later
+
+2005-09-13 11:01  netterfield
+
+	* : Fix merge error...
+
+2005-09-13 07:34  netterfield
+
+	* : Make it so the fit label generator can find all the parameters,
+	  even thought the newly created fit plugin has never been updated.
+	  There are a few debugging printfs in here for tracking down labels
+	  never being updated which will deleted soon...
+
+2005-09-13 06:59  scripty
+
+	* : SVN_SILENT made messages (.desktop file)
+
+2005-09-12 18:47  staikos
+
+	* : show the revision in the debug dialog
+
+2005-09-12 18:40  staikos
+
+	* : set the property too
+
+2005-09-12 18:39  staikos
+
+	* : typo
+
+2005-09-12 18:36  staikos
+
+	* : add revision tag to debug
+
+2005-09-12 18:34  staikos
+
+	* : TRUE->true (C++ standard) and DoFoo->doFoo notation
+
+2005-09-12 17:25  staikos
+
+	* : memory leak fixes
+
+2005-09-12 17:06  staikos
+
+	* : fix warning
+
+2005-09-12 16:20  staikos
+
+	* : enable the JS extension compile. It's a good reason why some
+	  people could be seeing weird crashes. An old extension that is
+	  mismatched with the build could be binary incompatible.
+
+2005-09-12 14:33  staikos
+
+	* : - remove old KstViewLabel dialog - unify "edit" support for
+	  objects - add missing vim modelines - fix vim modelines - detabify
+	  files
+
+2005-09-12 13:56  staikos
+
+	* : update changelog
+
+2005-09-12 13:52  staikos
+
+	* : missed a stray semicolon
+
+2005-09-12 13:51  staikos
+
+	* : fix vim modelines and use a namespace instead of a class
+
+2005-09-12 13:47  staikos
+
+	* : - fix memory leak due to circular reference - make the edit
+	  object dialog modal and put it on the object directly. it doesn't
+	  make sense to keep it globally. it may not make sense to leave it
+	  as a modal dialog either, but that can easily be changed later
+	  once the implications are sorted out - add refresh timer property
+	  to pictures - fix the geometry of the properties dialog a bit
+
+2005-09-12 12:33  staikos
+
+	* : fix memory leak: circular SharedPtr references caused toplevel
+	  views to never be destroyed.
+
+2005-09-12 12:21  staikos
+
+	* : Make sure we get config.h
+
 2005-09-09 17:42  arwalker
 
 	* : fix indentation


More information about the Kst mailing list