summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-308-8/+16
* Mark JsonDb compat and partition libraries as internal.Stephen Kelly2012-07-242-0/+2
* Update the export macros in qtjsondb.gitThiago Macieira2012-07-113-6/+18
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-07-111-1/+1
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-114-53/+6
* Prevent compilation failure when cross compilingDonald Carr2012-07-052-2/+2
* switch to new-style configure testsOswald Buddenhagen2012-06-271-1/+1
* build system cleanupsOswald Buddenhagen2012-06-273-17/+3
* auto-generate module prisOswald Buddenhagen2012-06-273-28/+18
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-276-6/+3
* don't place the jsonstream library in a more or less random folderOswald Buddenhagen2012-06-272-3/+2
* move the headers from partition/schema-validation/ to their parent dirOswald Buddenhagen2012-06-276-5/+5
* Remove private header include from public headerKalle Juhani Lehtonen2012-06-271-1/+0
* Added "\brief statements"Nico Vertriest2012-06-196-0/+6
* Fixed doc for QJsonDbReadObject requestDenis Dzyubenko2012-06-131-3/+1
* Make sure invalid partition function calls work propertlyAli Akhtarzada2012-06-131-4/+7
* Remove objects in batches for reduces and mapsAli Akhtarzada2012-06-132-10/+6
* Don't close and open if hbtree already openAli Akhtarzada2012-06-131-4/+5
* .pro file clean upsTapani Mikola2012-06-122-2/+2
* Close indexes with object tablesAli Akhtarzada2012-06-111-0/+1
* Fixes access to private partitions from multiple threads.Denis Dzyubenko2012-06-113-18/+70
* Fix a crash in query modelTapani Mikola2012-06-111-3/+29
* Fixed subscription to a notification without explicitly specifying _typeDenis Dzyubenko2012-06-111-1/+3
* Speed up [?_uuid="undefined"] queriesJamey Hicks2012-06-082-0/+6
* Added a signal QJsonDbReadObjectRequest::objectUnavailable()Denis Dzyubenko2012-06-082-2/+16
* Ensure default partition on non-removable mediumJo Asplin2012-06-081-26/+20
* Fixed created QJsonDbWatcher with invalid state numberDenis Dzyubenko2012-06-081-5/+44
* Improve offset - limit query performanceTapani Mikola2012-06-088-15/+243
* Added partition name to debugQuery and object types to performance logJamey Hicks2012-06-072-3/+9
* Added JsonDbSettings::debugIndexes()Jamey Hicks2012-06-073-4/+10
* Removed unnecessary LIBS from autotestsDenis Dzyubenko2012-06-071-2/+0
* Removed unused function that used to create indexes defined by schemasDenis Dzyubenko2012-06-072-15/+0
* Added error checks for -config-path jsondb argumentDenis Dzyubenko2012-06-071-6/+9
* release notifications when closing dbserverBai Jing2012-06-061-0/+1
* Get rid of make docs warnings with jsondatabase.hTapani Mikola2012-06-061-6/+5
* ListModel and QueryModel documentation clean upTapani Mikola2012-06-062-46/+26
* Add missing Q_ENUMSTapani Mikola2012-06-061-0/+1
* Enable JS injection in Json DbGuenter Schwann2012-06-062-1/+33
* Update all the eager views that depend on a source object changeJamey Hicks2012-06-061-1/+1
* Do not open index right after closing just to get filenameAli Akhtarzada2012-06-061-3/+2
* Use JsonDbCachingListModel to provide also JsonDbListModelTapani Mikola2012-06-058-2025/+369
* Allow custom properties to be injected to items in the modelPrasanth Ullattil2012-06-056-8/+139
* Try to make jsondb build again in CITapani Mikola2012-06-052-2/+2
* Get rid of unnecessary semicolonAli Akhtarzada2012-06-051-1/+1
* Remove unnecessary contains call in validateIndexAli Akhtarzada2012-06-051-5/+6
* Changed HBtree to take advisory lock on each open of the db file.Denis Dzyubenko2012-06-043-15/+13
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-06-044-20/+20
* Add new private QJsonDbQueryModel class to client.Cristiano di Flora2012-06-0417-1743/+2302
* Removed unnecessary qPrintable()Jo Asplin2012-06-041-1/+1
* Implemented Flush request for private partitions.Denis Dzyubenko2012-06-016-3/+38