[Kstars-devel] branches/kstars/carbonix/kstars/kstars
Victor Carbune
victor.carbune at gmail.com
Tue Jun 29 15:13:43 CEST 2010
SVN commit 1144179 by vcarbune:
The KSObjectList view with Context Menu is now independent of ObservingList.
It can be used with any other model (e.g. ObjectList - QSqlQueryModel and ObservingList - QStandardItemModel)
Object hashes for DeepSky Objects will rely on the object id, and other information (such as namesearch)
will be done through a query on the database (the method SkyObject* ObjectList::getObject(id) is used for this)
This method is currently used in the ObjectList dialog (work in progress).
CCMAIL:kstars-devel at kde.org
M +1 -0 CMakeLists.txt
M +172 -2 ksobjectlist.cpp
M +6 -0 ksobjectlist.h
M +0 -1 kstars.cpp
M +15 -8 objlistpopupmenu.cpp
M +65 -45 tools/objectlist.cpp
M +10 -28 tools/objectlist.h
M +88 -19 tools/objectlist.ui
M +38 -1 tools/observinglist.cpp
http://websvn.kde.org/?view=rev&revision=1144179
More information about the Kstars-devel
mailing list