[Kstars-devel] KDE/kdeedu/kstars/kstars
Jason Harris
jharris at 30doradus.org
Fri Sep 22 05:28:14 CEST 2006
BTW, I added the "CalcFrame" class with this commmit. It's a very simple
extension of QFrame that just adds a "frameShown()" signal. The new
calculator modules need this signal so that the output fields will be
refreshed when the module is shown.
Without this signal, the output fields will be blank if the calculator is
re-opened (it works the first time because the fields can be updated in the
ctor).
On Thursday 21 September 2006 19:59, Jason Harris wrote:
> 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+)]
>
>
> _______________________________________________
> Kstars-devel mailing list
> Kstars-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kstars-devel
--
Jason Harris
jharris at 30doradus.org
More information about the Kstars-devel
mailing list