Revision 0a91ef4...

Go back to digest for 22nd December 2013

Bug Fixes in Educational

Jasem Mutlaq committed changes in [kstars] /:

Adding support to online plate solving using astrometry.net web services API. Users can now use the online service without having to download gigabytes of catalogs
to perform offline solving. This required JSON processing and therefore I had to include an optional dependency on QJSON for the time being until KStars moves to Qt5
which has native JSON parser.

File Changes

Added 7 files
  •   cmake/modules/FindQJSON.cmake
  •   kstars/ekos/astrometryparser.cpp
  •   kstars/ekos/astrometryparser.h
  •   kstars/ekos/offlineastrometryparser.cpp
  •   kstars/ekos/offlineastrometryparser.h
  •   kstars/ekos/onlineastrometryparser.cpp
  •   kstars/ekos/onlineastrometryparser.h
Modified 9 files
  •   CMakeLists.txt
  •   config-kstars.h.cmake
  •   kstars/CMakeLists.txt
  •   kstars/kstars.kcfg
  •   kstars/ekos/align.cpp
  •   kstars/ekos/align.h
  •   kstars/ekos/align.ui
  •   kstars/ekos/ekosmanager.cpp
  •   kstars/ekos/opsekos.ui
16 files changed in total