[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs
Mike Fenton
mike at staikos.net
Thu Feb 19 22:33:55 CET 2009
SVN commit 928712 by fenton:
Update bug list.
M +20 -0 Bugs
M +0 -9 FixedBugs
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Bugs #928711:928712
@@ -75,3 +75,23 @@
*Mike*
--------
+Fragility in moving parents:
+ create a plot.
+ Put a child box in the plot.
+ Rapidly resize the plot. Sometimes the box will either drift or loose parenting altogether.
+ (Editorial: Fundamentally, I think this is because qt's QGraphics system has been used to track placement
+ of objects, and QGraphics doesn't have the right model of what we are doing.)
+
+ Note: This is still causing parenting to fail. Updates are required to prevent reparenting on parent resize.
+*Mike*
+---------
+
+qgraphicsitem_cast is not setup correctly and causing bugs.
+ A number of bugs are occurring as the result of qgraphicsitem_cast failing. All ViewItem objects will need to be
+ updated to support type and casts re-evaluated.
+
+ This causes context menu bugs.
+
+ Object selection bugs.
+*Mike*
+---------
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/FixedBugs #928711:928712
@@ -320,15 +320,6 @@
*Mike*
--------
-Fragility in moving parents:
- create a plot.
- Put a child box in the plot.
- Rapidly resize the plot. Sometimes the box will either drift or loose parenting altogether.
- (Editorial: Fundamentally, I think this is because qt's QGraphics system has been used to track placement
- of objects, and QGraphics doesn't have the right model of what we are doing.)
-*Mike*
----------
-
-Superscript and subscript size and position seems off. This should be researched more
but wikipedia as an almost reasonable article on it. It suggests both should be scaled by ~60%, and subscripts dropped by 16% and superscripts raised by 44%. OOffice, illustrator, and photoshop use scale 58%, raise 33%, lower 33%. msoffice uses 65%, -14%, +35%. It might also pay to compare w/ TeX.
More information about the Kst
mailing list