kstars-bleeding:KDE/3.2

Last commit made on 2004-06-16
Get this branch:
git clone -b KDE/3.2 https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
KDE/3.2
Repository:
lp:kstars-bleeding

Recent commits

169163d... by Stephan Binner

CVS_SILENT fixuifiles

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=321303

a3091a3... by Script Kiddy <email address hidden>

CVS_SILENT made messages

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=310642

f82631f... by Pablo de Vicente

These changes are necessary to fix a bug in the Solar system viewer which shows in wrong
position the planets, mainly the inner ones, since they are depicted according to their
ecliptic geocentric coordinates and not according to their heliocentric ones.

The change here is minor. Instead of using "pName[i] )->ecLong()->Degrees()" we use
"pName[i] )->helEcLong()->Degrees()" which returns the heliocentric ecliptic coordinates
referred to the mean equinox of the date.

FIX in the BRANCH

CCMAIL: <email address hidden>

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=305554

9aabfcf... by Pablo de Vicente

These changes are necessary to fix a bug in the Solar system viewer which shows in wrong
position the planets, mainly the inner ones, since they are depicted according to their
ecliptic geocentric coordinates and not according to their heliocentric ones.

Function findGeocentricPosition() stores now the heliocentric ecliptic coordinates taking
profit of the new defined private member in KSPlanetBase

FIX in the BRANCH

CCMAIL: <email address hidden>

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=305553

66c0a04... by Pablo de Vicente

These changes are necessary to fix a bug in the Solar system viewer which shows in wrong
position the planets, mainly the inner ones, since they are depicted according to their
ecliptic geocentric coordinates and not according to their heliocentric ones.

- Added a private member called HelEcPos which stores the Helicentric ecliptic coordinates
  of the planets.
- Added six methods to retrieve and set the heliocentric ecliptic coordinates of the planets:
  helEcLong() and helEcLat() return the Heliocentric ecliptic longitude and latitude
  respectively referred to the mean equinox of the date. setHelEcLong() and setHelEcLat()
  set the Heliocentric ecliptic longitude and latitude respectively and are overloaded to
  accept a double or a dms.

The heliocentric ecliptic coordinates are set in KSPlanet class when calling the
findGeocentricPosition function.

This fix is for the BRANCH

CCMAIL: <email address hidden>

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=305552

091709a... by Stephan Binner

More KStdGuiItem/icons

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=303665

7c76adb... by Dirk Mueller <email address hidden>

unbreak compilation. How did the author intend to be able to write to a struct
that is passed as "const" ??
it seems this ended up in the 3.2.2 tarballs

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=302596

ed4982f... by Jasem Mutlaq

backporting fixes from HEAD

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=300905

cb786a0... by Jason Harris <kstars@30doradus.org>

fixing broken links to images and web pages. (backported from HEAD)

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=300181

b0cca35... by Jasem Mutlaq

The driver can now handle special cases for some LX200 compatible devices

svn path=/branches/KDE_3_2_BRANCH/kdeedu/kstars/; revision=299573