[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs

Barth Netterfield netterfield at astro.utoronto.ca
Fri Apr 17 18:55:33 CEST 2009


SVN commit 955448 by netterfield:

More bugs and wishes.



 M  +25 -1     Bugs  
 M  +24 -0     Wishlist  


--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Bugs #955447:955448
@@ -2,13 +2,16 @@
 Auto-labels, and '_' in field names:
 When plots are using name-based auto-labels, any '_' in field names gets interpreted as a subscript.
 There needs to be an option to somehow escape these when using them in a label.
+  -need escapedName() to supplement name().
+  -the name will be stored with escapes.  Name() will remove them.
+
 *cbn*
 
 ---------
 
 Tooltips everywhere.
+Accelerators everywhere.
 
-
 ---------
 
 Loading of a Kst file into a resized window does not adjust the loaded items to
@@ -28,3 +31,24 @@
 'c' mode is used to find the offset from a marker to the cursor.
 Currently, if 'c' is hit, a marker is placed, as it should.  However, the difference between the marker and the cursor is not shown anywhere.  See 1.x for the correct behavior.
 
+------------
+
+Plot update problem:
+  -from the data wizard create several plots.
+  -Make a change to the plot that changes the size of the plot (eg, change the font size.
+ The plot you changed is happy, but all of the other plots don't get automatically re-aligned.
+  -Move your mouse into one of the plots that is not properly aligned.  
+The curve is re-drawn to be aligned with the other curves, but the plot axis is not re-drawn.
+
+------------
+
+Equation update problem
+  -Create a curve from a datasource.
+  -create an equation from a vector from the curve.
+  -Change the input vector (eg, with the 'back one screen' button)
+The curve updates, but the equation/equation curve does not.
+
+------------
+
+Image dialog 'smart' range calculations seem to be... odd.
+
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Wishlist #955447:955448
@@ -36,3 +36,27 @@
 ---------
 When a new plot is added to an tab which already has plots in it (eg, from the Placement widget), then the label font sizes should be based on the label font sizes of the plots already in the tab.  (either 'vote' or use the first one).
 
+---------
+
+Default X vector should be remembered.
+  -A default X vector, which is the last vector to have been used as an X vector, should be remembered. 
+
+---------
+
+'I' key in a plot with an image should adjust the image color scale; see 1.x for correct behavior.  Consider <shift>I as doing smaller steps.
+
+---------
+
+Easier way to specify reversed axis when loading sky images:
+  -can desire to reverse be gleaned from the fits image?
+  -command line option?
+  -new-image (sticky) option?
+
+---------
+
+Smarter ASCII reader:
+  should be able to use huristics to get information about
+  the ascii file.
+    (eg, is it a CSV?  Does it have a field name header?)
+  these should be used only for new files, and should be used to sed the defaults, which can still be changed with 'configure'.
+


More information about the Kst mailing list