[Nepomuk] KDE/kdelibs/nepomuk/core
Vishesh Handa
handa.vish at gmail.com
Tue Jun 8 15:04:58 CEST 2010
SVN commit 1135943 by vhanda:
Major upgrade -
* The concept of proxies has been completely removed. ResourceData now keeps a list of Resources that contain it
* ResourceData::determineUri has been significantly modified. It now returns a ResourceData*
* The two kickoff lists (one for urls and the other for strings) have been merged. The strings are stored as invalid urls
* ResourceData's internal kickoffUri & kickoffId have been merged. ResourceData now contains a set of ALL the properties by which it can be initialized
* The invalidateCache issue has been fixed by updating the kickoff list on addition/removal of properties
* The ResourceData::remove issue has been fixed. It no longer needs to determine all the uris.
* ResourceDataPrivate::determineAllUris is no longer required, and has hence been removed.
CCMAIL: nepomuk at kde.org
M +71 -66 resource.cpp
M +8 -0 resource.h
M +119 -208 resourcedata.cpp
M +34 -23 resourcedata.h
M +29 -54 resourcemanager.cpp
M +9 -5 resourcemanager.h
M +4 -11 resourcemanager_p.h
http://websvn.kde.org/?view=rev&revision=1135943
More information about the Nepomuk
mailing list