[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Mon Nov 10 04:04:27 CET 2003


CVS commit by netterfield: 

-Clean up histogram auto-binning - put it all in one place
-add command line equations in main
-some (minor) cleanups to main
-fix ref-counting bugs for command line objects:
	???Ptr were used for some temporary variables which don't go
	out of scope before app.exec(), so the reference stays forever.
	One could
		i) make sure they go out of scope
		ii) make sure they are set to zero before app.exec
		iii) use ???* instead of ???Ptr for temporary variables.
	I have chosen iii


  M +29 -0     ksthistogram.cpp   1.17
  M +2 -0      ksthistogram.h   1.13
  M +2 -24     ksthsdialog_i.cpp   1.32
  M +176 -100  main.cpp   1.47






More information about the Kst mailing list