[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Sat Oct 22 06:56:09 CEST 2005


SVN commit 472823 by staikos:

update changelog

 M  +166 -0    ChangeLog  


--- trunk/extragear/graphics/kst/ChangeLog #472822:472823
@@ -1,3 +1,169 @@
+2005-09-29 22:18  arwalker
+
+	* : Remove numerous obsolete pointers
+
+2005-09-29 21:49  arwalker
+
+	* : BUG:111570 The change data file dialog will only contain that
+	  files that are actually in use, whereas previously it showed all
+	  files.
+
+2005-09-27 06:10  scripty
+
+	* : SVN_SILENT made messages (.desktop file)
+
+2005-09-26 13:28  staikos
+
+	* : fix compile - missed an export changeover
+
+2005-09-25 22:15  staikos
+
+	* : A monster commit with the bulk of my changes from Paris that
+	  weren't already committed. Includes: 1) A replacement for
+	  kdDebug() and friends that is threadsafe. It's ugly, but it works.
+	  A global mutex is in place now. This makes kdDebug slow, but it
+	  doesn't really matter since it gets compiled out in production.
+	  The new replacement is in "ksdebug.h". Do NOT use kdDebug anymore.
+	  There are some commented-out calls still lurking. 2) Re-focus on
+	  the equation input after filling an operator, scalar, or vector.
+	  3) Add a new extension called "pulse" which generates a signal at
+	  a specified frequency in a vector. There are TODOs noted in the
+	  pulse.cpp file, but it basically works and actually virtually
+	  anything can be done with it by manipulating the data stream with
+	  an equation. This virtually obsoletes the need of external scripts
+	  to generate realtime test data. However the "save" function is not
+	  implemented yet. 4) Implement most of the feature request for a
+	  guideline in X or Y zoom modes. However it's very buggy, as you
+	  will see. I hope to fix it this week. 5) Enforce the file format
+	  for Kst a bit more. Check version numbers of kst files and make
+	  sure they contain a kstdoc node. Write out a version number. 6)
+	  Forward port planck.cpp changes from the branch. 7) Probably
+	  something else I can't remember.
+
+2005-09-24 06:16  scripty
+
+	* : SVN_SILENT made messages (.desktop file)
+
+2005-09-23 15:05  staikos
+
+	* : match branch indenting
+
+2005-09-23 13:17  staikos
+
+	* : explicitly give the values since we save to disk
+
+2005-09-23 07:48  amantia
+
+	* : Fix compile (gcc 4.0.2, KDE 3.5). The remaining issues I cannot
+	  solve now. They are related to unexported symbols from classes
+	  that are generated fro ui and ui.h files, like:
+	  ../kst/kst/.libs/libkstapp.so: undefined reference to `typeinfo
+	  for KstMatrixDialog' and ../kst/kst/.libs/libkstapp.so: undefined
+	  reference to `KstDataRange::KstDataRange(QWidget*, char const*,
+	  unsigned int)'
+
+2005-09-22 17:52  amantia
+
+	* : Fix compile (gcc 4.0.2, KDE 3.5). Still, lots of other classes
+	  and methods need the KST_EXPORT, but now I'm too tired to add
+	  them.
+
+2005-09-22 13:00  staikos
+
+	* : - add an assert to the planck plugin for safety check - add lots
+	  of asserts to kstrvector, and don't try to resize the vector to 0
+	  and then read -1 from the data source.
+
+2005-09-22 11:39  staikos
+
+	* : if vectors can be size=1, let's allow resize to go there.
+
+2005-09-21 18:37  mueller
+
+	* : daily "unbreak compilation"
+
+2005-09-21 16:18  mueller
+
+	* : daily "unbreak compilation"
+
+2005-09-21 14:18  staikos
+
+	* : memory leak fix from the branch
+
+2005-09-21 12:04  staikos
+
+	* : fix memory leak
+
+2005-09-21 11:37  netterfield
+
+	* : Introduce KstPaintType P_UPDATE, which means that at least one
+	  curve has been updated. If any curves are updated, then redraw all
+	  kstviewlabels.
+
+2005-09-20 14:44  staikos
+
+	* : fix piolib skip somewhat. It no longer reads off-by-one and
+	  crashes.
+
+2005-09-20 10:04  staikos
+
+	* : synchronize with the branch. also add a fix for locking in the
+	  dialog.
+
+2005-09-19 19:39  staikos
+
+	* : - remove some apparently dead code - increase data mode
+	  precision. Rounding really isn't right. I tried to make a fast
+	  heuristic for determining the precision automatically but I think
+	  it's too much work and not worth the effort. BUG: 111044
+
+2005-09-19 09:35  netterfield
+
+	* : remove another render on resize in viewlabels by using the
+	  back-buffer to generate the transparency mask.
+
+2005-09-19 01:12  staikos
+
+	* : Make labels empty by default. No-one wants a label that says
+	  "Text". Also disable auto-defaulting of properties. it's confusing
+	  and annoying in my opinion, but if the feature is demanded, we can
+	  come up with a better solution
+
+2005-09-19 01:00  staikos
+
+	* : remove extra draws and temporary debug messages that aren't
+	  needed. This fixes rotation and other properties of labels, which
+	  weren't updating properly.
+
+2005-09-18 05:13  netterfield
+
+	* : More improvements to view labels. resize resize bug fixed fewer
+	  renders called
+
+2005-09-16 17:14  staikos
+
+	* : This lock isn't recursive, so acquire it only once BUG: 112751
+
+2005-09-16 01:48  staikos
+
+	* : Add a context menu for tabs, and make them movable via drag and
+	  drop too. I think this needs some testing in realtime mode. I'm
+	  afraid it will be crashy. Close doesn't work right, but a bug is
+	  already filed for that.
+
+2005-09-15 20:47  staikos
+
+	* : I'm not sure why this was done, but it seems to be wrong. There
+	  are many non- editable vectors and matrices that will need to be
+	  purged too. Was it intended to purge -all- editable vectors and
+	  matrices regardless of reference count? If so, that's a different
+	  case altogether, but I'm not sure if that's wise since it could
+	  leave to very confusing object hierarchies. For now, revert.
+
+2005-09-15 14:10  staikos
+
+	* : update changelog
+
 2005-09-15 14:05  staikos
 
 	* : add a notifier LED in the statusbar (yay, a real-world use for


More information about the Kst mailing list