kstars-bleeding:kparts_urlargs_split

Last commit made on 2007-08-09
Get this branch:
git clone -b kparts_urlargs_split https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
kparts_urlargs_split
Repository:
lp:kstars-bleeding

Recent commits

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

Add the central constellation boundary highlight as a user-visible
option in the configuration window.

CCMAIL: <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=698325

68ca4df... by Jason Harris <kstars@30doradus.org>

quaternion tweak

svn path=/trunk/KDE/kdeedu/kstars/; revision=698172

7d62dec... by Jason Harris <kstars@30doradus.org>

Adding more infrastructure for Quaternion rotations.

svn path=/trunk/KDE/kdeedu/kstars/; revision=698169

9369cfa... by Pino Toscano

fixuifiles

svn path=/trunk/KDE/kdeedu/kstars/; revision=698039

be8e8d3... by Jasem Mutlaq

Using XML for DBus interfaces, which autogenerates adaptors that are
used in the KStars and SimClock classes. The service name is
'org.kde.kstars' and the two objects thus far are /KStars and
/KStars/SimClock. There are plans to make INDI calls seperate, but I
intend to implement that in KDE 4.1

You can test this by launcing kstars, and then at konsole:

dbus-send --dest=org.kde.kstars --print-reply=x /KStars
org.kde.kstars.zoomOut

I have no idea why --print-reply is needed, but the call doesn't work
without it. Similary for SimClock:

dbus-send --dest=org.kde.kstars --print-reply=h /KStars/SimClock
org.kde.kstars.SimClock.stop

You can also use dbus-viewer to find all the available object paths and
corresponding methods.

CCMAIL:<email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=697998

15b2315... by Jason Harris <kstars@30doradus.org>

replace atan() with atan2() wherever possible (sometimes atan() is
necessary due to a single value argument, rather than a y/x
expression), as suggested by James.

CCMAIL: <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=696858

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

Adding multiple projections for the quaternion expression of SkyPoints
(which is not yet being used, so this code currently does nothing
yet).

This commit also contains atan() --> atan2() fixes for skymap.cpp

svn path=/trunk/KDE/kdeedu/kstars/; revision=696857

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

Fixing bug in SkyPoint::setFromEcliptic(). This function should not
reset the values of RA0 and Dec0, which need to remain the J2000
coordinates. This was casing all objects within 10 degrees of the
celestial poles to drift, because the nutate() function uses
setFromEcliptic for objects near the celestial poles.

I am porting the fix to the htm branch as well.

CCMAIL: <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=696721

64780cb... by Pino Toscano

fixuifiles

svn path=/trunk/KDE/kdeedu/kstars/; revision=696251

6cc2fd7... by Laurent Montel <email address hidden>

Adapt to new KWarning/kFatal/kDebug api

svn path=/trunk/KDE/kdeedu/kstars/; revision=695800