summaryrefslogtreecommitdiffstats
path: root/src/client/qjsondbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fixes access to private partitions from multiple threads.Denis Dzyubenko2012-06-111-14/+61
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-06-041-11/+11
* Implemented Flush request for private partitions.Denis Dzyubenko2012-06-011-0/+17
* Fixed a bug with ordering of multiple internal request.Denis Dzyubenko2012-05-291-3/+12
* Changed behavior of QJsonDbConnection::defaultConnection().Denis Dzyubenko2012-05-291-1/+17
* Clarified ownership of QJsonDbConnection::defaultConnection.Denis Dzyubenko2012-05-291-0/+2
* Changed QJsonDbWatcher to change its status to Inactive later.Denis Dzyubenko2012-05-291-1/+9
* Fixed a crash in QJsonDbWatcherDenis Dzyubenko2012-05-291-5/+13
* Revert "Added QJsonDbRequest::error() and errorString()."Tapani Mikola2012-05-291-2/+4
* Fixed destruction of the private partition object in QJsonDbConnection.Denis Dzyubenko2012-05-261-13/+9
* Added QJsonDbRequest::error() and errorString().Denis Dzyubenko2012-05-251-4/+2
* Fix for requests sent to private partitions.Denis Dzyubenko2012-05-251-60/+81
* Small fixesAli Akhtarzada2012-05-231-2/+2
* Avoid duplication of logicJo Asplin2012-05-221-3/+3
* Fixed includes in private headers.Denis Dzyubenko2012-05-161-0/+2
* Enable compile-time specification of jsondb socket name.Jamey Hicks2012-05-091-0/+11
* Fixed more qdoc warningsDenis Dzyubenko2012-05-091-8/+4
* Fixed some of the qdoc warningsDenis Dzyubenko2012-05-061-0/+1
* Make sure notifications objects are properly destroyedDenis Dzyubenko2012-05-061-0/+1
* Support private partitionsKevin Simons2012-04-181-5/+107
* Use a queued connection to QLocalSocket::readyRead in the clientKevin Simons2012-04-181-1/+1
* New auto test for QJsonDbRequestsRalf Engels2012-04-181-0/+7
* Add placeholder support to QJsonDbWatcherJamey Hicks2012-04-111-0/+7
* Fixes stateNumber on historical notificationsJamey Hicks2012-04-021-7/+15
* Removed duplicate jsonstream class.Denis Dzyubenko2012-03-301-1/+1
* Make default connections thread-localJoão Abecasis2012-03-211-14/+16
* Add support for old notifications to QJsonDbWatcherJamey Hicks2012-03-161-3/+8
* When QJsonDbConnection autoreconnects, indicate that by changing state.Denis Dzyubenko2012-03-051-4/+8
* Fixed code snippet in QJsonDbConnection documentationDenis Dzyubenko2012-03-051-1/+1
* silence some warnings in src/clientJamey Hicks2012-03-021-3/+5
* remove some dead code related to auth tokens.Jamey Hicks2012-03-021-9/+0
* Clarified in the api docs that QJsonDbConnection doesn't own objects.Denis Dzyubenko2012-03-021-0/+4
* remove token authentication code.Jamey Hicks2012-02-291-22/+0
* Gracefully handle replies to already deleted requests.Denis Dzyubenko2012-02-271-4/+3
* Added QJsonDbConnection::defaultConnection()Denis Dzyubenko2012-02-271-0/+33
* When receiving notification for uknown watcher, don't print the warningDenis Dzyubenko2012-02-211-1/+1
* QJsonDbConnection::cancel() should be consistent with removeWatcherDenis Dzyubenko2012-02-211-1/+1
* Naming clean up.Tapani Mikola2012-02-211-2/+0
* Generate the request-Id before the request is actually sendPrasanth Ullattil2012-02-171-1/+1
* Implemented new c++ api for qtjsondb.Denis Dzyubenko2012-02-081-0/+754