[Kst] branches/work/kst/portto4/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Sep 19 00:40:55 CEST 2009
SVN commit 1025501 by netterfield:
Move some devel docs around.
Save legend status in the kst file.
M +5 -0 devel-docs/Kst2Specs/Bugs
A devel-docs/deprecated/install.kst2 devel-docs/install.kst2#1007007
A devel-docs/deprecated/kst2drenderer_proposal.txt devel-docs/kst2drenderer_proposal.txt#1007007
A devel-docs/deprecated/whatisrightaboutkst2dplot.txt devel-docs/whatisrightaboutkst2dplot.txt#1007007
A devel-docs/general_1.x/testplan.txt devel-docs/testplan.txt#1007007
D devel-docs/install.kst2
D devel-docs/kst2drenderer_proposal.txt
D devel-docs/testplan.txt
D devel-docs/whatisrightaboutkst2dplot.txt
M +1 -0 src/libkstapp/plotitem.cpp
--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/Bugs #1025500:1025501
@@ -9,3 +9,8 @@
Artifacts when resizing large arrowheads.
+--------------------
+
+Datasources that are browsed are created, remembered, and saved/loaded.
+
+
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #1025500:1025501
@@ -2338,6 +2338,7 @@
void PlotItem::setShowLegend(const bool show) {
if (show != _showLegend) {
legend()->setVisible(show);
+ _showLegend = show;
}
}
More information about the Kst
mailing list