[Kstars-devel] KDE/kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Fri Sep 22 04:59:39 CEST 2006
SVN commit 587246 by harris:
First commit of a simplified calculator module: the Sidereal time
module. The major change is that there's no "Compute" or "Clear"
buttons anymore; changing any of the data fields automatically updates
the output data field. In the case of this module, you can actually
modify either the Local time or Sidereal time, and it will adjust the
other one to match.
Other changes:
+ using Local time instead of UT (it was always Local sidereal time, so
it makes more sense to use LT).
+ Instead of entering a longitude, the user specifies a geographic
location from our database.
TODO: I haven't modified the Batch mode yet; I will probably change the
Interactive modes first, then tackle the Batch modes.
Is anyone interested in helping to simplify the remaining calculator
modules?
CCMAIL: kstars-devel at kde.org
M +2 -1 CMakeLists.txt
M +74 -76 tools/modcalcsidtime.cpp
M +16 -24 tools/modcalcsidtime.h
M +113 -226 tools/modcalcsidtime.ui
A widgets/calcframe.cpp [License: GPL (v2+)]
A widgets/calcframe.h [License: GPL (v2+)]
More information about the Kstars-devel
mailing list