Summary: | KStars don't have horizontal coordinates grid | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | Alexey Khudiakov <alexey.skladnoy> |
Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | alexey.skladnoy, mutlaqja |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexey Khudiakov
2011-07-26 16:20:20 UTC
Git commit d5221a5225e2042096f5dad90644b297483765b6 by Jérôme SONRIER. Committed on 06/03/2012 at 00:15. Pushed by jsonrier into branch 'master'. Add Horizontal coordinate grid. CCMAIL: kstars-devel@kde.org M +2 -0 kstars/CMakeLists.txt M +2 -1 kstars/colorscheme.cpp M +2 -1 kstars/data/chart.colors M +2 -1 kstars/data/classic.colors M +2 -1 kstars/data/moonless-night.colors M +2 -1 kstars/data/night.colors A +- -- kstars/icons/hi22-action-kstars_hgrid.png A +- -- kstars/icons/hi32-action-kstars_hgrid.png A +- -- kstars/icons/hi48-action-kstars_hgrid.png A +- -- kstars/icons/hi64-action-kstars_hgrid.png A +216 -0 kstars/icons/hisc-action-kstars_hgrid.svg M +17 -16 kstars/kstars.cpp M +19 -9 kstars/kstars.kcfg M +8 -3 kstars/kstarsactions.cpp M +2 -1 kstars/kstarsdata.cpp M +3 -2 kstars/kstarsdcop.cpp M +7 -3 kstars/kstarsinit.cpp M +2 -1 kstars/kstarsui-indi.rc M +2 -1 kstars/kstarsui-win.rc M +2 -1 kstars/kstarsui.rc M +5 -5 kstars/options/opsadvanced.ui M +16 -3 kstars/options/opsguides.ui M +2 -79 kstars/skycomponents/coordinategrid.cpp M +3 -3 kstars/skycomponents/coordinategrid.h C +18 -15 kstars/skycomponents/equatorialcoordinategrid.cpp [from: kstars/skycomponents/coordinategrid.cpp - 076% similarity] C +13 -13 kstars/skycomponents/equatorialcoordinategrid.h [from: kstars/skycomponents/coordinategrid.h - 063% similarity] A +118 -0 kstars/skycomponents/horizontalcoordinategrid.cpp [License: GPL (v2+)] C +14 -12 kstars/skycomponents/horizontalcoordinategrid.h [from: kstars/skycomponents/coordinategrid.h - 065% similarity] M +1 -7 kstars/skycomponents/linelistindex.cpp M +2 -0 kstars/skycomponents/linelistindex.h M +9 -5 kstars/skycomponents/skymapcomposite.cpp M +4 -2 kstars/skycomponents/skymapcomposite.h http://commits.kde.org/kstars/d5221a5225e2042096f5dad90644b297483765b6 |