~mutlaqja/kstars-bleeding/+git/kstars-master:KDE/4.10

Last commit made on 2013-05-28
Get this branch:
git clone -b KDE/4.10 https://git.launchpad.net/~mutlaqja/kstars-bleeding/+git/kstars-master

Branch merges

Branch information

Recent commits

543c0cc... by Patrick Spendrin <email address hidden>

some smaller fixes to build under windows.

REVIEW:110398

b828037... by Patrick Spendrin <email address hidden>

remove file with different case but same name.
This leads to problems on Windows.
also adapt documentation accordingly.

6d5996c... by Script Kiddy <email address hidden>

SVN_SILENT made messages (.desktop file)

d9dfd9a... by Michael

Fix building issues with cfitsio disabled.

BUG: 316464
REVIEW: 109477

7dc768c... by Yuri Chornoivan <email address hidden>

Add new indilib strings

4da797e... by Script Kiddy <email address hidden>

SVN_SILENT made messages (.desktop file)

cf32786... by Akarsh Simha <email address hidden>

Fix moon phases in the Moon Phase Tool

Moon phases were shown wrongly in the Moon Phase Calendary Tool.

This was because of using a KSSun that was not updated for the
date/time used by the calendar.

Therefore,
1. Made KSMoon::findPhase() accept a custom KSSun pointer
2. Create our own KSSun in Moon Phase Tool and hand it over to the MPC
   Widget.
3. MPC Widget uses that KSSun. The main KSSun in the SkyMap is
   unaffected.

BUG

Conflicts:
 kstars/widgets/moonphasecalendarwidget.h

b9979d5... by Akarsh Simha <email address hidden>

Forward declarations for KSMoon, KStarsDateTime in the moon phase classes

a4997fa... by Akarsh Simha <email address hidden>

Avoid crashes due to the phase being NaN. Really, this is to be
proofed and checked, because magnitude should never be calculated
without a valid phase.

5aae62d... by Akarsh Simha <email address hidden>

Fix names of NGC/IC objects that have suffixes.

eg: NGC 4945 would earlier hit NGC 4945A, which was also displayed to
be "NGC 4945". Now, they are separated.

The bug is fixed already in master, but using KSParser.