[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Mon Aug 8 23:28:20 CEST 2005


SVN commit 444124 by staikos:

update changelog

 M  +236 -0    ChangeLog  


--- trunk/extragear/graphics/kst/ChangeLog #444123:444124
@@ -1,3 +1,239 @@
+2005-08-08 21:10  rchern
+
+	* : Centred resize mode - allows ellipses to be resized (hotpoints
+	  for ellipses to come)
+
+2005-08-08 19:45  staikos
+
+	* : Add support for controlling the precision of data values
+	  displayed in labels. Does not affect 2dplot labels yet since they
+	  don't use the new label renderer. FEATURE: 105915
+
+2005-08-08 18:58  staikos
+
+	* : a note about an inefficiency here
+
+2005-08-08 18:57  staikos
+
+	* : support for indexed vectors
+
+2005-08-08 18:56  staikos
+
+	* : testcases for equations with embedded equations, and equations
+	  that use indexed vectors
+
+2005-08-08 05:37  staikos
+
+	* : parse out more complicated embedded data references such as
+	  [vector[index]] [=equation] The second case is fully implemented
+	  but not fully tested. The first case is not yet activated. Also
+	  fix a locking bug in the interpreter.
+
+2005-08-08 03:44  staikos
+
+	* : ignores
+
+2005-08-08 03:08  staikos
+
+	* : - (foo & x) == x is the same as foo & x - add a missing default:
+
+2005-08-06 18:53  rchern
+
+	* : Fix line hotpoint dragging
+
+2005-08-06 01:27  rchern
+
+	* : Hotpoint moving for lines
+
+2005-08-05 20:07  rchern
+
+	* : fix tie box fill color
+
+2005-08-05 19:59  rchern
+
+	* : fix hotpoint colour
+
+2005-08-05 19:37  rchern
+
+	* : - make editviewobjectdialog more generic - doubles for arrowhead
+	  scaling - more properties for text labels - move
+	  borderedviewobject properties into itself
+
+2005-08-05 17:31  rchern
+
+	* : Fix picture placeholder drawing
+
+2005-08-05 00:56  rchern
+
+	* : Draw ellipses from centre
+
+2005-08-05 00:28  rchern
+
+	* : Double headed arrows and arrowhead scaling
+
+2005-08-04 22:51  rchern
+
+	* : Draw pictures as they are dragged, and show X on gray background
+	  if no image can be drawn.
+
+2005-08-04 21:58  rchern
+
+	* : Some more useful defaults before first sticky defaults take
+	  effect
+
+2005-08-04 21:38  rchern
+
+	* : - sticky defaults - more properties for lines/arrows -
+	  workaround for Qt::PenStyle enums used in QT properties
+
+2005-08-04 15:53  staikos
+
+	* : add const
+
+2005-08-04 05:21  staikos
+
+	* : no need for virtual in these ones, right? We need to audit and
+	  try to reduce our vtables in general at some point.
+
+2005-08-03 21:31  rchern
+
+	* : Mouse handlers for the different mouse modes to avoid cluttering
+	  KstTopLevelView. These will also store sticky settings such as
+	  object defaults for the different modes
+
+2005-08-03 20:03  tskisner
+
+	* : fix compile errors on 64bit platforms where pointer size !=
+	  sizeof(uint). Also fix a typecast in jseventmapper.cpp - is this
+	  the intended behaviour?
+
+2005-08-03 19:13  rchern
+
+	* : - complete lines so they draw in all 4 quadrants - fix arrowhead
+	  direction - preliminary hotpoints for lines
+
+2005-08-02 19:22  rchern
+
+	* : - curves draw legend symbols themselves - images have legend
+	  symbols too: - gradient of the color palette if colormap, - box in
+	  contour color if contourmap
+
+2005-08-02 02:57  staikos
+
+	* : - fix compile - I like the idea of factoring out this math
+	  stuff, but let's keep it all in one file.
+
+2005-07-30 23:21  mueller
+
+	* : unbreak compilation
+
+2005-07-29 23:57  rchern
+
+	* : No such thing
+
+2005-07-29 23:52  rchern
+
+	* : Image reworking: - Many KstBaseCurve properties moved to
+	  KstVCurve - KstImage turned into KstBaseCurve - Much code
+	  referring to KstImage removed from 2dplot, data manager, dialogs,
+	  updatethread etc.. - functions provided by KstBaseCurve removed
+	  from KstImage - KstBaseCurve gets paint() function, curve/image
+	  rendering code removed from 2dplot, and KstCurveRenderContext
+	  struct created - the following virtual functions added to
+	  KstBaseCurve: virtual void paint(KstCurveRenderContext context) =
+	  0; virtual KstDataObjectPtr providerDataObject() const = 0;
+	  virtual double distanceToPoint(double xpos, double dx, double
+	  ypos) const = 0; virtual void yRange(double xFrom, double xTo,
+	  double* yMin, double* yMax) = 0; CCMAIL: 108025 at bugs.kde.org
+
+2005-07-29 17:47  arwalker
+
+	* : Add arrow icon to build
+
+2005-07-29 17:43  arwalker
+
+	* : Add arrow icon
+
+2005-07-29 17:28  arwalker
+
+	* : Remove printf statement
+
+2005-07-29 17:20  arwalker
+
+	* : Make case insensitive
+
+2005-07-29 16:44  arwalker
+
+	* : BUG:109460 Allow user to specify data file to be loaded into
+	  data wizard on the command line.
+
+2005-07-28 23:39  mueller
+
+	* : SVN_SILENT update FSF address - use admin from KDE 3.5
+
+2005-07-28 19:20  staikos
+
+	* : you missed two files Rick. Re-enable when they're checked in
+
+2005-07-28 18:39  rchern
+
+	* : update to use altered matrix functions
+
+2005-07-28 18:38  rchern
+
+	* : - no references to "Z" in public matrix functions - remove
+	  resize(int) funciton and replace with resize(int x, int y)
+	  function - remove rawData function and replace with
+	  setValue(double x, double y, double z) and setValueRaw(int x, int
+	  y, double z) - change value() and valueRaw() to return the values
+	  and accept a pointer to a bool
+
+2005-07-28 04:05  scripty
+
+	* : SVN_SILENT made messages (.desktop file)
+
+2005-07-28 03:55  staikos
+
+	* : allow the user to create DataMatrices
+
+2005-07-28 03:43  staikos
+
+	* : revertlast
+
+2005-07-28 03:43  staikos
+
+	* : add bindings for matrices - partially incomplete
+
+2005-07-28 03:43  staikos
+
+	* : cleanups (including DOS->Unix line endings)
+
+2005-07-28 01:07  rchern
+
+	* : Ignores
+
+2005-07-28 01:01  rchern
+
+	* : Very preliminary skeleton of graphics view objects UI - most
+	  features do not work/are buggy
+
+2005-07-25 18:12  staikos
+
+	* : change show() to showing() to make it less confusing (it doesn't
+	  show the object but rather sets the showing state) fix compile.
+
+2005-07-25 18:07  staikos
+
+	* : add const
+
+2005-07-25 17:28  staikos
+
+	* : add the ascii matrix sample file
+
+2005-07-25 17:27  staikos
+
+	* : update changelog
+
 2005-07-22 23:17  arwalker
 
 	* : BUG:109467 Allow user to specify a base font size for the plots.


More information about the Kst mailing list