[Kstars-devel] [kstars] kstars: Show asteroids and comets by default.

Akarsh Simha akarsh.simha at kdemail.net
Mon May 13 07:28:50 UTC 2013


Git commit 3f630f59d997eabaabe29eccdb57be1c5c3fb0b1 by Akarsh Simha.
Committed on 13/05/2013 at 09:26.
Pushed by asimha into branch 'master'.

Show asteroids and comets by default.

It looks like magnitude estimation is working fairly well for comets
and asteroids, so there seems to be no harm in enabling comet and
asteroid display by default.

I'm not sure of this, though, and so I'm copying the mailing list to
see if there's any dissent / feedback on this.

CCMAIL: kstars-devel at kde.org

M  +2    -2    kstars/kstars.kcfg

http://commits.kde.org/kstars/3f630f59d997eabaabe29eccdb57be1c5c3fb0b1

diff --git a/kstars/kstars.kcfg b/kstars/kstars.kcfg
index 8e76559..e1d7936 100644
--- a/kstars/kstars.kcfg
+++ b/kstars/kstars.kcfg
@@ -350,7 +350,7 @@
     <entry name="ShowAsteroids" type="Bool">
       <label>Draw asteroids in the sky map?</label>
       <whatsthis>Toggle whether asteroids are drawn in the sky map.</whatsthis>
-      <default>false</default>
+      <default>true</default>
     </entry>
     <entry name="ShowAsteroidNames" type="Bool">
       <label>Label asteroid names in the sky map?</label>
@@ -360,7 +360,7 @@
     <entry name="ShowComets" type="Bool">
       <label>Draw comets in the sky map?</label>
       <whatsthis>Toggle whether comets are drawn in the sky map.</whatsthis>
-      <default>false</default>
+      <default>true</default>
     </entry>
     <entry name="ShowCometNames" type="Bool">
       <label>Label comet names in the sky map?</label>


More information about the Kstars-devel mailing list