summaryrefslogtreecommitdiffstats
path: root/src/imports/jsondb/jsondbpartition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Added "\brief statements"Nico Vertriest2012-06-191-0/+1
* Add new private QJsonDbQueryModel class to client.Cristiano di Flora2012-06-041-21/+3
* Doc fix: \since 1.0 instead of 1.xDenis Dzyubenko2012-05-301-1/+1
* Fixed documentation generation.Denis Dzyubenko2012-05-301-15/+15
* Documentation formatting fixes.Denis Dzyubenko2012-05-301-1/+1
* Support removable partitions in Partition and JsonDbCachingListModelTapani Mikola2012-05-211-4/+120
* Fixed more qdoc warningsDenis Dzyubenko2012-05-091-1/+1
* Fixed some of the qdoc warningsDenis Dzyubenko2012-05-061-4/+0
* Use QJsonObject bindings from QtJsondb QML pluginPrasanth Ullattil2012-05-031-4/+12
* Clarify the optional arguments in Partition::update and Partition::removeKevin Simons2012-04-301-8/+28
* Support "Replace" updates from the QML APIKevin Simons2012-04-231-10/+20
* Add documentation for reserved propertiesKevin Simons2012-04-111-3/+9
* Remove the ChangeSince feature from qtjsondbLiang Qi2012-04-031-40/+0
* Moving QML plugin to the new JsonDb client APIPrasanth Ullattil2012-04-031-85/+120
* Ported to using new declarative/qml apiDenis Dzyubenko2012-03-111-5/+5
* Added a QML example that shows how streaming works with Query itemsKevin Simons2012-03-071-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-061-23/+23
* Fix compile error when Qt is compiled with namespacePrasanth Ullattil2012-02-091-1/+4
* Add JsonDb.Partition.find()Prasanth Ullattil2012-02-031-3/+122
* Fix conversion of QJSValue of type QObject*Prasanth Ullattil2012-02-011-3/+15
* Remove parentItem from the QML APIsPrasanth Ullattil2012-01-311-21/+27
* Don't use deprecated function QJSValue::isFunction()Kent Hansen2012-01-311-3/+3
* Use QJSValue::call() overload that doesn't require "this" argumentKent Hansen2012-01-281-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-271-1/+1
* Make JsonDb.ChangesSince similar to JsonDb.QueryPrasanth Ullattil2012-01-251-3/+3
* Don't call deprecated QJSValue::isValid() functionKent Hansen2012-01-251-3/+3
* Don't use deprecated QJSValue constructorsKent Hansen2012-01-241-2/+2
* Changes for JsonDB QML APIPrasanth Ullattil2012-01-231-133/+76
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Changes for the JsonDb.Query QML elementPrasanth Ullattil2012-01-181-9/+9
* Drop JsonDb.Partition find & changesSince methodsPrasanth Ullattil2012-01-181-140/+0
* Changes for JsonDb.Notification QML ElementPrasanth Ullattil2012-01-161-31/+18
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Renamed public macros.Denis Dzyubenko2012-01-041-1/+1
* Removed extra "see also" from qml documentationDenis Dzyubenko2011-12-291-3/+3
* Fixed QtJsonDb namespace compilation.Toby Tomkins2011-12-281-2/+1
* More autotests and changes for the QML APIPrasanth Ullattil2011-12-231-61/+12
* New set of QML APIs to access JsonDbPrasanth Ullattil2011-12-231-0/+775