Revision 1191026

Go back to digest for 31st October 2010

Optimization in KDE Base

Sebastian Trueg committed changes in /trunk/KDE/kdelibs/nepomuk/query:

* Introduced a new totalResultCount() signal which always emits the number of results without any query limit or offset.
This is very interesting for paged searches where the actual result could is less important.
* Renamed the totalCount() signal to resultCount() which is cleaner and in sync with the new totalResultCount().
* Introduced the QueryServiceClient::isListingFinished() which avoids having to cache that value in the client app.

File Changes

Modified 4 files
  • /trunk/KDE/kdelibs/nepomuk/query
  •   /filequery.h
  •   /org.kde.nepomuk.Query.xml
  •   /queryserviceclient.cpp
  •   /queryserviceclient.h
4 files changed in total