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

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

Branch merges

Branch information

Recent commits

edeed74... by Pino Toscano

i18n fixes

- fix string puzzles
- properly use i18np for plural forms
- extract untranslatable user-visible strings
- do not extract placeholder message which will be replaced by plural
  form
- do not extract "localhost" or paths
- do not pass i18n strings as configuration keys for the "do not show
  again" feature of dialogs

CCMAIL: <email address hidden>

89af60e... by Albert Astals Cid

Merge remote-tracking branch 'origin/KDE/4.11' into KDE/4.12

b022517... by Mikhail Ivchenko

Fix wikipedia link (In What's interesting -> Settings -> Light Pollution) behavior

REVIEW: 113948
Acked by Samikshan Bairagya

64748ed... by Pino Toscano

tests: always the system temporary dir

the KDE directory might need further directories in $HOME, which we
don't want to create; hence, force QDir::tempPath() as base directory
for the temporary files

bd7828b... by Hannah von Reth

fixed link order, htmesh depends on a lib in

4542809... by Nico Kruber <email address hidden>

ksmoon: fix isnan not available on msvc

(missing float.h include)

71d8c77... by Nico Kruber <email address hidden>

ksmoon: no need to qualify std calls if using std

bf2cb56... by Pino Toscano

tests: use proper temporary files

instead of hardcoding temporary file names within the local KDEHOME,
use proper temporary files for the data files used in the tests

this makes the tests runnable even when there is no real HOME set

23c952f... by Pino Toscano

tests: use QCOMPARE instead of QVERIFY when possible

3231f23... by Pino Toscano

tests: split init/tearup

use initTestCase and cleanupTestCase for setting up the tests;
these will be useful later