[Kstars-devel] kdeedu/kstars/kstars/tools
Pablo de Vicente
p.devicente at wanadoo.es
Sun Oct 3 22:32:28 CEST 2004
CVS commit by pvicente:
Added a call of the type raBox->setDegType(FALSE) in the constructor so that the
usability improvement by Jason is visible in the calculator modules that need it.
CCMAIL:kstars-devel at kde.org
M +2 -0 modcalcangdist.cpp 1.3
M +2 -0 modcalcapcoord.cpp 1.22
M +1 -0 modcalcazel.cpp 1.16
M +1 -0 modcalceclipticcoords.cpp 1.4
M +1 -0 modcalcplanets.cpp 1.6
M +3 -1 modcalcprec.cpp 1.26
--- kdeedu/kstars/kstars/tools/modcalcapcoord.cpp #1.21:1.22
@@ -39,4 +39,6 @@ modCalcApCoord::modCalcApCoord(QWidget *
showCurrentTime();
+ ra0Box->setDegType(FALSE);
+ rafBox->setDegType(FALSE);
this->show();
--- kdeedu/kstars/kstars/tools/modcalcazel.cpp #1.15:1.16
@@ -42,4 +42,5 @@ modCalcAzel::modCalcAzel(QWidget *parent
showLongLat();
horInputCoords = FALSE;
+ raBox->setDegType(FALSE);
this->show();
}
--- kdeedu/kstars/kstars/tools/modcalceclipticcoords.cpp #1.3:1.4
@@ -39,4 +39,5 @@ modCalcEclCoords::modCalcEclCoords(QWidg
equRadio->setChecked(TRUE);
+ raBox->setDegType(FALSE);
this->show();
}
--- kdeedu/kstars/kstars/tools/modcalcplanets.cpp #1.5:1.6
@@ -42,4 +42,5 @@ modCalcPlanets::modCalcPlanets(QWidget *
showCurrentDateTime();
showLongLat();
+ raBox->setDegType(FALSE);
this->show();
}
--- kdeedu/kstars/kstars/tools/modcalcangdist.cpp #1.2:1.3
@@ -33,4 +33,6 @@
modCalcAngDist::modCalcAngDist(QWidget *parentSplit, const char *name) : modCalcAngDistDlg(parentSplit,name) {
+ ra0Box->setDegType(FALSE);
+ ra1Box->setDegType(FALSE);
this->show();
--- kdeedu/kstars/kstars/tools/modcalcprec.cpp #1.25:1.26
@@ -34,4 +34,6 @@
modCalcPrec::modCalcPrec(QWidget *parentSplit, const char *name) : modCalcPrecDlg(parentSplit,name) {
+ ra0Box->setDegType(FALSE);
+ rafBox->setDegType(FALSE);
this->show();
More information about the Kstars-devel
mailing list