summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* don't overload operator<(const QVariant& lhs, const QVariant& rhs)Oswald Buddenhagen2013-06-121-2/+2
* Add QtJsonDb namespace to Q_PROPERTY as needed for qmlJamey Hicks2012-10-101-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2436-864/+864
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* Add some docs to QJsonDbWriteRequestAli Akhtarzada2012-08-271-0/+10
* Minor doc fixesAli Akhtarzada2012-08-231-2/+2
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* follow s/QT_PRIVATE/QT_FOR_PRIVATE/ in qtbaseOswald Buddenhagen2012-08-061-1/+1
* Set the Qt API level to compatibility mode in all tests and in one lib.Thiago Macieira2012-08-011-0/+2
* Update the export macros in qtjsondb.gitThiago Macieira2012-07-111-2/+6
* build system cleanupsOswald Buddenhagen2012-06-271-6/+1
* auto-generate module prisOswald Buddenhagen2012-06-271-9/+6
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-272-2/+1
* Fixed doc for QJsonDbReadObject requestDenis Dzyubenko2012-06-131-3/+1
* .pro file clean upsTapani Mikola2012-06-121-1/+1
* Fixes access to private partitions from multiple threads.Denis Dzyubenko2012-06-112-17/+69
* Fix a crash in query modelTapani Mikola2012-06-111-3/+29
* Added a signal QJsonDbReadObjectRequest::objectUnavailable()Denis Dzyubenko2012-06-082-2/+16
* ListModel and QueryModel documentation clean upTapani Mikola2012-06-061-28/+8
* Use JsonDbCachingListModel to provide also JsonDbListModelTapani Mikola2012-06-051-23/+34
* Allow custom properties to be injected to items in the modelPrasanth Ullattil2012-06-053-5/+71
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-06-043-17/+17
* Add new private QJsonDbQueryModel class to client.Cristiano di Flora2012-06-048-2/+3297
* Implemented Flush request for private partitions.Denis Dzyubenko2012-06-016-3/+38
* Cleaning up JsonDbQueryDenis Dzyubenko2012-05-311-7/+5
* Fixed a bug with ordering of multiple internal request.Denis Dzyubenko2012-05-291-3/+12
* Changed behavior of QJsonDbConnection::defaultConnection().Denis Dzyubenko2012-05-292-1/+18
* Clarified ownership of QJsonDbConnection::defaultConnection.Denis Dzyubenko2012-05-291-0/+2
* Changed QJsonDbWatcher to change its status to Inactive later.Denis Dzyubenko2012-05-293-10/+18
* Fixed a crash in QJsonDbWatcherDenis Dzyubenko2012-05-291-5/+13
* Revert "Added QJsonDbRequest::error() and errorString()."Tapani Mikola2012-05-298-42/+16
* Fixed destruction of the private partition object in QJsonDbConnection.Denis Dzyubenko2012-05-264-18/+13
* Added a test that reads from multiple private partitions.Denis Dzyubenko2012-05-255-21/+172
* Changed the way we find path to private partitions.Denis Dzyubenko2012-05-254-9/+16
* Added QJsonDbRequest::error() and errorString().Denis Dzyubenko2012-05-258-16/+42
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-251-26/+33
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-251-2/+8
* Fix for requests sent to private partitions.Denis Dzyubenko2012-05-2511-118/+112
* Fixed doc for QJsonDbRequest::takeResultsDenis Dzyubenko2012-05-251-1/+1
* add doc for QJsonDbReadObjectRequestBai Jing2012-05-251-0/+3
* Add documentation for objects of QJsonDbWriteRequestAli Akhtarzada2012-05-231-0/+24
* Small fixesAli Akhtarzada2012-05-235-6/+6
* Avoid duplication of logicJo Asplin2012-05-221-3/+3
* Add setObject to QJsonDbWriteRequestAli Akhtarzada2012-05-192-0/+12
* Fixed includes in private headers.Denis Dzyubenko2012-05-163-4/+8
* Revert "Moved implemented of helper classes to header file"Sergey Hambardzumyan2012-05-112-95/+78
* Moved implemented of helper classes to header fileDenis Dzyubenko2012-05-102-78/+95
* Enable compile-time specification of jsondb socket name.Jamey Hicks2012-05-093-8/+13
* Fixed more qdoc warningsDenis Dzyubenko2012-05-093-29/+13
* Fixed some of the qdoc warningsDenis Dzyubenko2012-05-065-9/+50