summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Doc: Added JSON DB QML API to 'qmlmodules'Jerome Pasion2012-10-261-0/+9
* Removed old deprecated c++ api.Denis Dzyubenko2012-10-1111-2319/+1
* Add QtJsonDb namespace to Q_PROPERTY as needed for qmlJamey Hicks2012-10-106-17/+17
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2422-531/+531
* remove stale fileOswald Buddenhagen2012-08-111-35/+0
* Update import api to follow changes in qtdeclarative.Toby Tomkins2012-08-101-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-308-8/+16
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-114-53/+6
* Prevent compilation failure when cross compilingDonald Carr2012-07-052-2/+2
* Added "\brief statements"Nico Vertriest2012-06-196-0/+6
* Get rid of make docs warnings with jsondatabase.hTapani Mikola2012-06-061-6/+5
* ListModel and QueryModel documentation clean upTapani Mikola2012-06-061-18/+18
* Add missing Q_ENUMSTapani Mikola2012-06-061-0/+1
* Use JsonDbCachingListModel to provide also JsonDbListModelTapani Mikola2012-06-057-2002/+335
* Allow custom properties to be injected to items in the modelPrasanth Ullattil2012-06-053-3/+68
* Add new private QJsonDbQueryModel class to client.Cristiano di Flora2012-06-0414-2957/+221
* Removed unused variableDenis Dzyubenko2012-06-011-2/+0
* Doc fix: \since 1.0 instead of 1.xDenis Dzyubenko2012-05-309-10/+10
* Fixed documentation generation.Denis Dzyubenko2012-05-307-80/+80
* Documentation formatting fixes.Denis Dzyubenko2012-05-309-11/+11
* Fixed a doc for JsonDatabase::listPartitionsDenis Dzyubenko2012-05-291-3/+3
* Get rid of two warningsTapani Mikola2012-05-251-2/+2
* Fix crash when an invalid partition object is passed to the propertyPrasanth Ullattil2012-05-252-0/+10
* Support removable partitions in Partition and JsonDbCachingListModelTapani Mikola2012-05-215-26/+207
* Support caseSensitive in JsonDbCachingListModelLiang Qi2012-05-142-1/+3
* Removed static variable from JsonDatabase class.Denis Dzyubenko2012-05-102-8/+4
* Fixed more qdoc warningsDenis Dzyubenko2012-05-099-9/+12
* Use new qtdeclarative api for registering qml modules.Denis Dzyubenko2012-05-071-1/+1
* Fixed some of the qdoc warningsDenis Dzyubenko2012-05-064-11/+8
* QAbstractItemModel::setRoleNames are no longer necessaryThiago Macieira2012-05-048-4/+29
* Fix typo in documentationPrasanth Ullattil2012-05-045-18/+18
* Make more use of QStringLiteral and QLatin1Char/QLatin1StringDenis Dzyubenko2012-05-032-7/+7
* Add bindings support for JsonDb QML ModelsPrasanth Ullattil2012-05-036-2/+124
* Fix QML plugins build inside scratchbox.Lauro Neto2012-05-032-2/+2
* Use QJsonObject bindings from QtJsondb QML pluginPrasanth Ullattil2012-05-035-10/+19
* Clarify the optional arguments in Partition::update and Partition::removeKevin Simons2012-04-301-8/+28
* Fix the "[= { foo: bar} ]" form of queriesKevin Simons2012-04-241-2/+1
* Support propertyName as the name of the Index & sortOrderTapani Mikola2012-04-241-17/+22
* Support "Replace" updates from the QML APIKevin Simons2012-04-232-11/+27
* Revert Change Ic65dcec635923b41309bb18549d6b82ad147cb83Prasanth Ullattil2012-04-131-1/+1
* More performance enhancement to caching list modelTapani Mikola2012-04-134-10/+94
* Fix warning when registering the QML module APIPrasanth Ullattil2012-04-131-1/+1
* Performance enhancements to caching list modelTapani Mikola2012-04-124-18/+38
* Add documentation for reserved propertiesKevin Simons2012-04-111-3/+9
* Squash some more warningsKevin Simons2012-04-113-5/+0
* Switch to a partition-loading system based on filesKevin Simons2012-04-101-0/+2
* Initial commit to support any type of Indexes in caching list modelTapani Mikola2012-04-106-126/+262
* remove dependency to jsondbcompatBai Jing2012-04-041-2/+2
* Replace the connection with defaultConnection in JsonDatabaseLiang Qi2012-04-031-4/+2
* Remove the ChangeSince feature from qtjsondbLiang Qi2012-04-036-583/+0