Revision b66fd2d...

Go back to digest for 3rd June 2012

Features in Educational

Samikshan Bairagya committed changes in [kstars/gsoc2012-samxan] /:

Introducing feature "What's Interesting..." A QML based test interface has been designed.
SkyObjListModel is a subclass of QAbstractListModel. Objects of SkyObjListModel can
represent any sky-object(any type). Currently test models for Planets, Stars, Galaxies,
Constellations, Star Clusters and Nebulae are used in class Modelmanager. The QML UI is
maintained by the WIView class.

The models are loaded everytime "What's Interesting..." is opened. It takes a long
time to load all the models. This is because currently the models checks through all
sky-objects. A reduced list will definitely be required.

File Changes

Added 7 files
  • /tools/WhatsInteresting
  •   kstars/Base.qml
  •   kstars/modelmanager.cpp
  •   kstars/modelmanager.h
  •   kstars/skyobjlistmodel.cpp
  •   kstars/skyobjlistmodel.h
  •   kstars/WIView.cpp
  •   kstars/WIView.h
Modified 7 files
  •   kstars/CMakeLists.txt
  •   kstars/kstars.h
  •   kstars/kstarsactions.cpp
  •   kstars/kstarsinit.cpp
  •   kstars/kstarsui-indi.rc
  •   kstars/kstarsui-win.rc
  •   kstars/kstarsui.rc
14 files changed in total