[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs
Barth Netterfield
netterfield at astro.utoronto.ca
Thu Jan 22 14:15:38 CET 2009
SVN commit 915058 by netterfield:
Add some new bugs.
M +77 -0 Bugs
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Bugs #915057:915058
@@ -61,3 +61,80 @@
X restart.
--------
+
+The size of selector on left of dialogs is too small to fit the entries, though it
+is resizeable. It should default to a size which fits all of the entries, up to
+some reasonable maximum, but then be resizeable to either larger or smaller.
+At one point it was fixed too small. Then it was changed to be resizeable
+to larger than some fixed minimum. Now it defaults too small, but can
+be resized.
+
+--------
+
+Pointless complaints from Qt:
+we are getting on the console like
+ "QGraphicsItem::ungrabMouse: not a mouse grabber".
+These need to be found and killed.
+
+--------
+
+General drawing 'flicker' and missing regions in drawing with openGL enabled:
+OpenGL is qualitatively much faster, but on my laptop with Intel graphics,
+embedded, and running opengl with kwin, there is lots of flicker, and lots
+of things simply not drawn.
+
+--------
+
+RMB menu over a plot render item in layout mode doesn't have raise or lower, but
+but does have the zoom options, etc.
+the RMB menu should always have raise and lower in layout mode over any
+raisable or lowerable object.
+
+--------
+
+Shared axis Box Behavior: box shows in data mode
+Create a shared axis box around some plots. A grey box appears around the shared plots.
+It should not when in data mode. In layout mode, when the group it moused over, then
+a box can appear, as with other data object. Otherwise, no visible box.
+
+--------
+
+Automatic layout behavior: there are gaps between layed out plots
+Create some plots and apply cleanup layout. The plots are aligned in a grid,
+but between the plots, and between the plots and the edge of the tlv there is a
+gap, presumably to make room for the grips. There should be no space. Instead
+the plots should touch each other and the edge of the tlv, even if the grips would
+overlap, and even if the grips would extend partially outside the tlv.
+This applies to all layoutable objects.
+
+--------
+
+Shared axis box creation behavior:
+The shared axis box dimensions are set by the corners of where the box is drawn.
+This is inconvenient. It would be better if the box dimensions were set by the
+extents of all plots which have been included in the shared box.
+
+--------
+
+Shared axis box behavior: resizing separates box
+Create several plots and put them in a shared axis box.
+In layout mode, resize the shared axis box. The box ends up
+on top of the plots, and the plots cease to share axis.
+The plots should stay in the box.
+
+--------
+
+Shared Axis box behavior: different boxes have tied zoom.
+When more than one shared axis box is created, the zooms
+seem to be tied between them. The zooms should only be tied
+if indicated by the tied zoom box, which the shared axis box
+does not have, but should. By default, each shared axis box
+has it own zoom.
+
+--------
+
+Shared axis box creation behavior: no visual feedback
+There is no visual feedback as to what plots have been selected
+when drawing the shared axis box. There should be something (eg, the
+selection rect shown in mouse over mode like in layout mode)
+
More information about the Kst
mailing list