[Kstars-devel] branches/kstars/summer/kdeedu/kstars/kstars

Akarsh Simha akarshsimha at gmail.com
Mon Jun 9 03:58:32 CEST 2008


SVN commit 818631 by asimha:

+ StarBlockCache::useID is now called drawID, for consistency.

+ StarBlock is now a class, taking care of its own construction and
destruction

+ StarBlockCache uses the constructors and destructor of StarBlock for
creating and destroying StarBlocks

+ StarBlockList is now a class, yet to be implemented

+ Byteswapping implemented. The binary data files should now work on
systems with big endian and mixed endian architectures.

+ StarComponent::m_readOffset is removed, because StarBlockList will
store the read offset instead.

+ Removing unused functions in StarComponent

+ StarComponent::readData() is now called
StarComponent::loadShallowStarData()

CCMAIL: kstars-devel at kde.org



 M  +2 -0      CMakeLists.txt  
 A             skycomponents/starblock.cpp   [License: GPL (v2+)]
 M  +64 -9     skycomponents/starblock.h  
 M  +36 -40    skycomponents/starblockcache.cpp  
 M  +9 -9      skycomponents/starblockcache.h  
 A             skycomponents/starblocklist.cpp   [License: GPL (v2+)]
 A             skycomponents/starblocklist.h   [License: GPL (v2+)]
 M  +57 -42    skycomponents/starcomponent.cpp  
 M  +48 -39    skycomponents/starcomponent.h  
 M  +1 -3      skycomponents/typedef.h  




More information about the Kstars-devel mailing list