[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kstars-devel
Subject:    [Kstars-devel] KDE/kdeedu/kstars
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2006-02-14 7:17:46
Message-ID: 1139901466.591454.9022.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 509265 by harris:

A boring commit for better code:
changed all empty-string instances ("") to QString().
Changed QString function arguments to "const QString&"

The first item was done in all code directories, but the second has only 
been done in the main kstars directory.  Need to propagate changes to 
tools, widgets, and skycomponents directories.

CCMAIL: kstars-devel@kde.org



 M  +44 -5     kstars.kdevelop  
 M  +2 -2      kstars/csegment.cpp  
 M  +2 -2      kstars/csegment.h  
 M  +2 -2      kstars/deepskyobject.cpp  
 M  +4 -4      kstars/deepskyobject.h  
 M  +6 -6      kstars/detaildialog.cpp  
 M  +1 -1      kstars/detaildialog.h  
 M  +6 -6      kstars/devicemanager.cpp  
 M  +5 -5      kstars/devicemanager.h  
 M  +8 -8      kstars/dms.cpp  
 M  +1 -1      kstars/dms.h  
 M  +5 -5      kstars/fitsviewer.cpp  
 M  +1 -1      kstars/focusdialog.cpp  
 M  +1 -1      kstars/focusdialog.h  
 M  +2 -2      kstars/fov.cpp  
 M  +2 -2      kstars/fov.h  
 M  +1 -1      kstars/geolocation.cpp  
 M  +1 -1      kstars/geolocation.h  
 M  +4 -4      kstars/imagesequence.cpp  
 M  +1 -1      kstars/imagesequence.h  
 M  +4 -4      kstars/indidevice.cpp  
 M  +4 -4      kstars/indidevice.h  
 M  +5 -5      kstars/indidriver.cpp  
 M  +3 -3      kstars/indidriver.h  
 M  +2 -2      kstars/indielement.cpp  
 M  +2 -2      kstars/indielement.h  
 M  +1 -1      kstars/indigroup.cpp  
 M  +1 -1      kstars/indigroup.h  
 M  +5 -5      kstars/indimenu.cpp  
 M  +4 -4      kstars/indimenu.h  
 M  +5 -5      kstars/indiproperty.cpp  
 M  +5 -5      kstars/indiproperty.h  
 M  +1 -1      kstars/indistd.cpp  
 M  +1 -1      kstars/indistd.h  
 M  +5 -5      kstars/infobox.cpp  
 M  +2 -2      kstars/infobox.h  
 M  +6 -6      kstars/infoboxes.cpp  
 M  +1 -1      kstars/ksasteroid.cpp  
 M  +1 -1      kstars/ksasteroid.h  
 M  +1 -1      kstars/kscomet.cpp  
 M  +1 -1      kstars/kscomet.h  
 M  +1 -1      kstars/ksmoon.cpp  
 M  +1 -1      kstars/ksplanet.cpp  
 M  +2 -2      kstars/ksplanet.h  
 M  +1 -1      kstars/ksplanetbase.cpp  
 M  +1 -1      kstars/ksplanetbase.h  
 M  +1 -1      kstars/kspluto.cpp  
 M  +1 -1      kstars/kspluto.h  
 M  +2 -2      kstars/kspopupmenu.cpp  
 M  +1 -1      kstars/kspopupmenu.h  
 M  +23 -23    kstars/kstars.h  
 M  +5 -5      kstars/kstarsactions.cpp  
 M  +6 -6      kstars/kstarsdata.cpp  
 M  +4 -4      kstars/kstarsdata.h  
 M  +19 -19    kstars/kstarsdcop.cpp  
 M  +2 -2      kstars/kstarsinit.cpp  
 M  +1 -1      kstars/kstarssplash.cpp  
 M  +1 -1      kstars/kstarssplash.h  
 M  +3 -3      kstars/kswizard.cpp  
 M  +2 -2      kstars/main.cpp  
 M  +1 -1      kstars/skycomponents/asteroidscomponent.cpp  
 M  +1 -1      kstars/skycomponents/cometscomponent.cpp  
 M  +6 -6      kstars/skycomponents/customcatalogcomponent.cpp  
 M  +3 -3      kstars/skycomponents/deepskycomponent.cpp  
 M  +1 -1      kstars/skycomponents/skymapcomposite.cpp  
 M  +1 -1      kstars/skycomponents/solarsystemcomposite.cpp  
 M  +0 -2      kstars/skycomponents/starcomponent.cpp  
 M  +1 -1      kstars/skyobject.cpp  
 M  +4 -4      kstars/skyobject.h  
 M  +1 -1      kstars/skypoint.cpp  
 M  +3 -3      kstars/starobject.cpp  
 M  +4 -4      kstars/starobject.h  
 M  +1 -1      kstars/thumbnailpicker.cpp  
 M  +1 -1      kstars/thumbnailpicker.h  
 M  +3 -3      kstars/timedialog.cpp  
 M  +2 -2      kstars/toggleaction.cpp  
 M  +3 -3      kstars/tools/altvstime.cpp  
 M  +4 -4      kstars/tools/astrocalc.cpp  
 M  +2 -2      kstars/tools/modcalcangdist.cpp  
 M  +3 -3      kstars/tools/modcalcapcoord.cpp  
 M  +3 -3      kstars/tools/modcalcazel.cpp  
 M  +2 -2      kstars/tools/modcalceclipticcoords.cpp  
 M  +4 -4      kstars/tools/modcalcequinox.cpp  
 M  +2 -2      kstars/tools/modcalcgalcoord.cpp  
 M  +2 -2      kstars/tools/modcalcgeodcoord.cpp  
 M  +2 -2      kstars/tools/modcalcjd.cpp  
 M  +13 -13    kstars/tools/modcalcplanets.cpp  
 M  +4 -4      kstars/tools/modcalcprec.cpp  
 M  +2 -2      kstars/tools/modcalcsidtime.cpp  
 M  +7 -7      kstars/tools/modcalcvlsr.cpp  
 M  +3 -3      kstars/tools/observinglist.cpp  
 M  +3 -3      kstars/tools/planetviewer.cpp  
 M  +5 -5      kstars/tools/pvplotwidget.cpp  
 M  +22 -22    kstars/tools/scriptbuilder.cpp  
 M  +2 -2      kstars/tools/scriptfunction.cpp  
 M  +6 -6      kstars/tools/scriptfunction.h  
 M  +1 -1      kstars/widgets/dmsbox.h  
 M  +3 -3      kstars/widgets/timebox.cpp  
 M  +1 -1      kstars/widgets/timebox.h  


_______________________________________________
Kstars-devel mailing list
Kstars-devel@kde.org
https://mail.kde.org/mailman/listinfo/kstars-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic