Optimization in Educational
Jason Harris committed changes in /trunk/KDE/kdeedu/kstars/kstars:
SkyLine now stores a QList of SkyPoints, rather than a single line segment. This should make LineLIstComponents faster, because under the old method, each vertex along a series of connected lines was represented twice (as the EndPoint of one segment, and as the StartPoint of the next).
This caused a cascade of changes, mostly in the sky components.
File Changes
Added 2 files
/trunk/KDE/kdeedu/kstars/kstars/skycomponents
Modified 84 files
/trunk/KDE/kdeedu/kstars/kstars
86 files changed in total