[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Thu Jul 7 10:10:49 CEST 2005


SVN commit 432407 by harris:

Fixing bug #108480: negative timesteps in the solar system viewer

Added a "bool DaysOnly" member to the timestep widget.  When true, all 
timesteps smaller than 1 day are removed from the list of possible 
timesteps.  This was necessary in order to make negative timesteps 
available in the solar system tool without having to show all the steps 
smaller than a day, which are useless in this context.

The TimeStepBox ctor now has an optional argument to determine if 
it is "days only" or not, and the days-only setting can be changed at 
any time after construction with TimeStepBox::setDaysOnly(bool).

BUG: 108480
CCMAIL: kstars-devel at kde.org



 M  +96 -66    timespinbox.cpp  
 M  +5 -1      timespinbox.h  
 M  +9 -4      timestepbox.cpp  
 M  +7 -2      timestepbox.h  
 M  +29 -13    timeunitbox.cpp  
 M  +20 -15    timeunitbox.h  
 M  +3 -2      tools/planetviewer.cpp  
 M  +1 -1      tools/planetviewerui.ui  




More information about the Kstars-devel mailing list