kstars-bleeding:socis2011-skyguides

Last commit made on 2011-10-28
Get this branch:
git clone -b socis2011-skyguides https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
socis2011-skyguides
Repository:
lp:kstars-bleeding

Recent commits

b916f63... by Lukasz Jaskiewicz <email address hidden>

Update Sky Guides schema file.

c489fdc... by Lukasz Jaskiewicz <email address hidden>

Delete elements allocated on a heap.

1da184e... by Lukasz Jaskiewicz <email address hidden>

Fixed load of elements in GuidesDocument class.

a254f38... by Lukasz Jaskiewicz <email address hidden>

Committing sky guides feature.

Added classes:
 * GuidesDocument
 * Guide
 * Slide
 * Author
 * Image
 * Link

Added namespace SkyGuides holding this classes. XML Schema Definition file for sky guides feature is skyguides.xsd.

04fc147... by Akarsh Simha <email address hidden>

Fixing the conjunction predictions for long time durations. The step
size would be way too large if one was looking for conjunctions, of
say, Jupiter, over several 1000 years (which is what I was doing when
I ran into this).

This is still suboptimal code. I'd appreciate some analysis on this
and some ways to improve this code as well as the initial guess for
the step. It should not be overtly hard, since they are mostly
quasi-periodic stuff.

I want everyone to look at my ugly code (and fix it), so I'm CCing the
ML.
CCMAIL: <email address hidden>

9c54f09... by Akarsh Simha <email address hidden>

Adding a calendar popup (Qt-based, not KDE-based) to the QDateTimeEdit
in the conjunctions dialog. This lets us go back to September 14 1752
and go into the future to 31 Dec 7999.

This is still not a complete solution for two reasons:

1. We should be using KDE widgets. (Also, check for localization of
   date format.)

2. We should let the computations go back to the BC era and into the
   distant future. KStars, in principle, aims to be accurate from
   -10000 to 10000 years.

3f91c0e... by Akarsh Simha <email address hidden>

Adding my website.

ecbd1a7... by Frederik Schwarzer

Avoid sentence puzzle.

6d98ee2... by Frederik Schwarzer

Avoid sentence puzzle.

Also, do kWarnings and kDebugs really have to be translatable?
This might cause confusion, when the author of a bug report is
asked to paste console output.

66542aa... by Yuri Chornoivan <email address hidden>

fix typo: Snaphots->Snapshots