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

Jason Harris kstars at 30doradus.org
Mon Jun 25 00:41:10 CEST 2007


SVN commit 679799 by harris:

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.

CCMAIL: kstars-devel at kde.org



 M  +2 -1      CMakeLists.txt  
 M  +1 -1      data/AQL.cbound  
 M  +1 -1      data/ARA.cbound  
 M  +1 -1      data/CAM.cbound  
 M  +1 -1      data/CAP.cbound  
 M  +2 -2      data/CAS.cbound  
 M  +2 -2      data/CEN.cbound  
 M  +1 -1      data/CEP.cbound  
 M  +2 -2      data/CET.cbound  
 M  +2 -2      data/CHA.cbound  
 M  +2 -2      data/CIR.cbound  
 M  +1 -1      data/CMI.cbound  
 M  +2 -2      data/COL.cbound  
 M  +1 -1      data/COM.cbound  
 M  +1 -1      data/CRA.cbound  
 M  +1 -1      data/CRB.cbound  
 M  +1 -1      data/CRT.cbound  
 M  +1 -1      data/CRU.cbound  
 M  +1 -1      data/CVN.cbound  
 M  +1 -1      data/CYG.cbound  
 M  +1 -1      data/DEL.cbound  
 M  +1 -1      data/DOR.cbound  
 M  +3 -3      data/DRA.cbound  
 M  +1 -1      data/EQU.cbound  
 M  +2 -2      data/ERI.cbound  
 M  +1 -1      data/FOR.cbound  
 M  +2 -2      data/GEM.cbound  
 M  +2 -2      data/HER.cbound  
 M  +1 -1      data/HOR.cbound  
 M  +3 -3      data/HYA.cbound  
 M  +3 -3      data/HYI.cbound  
 M  +1 -1      data/IND.cbound  
 M  +1 -1      data/LAC.cbound  
 M  +3 -3      data/LEO.cbound  
 M  +1 -1      data/LEP.cbound  
 M  +1 -1      data/LIB.cbound  
 M  +1 -1      data/LMI.cbound  
 M  +1 -1      data/LUP.cbound  
 M  +1 -1      data/LYN.cbound  
 M  +1 -1      data/LYR.cbound  
 M  +2 -2      data/MEN.cbound  
 M  +2 -2      data/MIC.cbound  
 M  +2 -2      data/MON.cbound  
 M  +2 -2      data/NOR.cbound  
 M  +1 -1      data/OCT.cbound  
 M  +3 -3      data/OPH.cbound  
 M  +1 -1      data/ORI.cbound  
 M  +1 -1      data/PAV.cbound  
 M  +2 -2      data/PEG.cbound  
 M  +2 -2      data/PER.cbound  
 M  +2 -2      data/PHE.cbound  
 M  +2 -2      data/PIC.cbound  
 M  +1 -1      data/PSA.cbound  
 M  +1 -1      data/PSC.cbound  
 M  +1 -1      data/PUP.cbound  
 M  +1 -1      data/PYX.cbound  
 M  +1 -1      data/SCP.cbound  
 M  +1 -1      data/SCT.cbound  
 M  +1 -1      data/SGE.cbound  
 M  +3 -3      data/SGR.cbound  
 M  +0 -126    skycomponents/constellationboundarycomponent.cpp  
 M  +0 -34     skycomponents/constellationboundarycomponent.h  
 A             skycomponents/constellationboundarycomposite.cpp   [License: GPL (v2+)]
 A             skycomponents/constellationboundarycomposite.h   [License: GPL (v2+)]
 M  +10 -19    skycomponents/constellationlinescomposite.cpp  
 M  +1 -1      skycomponents/constellationlinescomposite.h  
 M  +7 -59     skycomponents/coordinategridcomponent.cpp  
 M  +3 -166    skycomponents/eclipticcomponent.cpp  
 M  +9 -77     skycomponents/equatorcomponent.cpp  
 M  +0 -1      skycomponents/equatorcomponent.h  
 M  +101 -66   skycomponents/linelistcomponent.cpp  
 M  +18 -16    skycomponents/linelistcomponent.h  
 M  +6 -35     skycomponents/milkywaycomponent.cpp  
 M  +0 -2      skycomponents/milkywaycomponent.h  
 M  +3 -3      skycomponents/milkywaycomposite.cpp  
 M  +35 -45    skycomponents/satellitecomponent.cpp  
 M  +5 -4      skycomponents/skymapcomposite.cpp  
 M  +2 -2      skycomponents/skymapcomposite.h  
 M  +1 -1      skycomponents/solarsystemlistcomponent.cpp  
 M  +1 -1      skycomponents/solarsystemsinglecomponent.cpp  
 M  +97 -35    skyline.cpp  
 M  +55 -37    skyline.h  
 M  +133 -43   skymap.cpp  
 M  +13 -6     skymap.h  
 M  +91 -89    skymapdraw.cpp  
 M  +14 -0     skymapevents.cpp  




More information about the Kstars-devel mailing list