Revision 0c9e5bc...

Go back to digest for 24th June 2012

Features in KDE Base

Vishesh Handa committed changes in [nepomuk-core] /:

Allow synchronous execution of queries

This is done by returning a Nepomuk::Query::ResultIterator, and
allows the user to control the execution of the query with the
iterator.

This lets us move away from Soprano. Plus, this avoids
code duplication as this code is being duplicated in both the
query service and the kioslave.

REVIEW: 105287

File Changes

Added 3 files
  •   includes/Query/ResultIterator
  •   libnepomukcore/query/resultiterator.cpp
  •   libnepomukcore/query/resultiterator.h
Modified 2 files
  • /CMakeLists.txt
  •   includes
  •   libnepomukcore
5 files changed in total