[Kstars-devel] branches/kstars/unfrozen/kstars [POSSIBLY UNSAFE]

Akarsh Simha akarshsimha at gmail.com
Fri Dec 4 21:07:00 CET 2009


SVN commit 1058621 by asimha:

Syncing KStars directory of trunk with the unfrozen branch. Useful to
catch the small amount of love KStars gets from me during December
vacation.

CCMAIL: kstars-devel at kde.org




 M  +0 -1      CMakeLists.txt  
 M  +34 -21    kstars/CMakeLists.txt  
 M  +12 -8     kstars/Messages.sh  
 M  +13 -8     kstars/binfilehelper.cpp  
 M  +1 -1      kstars/binfilehelper.h  
 M  +0 -30     kstars/byteswap.h  
 M  +61 -124   kstars/colorscheme.cpp  
 M  +65 -108   kstars/colorscheme.h  
 M  +75 -0     kstars/data/CMakeLists.txt  
 M  +3409 -24  kstars/data/Cities.dat  
 M  +122 -4    kstars/data/README.binfileformat  
 M  +21 -1     kstars/data/README.indexfileformat  
 M  +99 -0     kstars/data/TZrules.dat  
 M  +2000 -0   kstars/data/asteroids.dat  
 M  +1390 -0   kstars/data/cbounds-3.idx  
 M  +11803 -0  kstars/data/cbounds-5.idx  
 M  +13124 -0  kstars/data/cbounds.dat  
 M  +29 -0     kstars/data/chart.colors  
 M  +1 -0      kstars/data/classic.colors  
 M  +4759 -0   kstars/data/clines.dat  
 M  +548 -0    kstars/data/cnames.dat  
 M  +1279 -0   kstars/data/comets.dat  
 M  +99 -0     kstars/data/earth.B1.vsop  
 M  +49 -0     kstars/data/earth.B2.vsop  
 M  +5 -0      kstars/data/earth.B4.vsop  
 M  +559 -0    kstars/data/earth.L0.vsop  
 M  +341 -0    kstars/data/earth.L1.vsop  
 M  +22 -0     kstars/data/earth.L3.vsop  
 M  +5 -0      kstars/data/earth.L5.vsop  
 M  +292 -0    kstars/data/earth.R1.vsop  
 M  +139 -0    kstars/data/earth.R2.vsop  
 M  +10 -0     kstars/data/earth.R4.vsop  
 M  +3 -0      kstars/data/earth.R5.vsop  
 M  +100 -0    kstars/data/earth.orbit  
 M  +61 -0     kstars/data/glossary.xml  
 M  +243 -0    kstars/data/info_url.dat  
 M  +249 -0    kstars/data/jupiter.B0.vsop  
 M  +141 -0    kstars/data/jupiter.B1.vsop  
 M  +42 -0     kstars/data/jupiter.B3.vsop  
 M  +12 -0     kstars/data/jupiter.B4.vsop  
 M  +760 -0    kstars/data/jupiter.L0.vsop  
 M  +191 -0    kstars/data/jupiter.L2.vsop  
 M  +45 -0     kstars/data/jupiter.L4.vsop  
 M  +10 -0     kstars/data/jupiter.L5.vsop  
 M  +745 -0    kstars/data/jupiter.R0.vsop  
 M  +381 -0    kstars/data/jupiter.R1.vsop  
 M  +98 -0     kstars/data/jupiter.R3.vsop  
 M  +46 -0     kstars/data/jupiter.R4.vsop  
 M  +100 -0    kstars/data/jupiter.orbit  
 M  +33 -0     kstars/data/lmc.dat  
 M  +287 -0    kstars/data/mars.B1.vsop  
 M  +130 -0    kstars/data/mars.B2.vsop  
 M  +11 -0     kstars/data/mars.B4.vsop  
 M  +5 -0      kstars/data/mars.B5.vsop  
 M  +1217 -0   kstars/data/mars.L0.vsop  
 M  +686 -0    kstars/data/mars.L1.vsop  
 M  +129 -0    kstars/data/mars.L3.vsop  
 M  +36 -0     kstars/data/mars.L4.vsop  
 M  +1118 -0   kstars/data/mars.R0.vsop  
 M  +313 -0    kstars/data/mars.R2.vsop  
 M  +28 -0     kstars/data/mars.R4.vsop  
 M  +9 -0      kstars/data/mars.R5.vsop  
 M  +818 -0    kstars/data/mercury.B0.vsop  
 M  +494 -0    kstars/data/mercury.B1.vsop  
 M  +52 -0     kstars/data/mercury.B3.vsop  
 M  +8 -0      kstars/data/mercury.B5.vsop  
 M  +839 -0    kstars/data/mercury.L1.vsop  
 M  +395 -0    kstars/data/mercury.L2.vsop  
 M  +21 -0     kstars/data/mercury.L4.vsop  
 M  +12 -0     kstars/data/mercury.L5.vsop  
 M  +1215 -0   kstars/data/mercury.R0.vsop  
 M  +711 -0    kstars/data/mercury.R1.vsop  
 M  +60 -0     kstars/data/mercury.R3.vsop  
 M  +11 -0     kstars/data/mercury.R4.vsop  
 M  +8 -0      kstars/data/mercury.R5.vsop  
 M  +100 -0    kstars/data/mercury.orbit  
 M  +60 -0     kstars/data/moonB.dat  
 M  +60 -0     kstars/data/moonLR.dat  
 M  +29 -0     kstars/data/moonless-night.colors  
 M  +172 -0    kstars/data/neptune.B0.vsop  
 M  +25 -0     kstars/data/neptune.B2.vsop  
 M  +1 -0      kstars/data/neptune.B4.vsop  
 M  +1 -0      kstars/data/neptune.B5.vsop  
 M  +423 -0    kstars/data/neptune.L0.vsop  
 M  +183 -0    kstars/data/neptune.L1.vsop  
 M  +15 -0     kstars/data/neptune.L3.vsop  
 M  +2 -0      kstars/data/neptune.L4.vsop  
 M  +607 -0    kstars/data/neptune.R0.vsop  
 M  +72 -0     kstars/data/neptune.R2.vsop  
 M  +7 -0      kstars/data/neptune.R4.vsop  
 M  +100 -0    kstars/data/neptune.orbit  
 M  +13441 -13437 kstars/data/ngcic.dat  
 M  +1 -0      kstars/data/night.colors  
 M  +100 -0    kstars/data/pluto.orbit  
 M  +260 -0    kstars/data/saturn.B1.vsop  
 M  +111 -0    kstars/data/saturn.B2.vsop  
 M  +26 -0     kstars/data/saturn.B4.vsop  
 M  +11 -0     kstars/data/saturn.B5.vsop  
 M  +1152 -0   kstars/data/saturn.L0.vsop  
 M  +642 -0    kstars/data/saturn.L1.vsop  
 M  +148 -0    kstars/data/saturn.L3.vsop  
 M  +27 -0     kstars/data/saturn.L5.vsop  
 M  +639 -0    kstars/data/saturn.R1.vsop  
 M  +342 -0    kstars/data/saturn.R2.vsop  
 M  +64 -0     kstars/data/saturn.R4.vsop  
 M  +28 -0     kstars/data/saturn.R5.vsop  
 M  +100 -0    kstars/data/saturn.orbit  
 M  +44 -0     kstars/data/smc.dat  
 M  +92 -0     kstars/data/starlnum.idx  
 M  +441 -14   kstars/data/tips  
 M  +2 -2      kstars/data/tools/Makefile  
 M  +1 -1      kstars/data/tools/binfile.h  
 M  +18 -18    kstars/data/tools/binfiletester.c  
 M  +0 -284    kstars/data/tools/merge-sac-into-ngcic.dat  
 M  +16 -16    kstars/data/tools/nomadbinfiletester.c  
 M  +3 -3      kstars/data/tools/parse-sac-to-mysql.pl  
 M  +7 -7      kstars/data/tools/readnomadbindump.c  
 M  +283 -0    kstars/data/uranus.B0.vsop  
 M  +60 -0     kstars/data/uranus.B2.vsop  
 M  +16 -0     kstars/data/uranus.B3.vsop  
 M  +426 -0    kstars/data/uranus.L1.vsop  
 M  +46 -0     kstars/data/uranus.L3.vsop  
 M  +7 -0      kstars/data/uranus.L4.vsop  
 M  +1124 -0   kstars/data/uranus.R0.vsop  
 M  +192 -0    kstars/data/uranus.R2.vsop  
 M  +55 -0     kstars/data/uranus.R3.vsop  
 M  +100 -0    kstars/data/uranus.orbit  
 M  +16274 -0  kstars/data/valaav.txt  
 M  +210 -0    kstars/data/venus.B0.vsop  
 M  +59 -0     kstars/data/venus.B2.vsop  
 M  +5 -0      kstars/data/venus.B4.vsop  
 M  +4 -0      kstars/data/venus.B5.vsop  
 M  +367 -0    kstars/data/venus.L0.vsop  
 M  +215 -0    kstars/data/venus.L1.vsop  
 M  +9 -0      kstars/data/venus.L3.vsop  
 M  +5 -0      kstars/data/venus.L4.vsop  
 M  +330 -0    kstars/data/venus.R0.vsop  
 M  +63 -0     kstars/data/venus.R2.vsop  
 M  +7 -0      kstars/data/venus.R3.vsop  
 M  +2 -0      kstars/data/venus.R5.vsop  
 M  +100 -0    kstars/data/venus.orbit  
 M  +1 -1      kstars/dialogs/addcatdialog.cpp  
 M  +57 -53    kstars/dialogs/detaildialog.cpp  
 M  +0 -3      kstars/dialogs/detaildialog.h  
 M  +2 -16     kstars/dialogs/details_data.ui  
 M  +22 -24    kstars/dialogs/finddialog.cpp  
 M  +23 -42    kstars/dialogs/finddialog.h  
 M  +2 -2      kstars/dialogs/focusdialog.cpp  
 M  +121 -149  kstars/dialogs/fovdialog.cpp  
 M  +17 -12    kstars/dialogs/fovdialog.h  
 M  +59 -62    kstars/dialogs/locationdialog.cpp  
 M  +39 -55    kstars/dialogs/locationdialog.h  
 M  +84 -87    kstars/dialogs/wizlocation.ui  
 M  +0 -63     kstars/dms.cpp  
 M  +109 -138  kstars/dms.h  
 M  +2 -2      kstars/fitsviewer.rc  
 M  +8 -19     kstars/fitsviewer/fitsimage.cpp  
 M  +0 -4      kstars/fitsviewer/fitsimage.h  
 M  +2 -5      kstars/fitsviewer/fitsviewer.cpp  
 M  +154 -126  kstars/fov.cpp  
 M  +44 -22    kstars/fov.h  
 M  +26 -72    kstars/geolocation.cpp  
 M  +129 -181  kstars/geolocation.h  
 M  +1 -1      kstars/htmesh/CMakeLists.txt  
 M  +4 -1      kstars/htmesh/SpatialGeneral.h  
 M  +0 -434    kstars/htmesh/VarStr.hpp  
 M  +67 -46    kstars/imageviewer.cpp  
 M  +24 -42    kstars/imageviewer.h  
 M  +24 -9     kstars/indi/devicemanager.cpp  
 M  +8 -7      kstars/indi/indidevice.cpp  
 M  +3 -2      kstars/indi/indidevice.h  
 M  +79 -86    kstars/indi/indidriver.cpp  
 M  +2 -4      kstars/indi/indidriver.h  
 M  +1 -1      kstars/indi/indielement.h  
 M  +39 -18    kstars/indi/indimenu.cpp  
 M  +12 -9     kstars/indi/indimenu.h  
 M  +1 -1      kstars/indi/indiproperty.cpp  
 M  +20 -23    kstars/indi/indistd.cpp   [POSSIBLY UNSAFE: scanf]
 M  +35 -19    kstars/indi/telescopeprop.cpp  
 M  +1 -0      kstars/indi/telescopeprop.h  
 M  +122 -128  kstars/indi/telescopeprop.ui  
 M  +41 -30    kstars/indi/telescopewizardprocess.cpp  
 M  +0 -180    kstars/infobox.cpp  
 M  +0 -225    kstars/infobox.h  
 M  +0 -454    kstars/infoboxes.cpp  
 M  +0 -269    kstars/infoboxes.h  
 M  +87 -168   kstars/kspopupmenu.cpp  
 M  +8 -14     kstars/kspopupmenu.h  
 M  +63 -100   kstars/kstars.cpp  
 M  +52 -3     kstars/kstars.desktop  
 M  +241 -289  kstars/kstars.h  
 M  +38 -25    kstars/kstars.kcfg  
 M  +136 -297  kstars/kstarsactions.cpp  
 M  +190 -339  kstars/kstarsdata.cpp  
 M  +197 -320  kstars/kstarsdata.h  
 M  +54 -41    kstars/kstarsdcop.cpp  
 M  +367 -475  kstars/kstarsinit.cpp  
 M  +0 -11     kstars/kstarssplash.cpp  
 M  +8 -17     kstars/kstarssplash.h  
 M  +8 -0      kstars/kstarsui-indi.rc  
 M  +7 -0      kstars/kstarsui-win.rc  
 M  +7 -0      kstars/kstarsui.rc  
 M  +2 -24     kstars/ksutils.cpp  
 M  +31 -17    kstars/ksutils.h  
 M  +22 -33    kstars/kswizard.cpp  
 M  +26 -35    kstars/kswizard.h  
 M  +9 -5      kstars/main.cpp  
 M  +26 -0     kstars/options/opsadvanced.ui  
 M  +11 -5     kstars/options/opscatalog.cpp  
 M  +309 -112  kstars/options/opscatalog.ui  
 M  +2 -1      kstars/options/opsguides.cpp  
 M  +0 -81     kstars/quaternion.cpp  
 M  +3 -26     kstars/quaternion.h  
 M  +2 -2      kstars/satlib/SatLib.c  
 M  +11 -34    kstars/simclock.cpp  
 M  +4 -6      kstars/simclock.h  
 M  +13 -5     kstars/skycomponents/README  
 M  +5 -5      kstars/skycomponents/asteroidscomponent.cpp  
 M  +1 -3      kstars/skycomponents/asteroidscomponent.h  
 M  +4 -4      kstars/skycomponents/cometscomponent.cpp  
 M  +1 -3      kstars/skycomponents/cometscomponent.h  
 M  +0 -3      kstars/skycomponents/constellationboundary.cpp  
 M  +3 -4      kstars/skycomponents/constellationboundarylines.cpp  
 M  +1 -3      kstars/skycomponents/constellationboundarylines.h  
 M  +4 -7      kstars/skycomponents/constellationlines.cpp  
 M  +2 -3      kstars/skycomponents/constellationlines.h  
 M  +7 -13     kstars/skycomponents/constellationnamescomponent.cpp  
 M  +2 -4      kstars/skycomponents/constellationnamescomponent.h  
 M  +2 -1      kstars/skycomponents/coordinategrid.cpp  
 M  +1 -1      kstars/skycomponents/coordinategrid.h  
 M  +4 -3      kstars/skycomponents/customcatalogcomponent.cpp  
 M  +4 -10     kstars/skycomponents/customcatalogcomponent.h  
 M  +65 -21    kstars/skycomponents/deepskycomponent.cpp  
 M  +27 -4     kstars/skycomponents/deepskycomponent.h  
 M  +68 -68    kstars/skycomponents/deepstarcomponent.cpp  
 M  +5 -14     kstars/skycomponents/deepstarcomponent.h  
 M  +4 -2      kstars/skycomponents/ecliptic.cpp  
 M  +2 -5      kstars/skycomponents/ecliptic.h  
 M  +2 -1      kstars/skycomponents/equator.cpp  
 M  +2 -5      kstars/skycomponents/equator.h  
 M  +28 -8     kstars/skycomponents/flagcomponent.cpp  
 M  +11 -4     kstars/skycomponents/flagcomponent.h  
 M  +6 -4      kstars/skycomponents/horizoncomponent.cpp  
 M  +2 -4      kstars/skycomponents/horizoncomponent.h  
 M  +0 -246    kstars/skycomponents/jupitermoonscomponent.cpp  
 M  +0 -106    kstars/skycomponents/jupitermoonscomponent.h  
 M  +0 -3      kstars/skycomponents/linelist.h  
 M  +4 -4      kstars/skycomponents/linelistcomponent.cpp  
 M  +1 -2      kstars/skycomponents/linelistcomponent.h  
 M  +6 -6      kstars/skycomponents/linelistindex.cpp  
 M  +1 -1      kstars/skycomponents/linelistindex.h  
 M  +0 -1      kstars/skycomponents/linelistlabel.cpp  
 M  +4 -3      kstars/skycomponents/listcomponent.cpp  
 M  +1 -2      kstars/skycomponents/listcomponent.h  
 M  +0 -182    kstars/skycomponents/magellanicclouds.cpp  
 M  +0 -49     kstars/skycomponents/magellanicclouds.h  
 M  +52 -70    kstars/skycomponents/milkyway.cpp  
 M  +16 -19    kstars/skycomponents/milkyway.h  
 M  +2 -1      kstars/skycomponents/noprecessindex.cpp  
 M  +1 -1      kstars/skycomponents/noprecessindex.h  
 M  +8 -7      kstars/skycomponents/pointlistcomponent.cpp  
 M  +1 -2      kstars/skycomponents/pointlistcomponent.h  
 M  +0 -1      kstars/skycomponents/polylistindex.cpp  
 M  +9 -1      kstars/skycomponents/satellitecomponent.cpp  
 M  +11 -12    kstars/skycomponents/satellitecomponent.h  
 M  +13 -14    kstars/skycomponents/satellitecomposite.cpp  
 M  +6 -14     kstars/skycomponents/satellitecomposite.h  
 M  +0 -245    kstars/skycomponents/saturnmoonscomponent.cpp  
 M  +0 -106    kstars/skycomponents/saturnmoonscomponent.h  
 M  +2 -1      kstars/skycomponents/singlecomponent.cpp  
 M  +1 -2      kstars/skycomponents/singlecomponent.h  
 M  +1 -3      kstars/skycomponents/skiplistindex.cpp  
 M  +5 -4      kstars/skycomponents/skiplistindex.h  
 M  +0 -1      kstars/skycomponents/skycomponent.cpp  
 M  +104 -114  kstars/skycomponents/skycomponent.h  
 M  +5 -7      kstars/skycomponents/skycomposite.cpp  
 M  +8 -16     kstars/skycomponents/skycomposite.h  
 M  +1 -1      kstars/skycomponents/skylabeler.cpp  
 M  +35 -40    kstars/skycomponents/skymapcomposite.cpp  
 M  +11 -18    kstars/skycomponents/skymapcomposite.h  
 M  +7 -6      kstars/skycomponents/skymesh.cpp  
 M  +3 -4      kstars/skycomponents/skymesh.h  
 M  +34 -35    kstars/skycomponents/solarsystemcomposite.cpp  
 M  +10 -9     kstars/skycomponents/solarsystemcomposite.h  
 M  +5 -2      kstars/skycomponents/solarsystemlistcomponent.cpp  
 M  +2 -2      kstars/skycomponents/solarsystemlistcomponent.h  
 M  +6 -3      kstars/skycomponents/solarsystemsinglecomponent.cpp  
 M  +3 -6      kstars/skycomponents/solarsystemsinglecomponent.h  
 M  +37 -54    kstars/skycomponents/starblock.cpp  
 M  +27 -54    kstars/skycomponents/starblock.h  
 M  +18 -18    kstars/skycomponents/starblocklist.cpp  
 M  +39 -45    kstars/skycomponents/starcomponent.cpp  
 M  +22 -15    kstars/skycomponents/starcomponent.h  
 M  +303 -464  kstars/skymap.cpp  
 M  +78 -140   kstars/skymap.h  
 M  +156 -194  kstars/skymapdraw.cpp  
 M  +86 -143   kstars/skymapevents.cpp  
 M  +10 -4     kstars/skyobjects/auxinfo.h  
 M  +55 -9     kstars/skyobjects/deepskyobject.cpp  
 M  +11 -9     kstars/skyobjects/deepskyobject.h  
 M  +10 -33    kstars/skyobjects/jupitermoons.cpp  
 M  +4 -58     kstars/skyobjects/jupitermoons.h  
 M  +21 -35    kstars/skyobjects/ksasteroid.cpp  
 M  +8 -40     kstars/skyobjects/ksasteroid.h  
 M  +18 -26    kstars/skyobjects/kscomet.cpp  
 M  +6 -25     kstars/skyobjects/kscomet.h  
 M  +107 -83   kstars/skyobjects/ksmoon.cpp  
 M  +27 -49    kstars/skyobjects/ksmoon.h  
 M  +79 -6     kstars/skyobjects/ksplanet.cpp  
 M  +7 -5      kstars/skyobjects/ksplanet.h  
 M  +26 -114   kstars/skyobjects/ksplanetbase.cpp  
 M  +16 -24    kstars/skyobjects/ksplanetbase.h  
 M  +15 -5     kstars/skyobjects/kspluto.cpp  
 M  +5 -2      kstars/skyobjects/kspluto.h  
 M  +20 -4     kstars/skyobjects/kssun.cpp  
 M  +6 -3      kstars/skyobjects/kssun.h  
 M  +304 -340  kstars/skyobjects/saturnmoons.cpp  
 M  +6 -57     kstars/skyobjects/saturnmoons.h  
 M  +30 -44    kstars/skyobjects/skyobject.cpp  
 M  +41 -11    kstars/skyobjects/skyobject.h  
 M  +99 -56    kstars/skyobjects/skypoint.cpp  
 M  +42 -5     kstars/skyobjects/skypoint.h  
 M  +128 -107  kstars/skyobjects/starobject.cpp  
 M  +10 -65    kstars/skyobjects/starobject.h  
 M  +4 -4      kstars/skyobjects/trailobject.cpp  
 M  +2 -6      kstars/skyobjects/trailobject.h  
 M  +5 -2      kstars/thumbnaileditor.cpp  
 M  +2 -1      kstars/thumbnaileditor.h  
 M  +9 -7      kstars/thumbnailpicker.cpp  
 M  +2 -1      kstars/thumbnailpicker.h  
 M  +15 -31    kstars/timezonerule.cpp  
 M  +3 -3      kstars/timezonerule.h  
 M  +38 -73    kstars/tools/altvstime.cpp  
 M  +66 -70    kstars/tools/altvstime.h  
 M  +136 -135  kstars/tools/altvstime.ui  
 M  +8 -1      kstars/tools/argwaitfor.ui  
 M  +149 -184  kstars/tools/astrocalc.cpp  
 M  +53 -54    kstars/tools/astrocalc.h  
 M  +30 -30    kstars/tools/avtplotwidget.h  
 M  +14 -7     kstars/tools/calendarwidget.cpp  
 M  +10 -30    kstars/tools/conjunctions.cpp  
 M  +38 -17    kstars/tools/flagmanager.cpp  
 M  +7 -2      kstars/tools/flagmanager.h  
 M  +31 -1     kstars/tools/flagmanager.ui  
 M  +1 -1      kstars/tools/jmoontool.cpp  
 M  +21 -34    kstars/tools/ksconjunct.cpp  
 M  +12 -2     kstars/tools/ksconjunct.h  
 M  +56 -38    kstars/tools/lcgenerator.cpp  
 M  +41 -40    kstars/tools/lcgenerator.h  
 M  +8 -4      kstars/tools/lcgenerator.ui  
 M  +19 -34    kstars/tools/modcalcaltaz.cpp  
 M  +5 -4      kstars/tools/modcalcangdist.cpp  
 M  +5 -4      kstars/tools/modcalcapcoord.cpp  
 M  +1 -1      kstars/tools/modcalcapcoord.ui  
 M  +36 -40    kstars/tools/modcalcdaylength.cpp  
 M  +0 -2      kstars/tools/modcalcdaylength.h  
 M  +2 -2      kstars/tools/modcalcdaylength.ui  
 M  +7 -8      kstars/tools/modcalceclipticcoords.cpp  
 M  +5 -4      kstars/tools/modcalcgalcoord.cpp  
 M  +5 -5      kstars/tools/modcalcgeodcoord.cpp  
 M  +99 -198   kstars/tools/modcalcplanets.cpp  
 M  +3 -9      kstars/tools/modcalcplanets.h  
 M  +284 -349  kstars/tools/modcalcplanets.ui  
 M  +20 -27    kstars/tools/modcalcsidtime.cpp  
 M  +0 -5      kstars/tools/modcalcsidtime.h  
 M  +1 -1      kstars/tools/modcalcsidtime.ui  
 M  +18 -25    kstars/tools/modcalcvizequinox.cpp  
 M  +10 -10    kstars/tools/modcalcvlsr.cpp  
 M  +944 -304  kstars/tools/observinglist.cpp  
 M  +242 -82   kstars/tools/observinglist.h  
 M  +386 -175  kstars/tools/observinglist.ui  
 M  +137 -123  kstars/tools/obslistwizard.cpp  
 M  +4 -9      kstars/tools/obslistwizard.h  
 M  +15 -29    kstars/tools/planetviewer.cpp  
 M  +1 -3      kstars/tools/planetviewer.h  
 M  +1 -0      kstars/tools/pvplotwidget.cpp  
 M  +15 -13    kstars/tools/scriptbuilder.cpp  
 M  +24 -22    kstars/tools/skycalendar.cpp  
 M  +1 -3      kstars/tools/skycalendar.h  
 M  +1 -1      kstars/tools/skycalendar.ui  
 M  +114 -61   kstars/tools/wutdialog.cpp  
 M  +51 -39    kstars/tools/wutdialog.h  
 M  +200 -178  kstars/tools/wutdialog.ui  
 M  +11 -11    kstars/widgets/fovwidget.cpp  
 M  +33 -30    kstars/widgets/mapcanvas.cpp  
 M  +31 -32    kstars/widgets/mapcanvas.h  
 M  +0 -174    kstars/widgets/timebox.cpp  
 M  +0 -92     kstars/widgets/timebox.h  
 M  +1 -1      kstars/widgets/timespinbox.cpp  
 M  +2 -2      kstars/widgets/timespinbox.h  
 M  +14 -14    kstars/xplanet/opsxplanet.cpp  
 M  +2 -2      kstars/xplanet/opsxplanet.ui  


http://websvn.kde.org/?view=rev&revision=1058621


More information about the Kstars-devel mailing list