[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Mon Dec 19 07:40:53 CET 2005


SVN commit 489577 by staikos:

update changelog


 M  +151 -0    ChangeLog  


--- trunk/extragear/graphics/kst/ChangeLog #489576:489577
@@ -1,3 +1,154 @@
+2005-12-09 16:54  netterfield
+
+	* : A rebuttal :-)
+
+2005-12-09 04:59  staikos
+
+	* : Allow objects to be created as children of other objects, not
+	  just windows. Object creation is a bit unusual though since they
+	  are created in invalid state if they are not off the toplevel.
+
+2005-12-09 04:17  staikos
+
+	* : add support for remove by index as well, though there is a bug I
+	  can't track down. it works, but it throws a type error exception.
+
+2005-12-09 03:27  staikos
+
+	* : add prepend, remove, and clear for curve and view object lists
+
+2005-12-09 03:03  staikos
+
+	* : add tied property
+
+2005-12-09 02:37  staikos
+
+	* : 25 reasons why Kst2DPlot needs to be destroyed
+
+2005-12-09 01:21  staikos
+
+	* : too quick
+
+2005-12-09 01:06  staikos
+
+	* : make legends quite a bit more useful from KstScript, and fix
+	  some buglets in the legend object
+
+2005-12-08 22:37  arwalker
+
+	* : do not want to indent here as we continue to save at the same
+	  level
+
+2005-12-08 22:10  arwalker
+
+	* : remove compiler warnings
+
+2005-12-08 07:24  netterfield
+
+	* : Legends shouldn't follow flow, but maybe labels (at least as
+	  label boxes) and boxes should. Lets play some and see what we
+	  think.
+
+2005-12-08 07:08  netterfield
+
+	* : view legend widget now also controls alignment: vertical or
+	  Horizontal.
+
+2005-12-08 07:04  staikos
+
+	* : - plot groups will not be touched for now, maybe removed
+	  altogether from kst - document how the debuglog works
+
+2005-12-08 07:00  staikos
+
+	* : list properties always
+
+2005-12-08 06:51  netterfield
+
+	* : fix size in horizontal legend mode.
+
+2005-12-08 06:51  staikos
+
+	* : - give toplevelview the right name - update changelog - make
+	  changelog work in srcdir != builddir
+
+2005-12-08 06:38  staikos
+
+	* : add missing properties margin and padding. we need to fix them
+	  someday, so let's get them in (and see if anyone complains).
+	  remove trailing whitespace.
+
+2005-12-08 06:35  staikos
+
+	* : - add baseclass for bordered view objects and expose those
+	  properties - make apidox work in srcdir != builddir Note:
+	  margin+padding are basically ignored by all view objects I tested
+	  so far.
+
+2005-12-08 06:32  netterfield
+
+	* : Why not....
+
+2005-12-08 06:31  netterfield
+
+	* : Give padding (margins) to legends. Make margin size in labels
+	  and legends relative to font size, not in pixels, so that they
+	  scale.
+
+2005-12-08 05:12  staikos
+
+	* : make plotgroups mostly work again. they're now "non-container"
+	  objects since they actually abuse the notion of containers. There
+	  are lots of bugs lurking. They include: - clipping of non-plot
+	  regions broken in non-transparent mode - properties are missing
+	  (such as colors, borders) - axis alignment doesn't work? -
+	  conceptual: no way to do graphics in groups (or group contents)
+
+2005-12-08 03:24  staikos
+
+	* : Remove flicker by using the same trick used in 2dplot. It needs
+	  to be optimized though. Actually all the painting needs to be
+	  fixed.
+
+2005-12-08 02:03  netterfield
+
+	* : legends respect border width.
+
+2005-12-07 23:30  staikos
+
+	* : fix flicker when objects are nested in plots. introduces an
+	  inefficiency to be sorted out soon, or in 1.2.1 due to too much
+	  clip mask computation, and some re-entrancy.
+
+2005-12-07 23:15  netterfield
+
+	* : use reasonable legend defaults to plot dialog. Make the legend
+	  dialog work.
+
+2005-12-07 20:54  staikos
+
+	* : focus adjustment needs to apply to children too
+
+2005-12-07 19:01  staikos
+
+	* : - make new objects a child of the first containing container -
+	  don't allow them to be resized out of the container - simplify the
+	  mouse handlers a bit more
+
+2005-12-07 18:39  arwalker
+
+	* : BUG:115988 Do not assume that a datasource is going to provide
+	  and INDEX vector
+
+2005-12-07 15:14  staikos
+
+	* : I give up with trying to make objects view-independent at this
+	  point. _parent is used all over and the design depends on it now.
+
+2005-12-07 14:47  staikos
+
+	* : fix compile?
+
 2005-12-07 06:56  staikos
 
 	* : one thing I forgot to mention... Not critical, but not nice


More information about the Kst mailing list