[Kstars-devel] KDE/kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Mon Sep 12 08:30:28 CEST 2005
SVN commit 459856 by harris:
incremental progress toward a successful compile (but we aren't there
yet):
Replaced almost all instances of QPtrList<T> with QList<T*> in the main
kstars directory. Also did a first-pass fix of the areas that use these
variables (i.e., deleting list members in destructors, modifying
for-loop syntax, using "[i]" instead of ".at(i)", etc.)
I left the remaining QPtrLists in KStarsData, because almost all of
these will be moving to skycomponents/ anyway. There were a few
instances where I didn't know how to modify some uses of QPtrList
(notably, the SortedList in SkyObjectName), so I left these alone for
now.
CCMAIL: kstars-devel at kde.org
M +0 -3 addcatdialog.h
M +7 -1 csegment.cpp
M +5 -15 csegment.h
M +4 -2 customcatalog.cpp
M +4 -5 customcatalog.h
M +13 -14 devicemanager.cpp
M +1 -1 devicemanager.h
M +9 -5 fitsprocess.cpp
M +6 -7 fitsprocess.h
M +9 -5 fovdialog.cpp
M +1 -2 fovdialog.h
M +35 -33 indidevice.cpp
M +1 -2 indidevice.h
M +9 -5 indigroup.cpp
M +1 -2 indigroup.h
M +27 -32 indimenu.cpp
M +1 -1 indimenu.h
M +139 -149 indiproperty.cpp
M +1 -3 indiproperty.h
M +8 -6 ksmoon.cpp
M +2 -2 ksmoon.h
M +6 -5 kswizard.cpp
M +1 -1 kswizard.h
M +8 -6 locationdialog.cpp
M +2 -2 locationdialog.h
M +1 -2 objectnamelist.cpp
M +2 -6 objectnamelist.h
M +17 -29 planetcatalog.cpp
M +4 -8 planetcatalog.h
M +15 -15 thumbnailpicker.cpp
M +2 -2 thumbnailpicker.h
More information about the Kstars-devel
mailing list