[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs
Barth Netterfield
netterfield at astro.utoronto.ca
Mon Dec 1 21:51:29 CET 2008
SVN commit 891366 by netterfield:
Update bug list, including adding new bugs.
M +22 -19 Bugs
M +24 -0 FixedBugs
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Bugs #891365:891366
@@ -1,24 +1,27 @@
-Problems with file selector
-If you browse to select a dirfile, the name of the previous dirfile has been put into "File name:" entry. So you have to erase it to select a dirfile.
-Of course, selecting a data file replaces the old name with a new one, but there is no way to clear it selecting a dirfile.
-If the 'current file' is a dirfile, then the File name entry should be blank.
-Either:
- always clear the current file: entry when a directory is changed, and don't fill it in the first place if the default file is a directory
-Or:
- Check to see if the current directory is recognized as a valid datasource - if it is, clear the current file entry.
-
---------
Places where text labels are entered need string and scalar selectors to aid in the insertion of
strings and scalars (eg, primarily label editor)
---------
-Filters should have default values
- eg, low pass filter should default to order = 4, lowpass = 0.1: see 1.x for defaults.
+---------
---------
-Ascii file configure button troubles I: it doesn't work.
- Configure from the data wizard brings up the configuration dialog, but applying it does nothing.
+Tied zoom problems: (see devel-docs/Kst2Specs/Plot Geometry.pdf, last page).
+ -The tied zoom conditions are not honored
+ -The parent option condition is not met. In fact, there is no way to set parent options, even if there were parent options.
+ -The plots are not automatically re-sized to have equal size once the axis are shared.
---------
-Ascii file configure button troubles I: it crashes
- Configure from the vector dialog crashes kst
+---------
+
+Missing tab in pot dialog:
+ -There is no tab to manually set plot zoom ranges. There should be (see 1.x).
+
+---------
+
+Plot axis number rounding bug:
+occasionally, the axis numbers can be something like 0.499999999993 instead of 0.5. It is hard to
+reproduce.
+
+---------
+
+Number of major ticks bug:
+Occasionally there will be too few (<2) or too many (serious overlap) in the number of major
+ticks. This seems to have changed from 1.x
+
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/FixedBugs #891365:891366
@@ -103,3 +103,27 @@
Entering a numerical value into a scalar selector should create a scalar of that value, if there is not
already a scalar of that name. This is particularly important for plugin entries. It can be created when
the scalar that the selector has selected is asked for.
+
+--------
+Ascii file configure button troubles I: it doesn't work.
+ Configure from the data wizard brings up the configuration dialog, but applying it does nothing.
+
+--------
+Ascii file configure button troubles I: it crashes
+ Configure from the vector dialog crashes kst
+
+--------
+Filters should have default values
+ eg, low pass filter should default to order = 4, lowpass = 0.1: see 1.x for defaults.
+
+-------
+Problems with file selector
+If you browse to select a dirfile, the name of the previous dirfile has been put into "File name:" entry. So you have to erase it to select a dirfile.
+Of course, selecting a data file replaces the old name with a new one, but there is no way to clear it selecting a dirfile.
+If the 'current file' is a dirfile, then the File name entry should be blank.
+Either:
+ always clear the current file: entry when a directory is changed, and don't fill it in the first place if the default file is a directory
+Or:
+ Check to see if the current directory is recognized as a valid datasource - if it is, clear the current file entry.
+
+--------
More information about the Kst
mailing list