[Kde-bindings] KDE/kdelibs/nepomuk
Sebastian Trueg
sebastian at trueg.de
Thu Jun 17 09:31:12 UTC 2010
SVN commit 1139077 by trueg:
* Finally added serialization of queries. It might look weird to have an XML serialization when there is SPARQL. But:
1. the Query API does not support the full SPARQL syntax
2. we do not have a proper SPARQL parser and creating one seems like a waste of time at the moment
* Moved a few convinience methods for handling nepomuksearch:/ URLs from kdebase here. These will be very important
for facted browsing.
* Added possibility to only query for files or folders using a FileQuery.
This adds a few new methods but keeps full SC and BC.
CCMAIL: kde-bindings at kde.org
M +1 -0 query/CMakeLists.txt
M +1 -1 query/andterm_p.h
M +0 -9 query/comparisonterm.cpp
M +1 -2 query/comparisonterm_p.h
M +20 -1 query/filequery.cpp
M +41 -1 query/filequery.h
M +1 -10 query/groupterm.cpp
M +1 -2 query/groupterm_p.h
M +0 -6 query/literalterm.cpp
M +0 -1 query/literalterm_p.h
M +1 -7 query/negationterm.cpp
M +0 -1 query/negationterm_p.h
M +0 -6 query/optionalterm.cpp
M +0 -1 query/optionalterm_p.h
M +146 -15 query/query.cpp
M +104 -7 query/query.h
M +5 -2 query/query_p.h
A query/queryserializer.cpp [License: LGPL (v2)]
A query/queryserializer.h [License: LGPL (v2)]
M +1 -7 query/resourceterm.cpp
M +1 -2 query/resourceterm_p.h
M +1 -7 query/resourcetypeterm.cpp
M +1 -2 query/resourcetypeterm_p.h
M +1 -1 query/simpleterm.cpp
M +1 -1 query/simpleterm_p.h
M +20 -3 query/term.cpp
M +24 -2 query/term.h
M +1 -2 query/term_p.h
M +12 -0 test/CMakeLists.txt
M +30 -1 test/querytest.cpp
http://websvn.kde.org/?view=rev&revision=1139077
More information about the Kde-bindings
mailing list