[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Tue Feb 1 07:51:19 CET 2005
CVS commit by harris:
CHanged several "QString("%1").arg( value, 0, 'f', 2 )" statements to
"KGlobal::locale()->formatNumber( value, 2 )". User reported occurence
in Details dialog, but I found several instances elsewhere as well. Did
not change statements in kstarsplotwidget.cpp, because these use the 'g'
format flag, which is more flexible than formatNumber()...will need a
custom solution.
CCMAIL: kstars-devel at kde.org
BUG: 98273
M +28 -16 detaildialog.cpp 1.49
M +1 -1 fitsimage.cpp 1.11
M +6 -6 fovdialog.cpp 1.11
M +1 -1 kstarsactions.cpp 1.124
M +5 -5 locationdialog.cpp 1.43
M +2 -2 simclock.cpp 1.22
M +1 -1 tools/modcalcazel.cpp 1.18
M +1 -4 tools/modcalcgeodcoord.cpp 1.31
More information about the Kstars-devel
mailing list