Revision 3179801...

Go back to digest for 19th May 2013

Optimization in Educational

Akarsh Simha committed changes in [kstars] /:

Make supernovae update process asynchronous.

Make the supernova update process asynchronous so that it doesn't slow
down KStars startup even if the network connection is down.

To do this, the update method was split into two methods, one to
trigger the update, and the other to reload the data after the update
process is finished.

File Changes

Modified 5 files
  •   kstars/kstarsactions.cpp
  •   kstars/kstarsdata.cpp
  •   kstars/options/opssupernovae.cpp
  •   kstars/skycomponents/supernovaecomponent.cpp
  •   kstars/skycomponents/supernovaecomponent.h
5 files changed in total