kstars-bleeding:KDE/4.9

Last commit made on 2012-10-12
Get this branch:
git clone -b KDE/4.9 https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

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

Recent commits

70d5d8d... by Pino Toscano

docs: restore <bookinfo>

ad59af7... by T.C. Hollingsworth

docs: add id attribute to <book> and <article> elements

this commit was automated; please revert if it causes trouble
for details see http://lists.kde.org/?l=kde-doc-english&m=134965352825792&w=2

SVN_SILENT

8724fe3... by Burkhard Lück

update screenshot from kde3
(cherry picked from commit fe440b4f26b464513dea2bf5df3ac5e33c24938a)

67e4381... by Script Kiddy <email address hidden>

SVN_SILENT made messages (.desktop file)

6f4241e... by Akarsh Simha <email address hidden>

Backporting fix to the unrefract bug to 4.9 branch. Right-clicking
below the horizon in Horizontal Coordinates with refraction enabled
would produce wrong results. This patch fixes that.

BUG

Relevant commits on master:
e0207b2b18437109fced83f7b01d28bcdbfa1ca7
9500d513b4759ce24334cbf96e1e0bf0694e0b6b
58bfe5b08b17ca26d36e5317eab5238a536c0058
d0c44248d3f515fb753e7ae8bae79695e26b7653

8de7d51... by Rafal Kulaga <email address hidden>

Deleting broken AAVSO feature.

This feature had been broken for quite some time, so we've decided to
remove it. Due to the big changes at AAVSO site, it might be quite hard
to get it running in the future. Fortunately, we have one person who is
working on it right now.

CCMAIL: <email address hidden>

a3dfa72... by Kevin Kofler <email address hidden>

#undef TIME_UTC to fix conflict with glibc

TIME_UTC is now defined as a macro, so it needs to be undefined before being
used in an enum.

This is a safer fix for the build failure.

b234a59... by Kevin Kofler <email address hidden>

Revert "don't use TIME_UTC in enum"

This reverts commit 6922e12c496862b2cd15a8b2058b60d74351f1aa.

This fix is wrong because it changes some string literals used in an external
protocol.

6922e12... by Rex Dieter

don't use TIME_UTC in enum

C11 standard draft as implemented in newer glibc's uses TIME_UTC itself,
so use something else here. See also similar issue in boost:
https://svn.boost.org/trac/boost/ticket/6940

95ea7cc... by Rafal Kulaga <email address hidden>

Add simplest .gitignore for the repository.

Taken from https://github.com/github/gitignore.

CCMAIL: <email address hidden>