[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Mar 1 03:53:25 CET 2008
SVN commit 780806 by netterfield:
Delete and add some bugs
Completely re-work the object name spec.
M +4 -2 Bugs
M +20 -21 LayoutBugs
M object names.pdf
M src/object names.odt
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Bugs #780805:780806
@@ -1,11 +1,13 @@
Zoom Mode Plot Bugs:
+1)
In ctrl or shift zoom mode, the cursor should change, and the full horizontal or vertical
dashed line should be shown immediately. As it is now, the line isn't shown until a rect
draw has begun. (See Zoom Modes spec or kst 1.x)
+2)
If you zoom in far enough, the tick labels loose resolution, and don't automatically shift to base/offset mode.
eg, range fro 99999.499 to 99999.5001 shows all ticks as 99999.5
-Log mode does not change the axis into log axis.
-
+3)
+In Log mode, a mouse zoom does not zoom over the correct region.
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/LayoutBugs #780805:780806
@@ -21,6 +21,9 @@
The arrow end points should stay fixed relative to the TLV.
The arrow hea size should scale with the tlv (l+h) but should keep a fixed aspect ratio.
+Comments: lines and arrows go from A to B, where A and B are defined relative to the parent.
+The UI should just have two handles, at A and B. There should be no 'rotation mode'.
+
2) Problem with rotated boxes:
Start kst
Create two boxes. Rotate one.
@@ -46,26 +49,6 @@
3) Problems with elipses:
Repeat (2) with "ellipse" replacing "rotated box".
-4) Problem with plots
-Start kst.
-From layout mode, create a plot.
-From the data manager add a curve to the plot.
-From layout mode, grow the plot.
-What happens:
- the axis and tick marks end up outside the plot
-What should happen:
- They should stay where they belong!
-
-5) Layout mode grips are left after leavind layout mode.
-Start kst
-create a view object (box)
-select it, so the pretty blue boxes appear.
-Leave layout mode.
-What happens:
- the pretty blue boxes stay
-What should happen:
- when you leave layout mode, the boxes should go away.
-
6) Font sizes in plot
Start Kst
Create a plot
@@ -81,5 +64,21 @@
What happens:
The circle becomes an ellipse.
What should happen:
- The circle should stay a circle, and just be resized.
+ The circle should stay a circle, and just be resized: circles *always* maintain
+ aspect ratio.
+8) "Edit" from the plot RMB doesn't always bring up the plot dialog.
+Create a plot in kst from layout mode
+Select Right Click->edit
+What happens:
+ a generic view object dialog appears.
+What should happen:
+ The plot dialog should appear. This is the dialog which appears if you
+ do the same thing from a plot with a curve in it
+ ("cartesian render menu->edit")
+
+8b) "Edit" from the plot RMB doesn't always bring up the plot dialog.
+Create a plot with a curve in it. Right click outside the plot region, in
+the label region. Again you get the wrong dialog if you select edit.
+
+
More information about the Kst
mailing list