summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into hbtreehbtreeDenis Dzyubenko2012-04-11146-5041/+3544
|\
| * Squash some more warningsKevin Simons2012-04-115-7/+0
| * Suppress some warningsKevin Simons2012-04-111-1/+1
| * Added a config.test to check whether icu is availableDenis Dzyubenko2012-04-111-1/+1
| * Rename daemon autotest to partitionKevin Simons2012-04-102-2/+3
| * Split partition handling out into a separate moduleKevin Simons2012-04-1072-411/+844
| * Switch to a partition-loading system based on filesKevin Simons2012-04-108-84/+182
| * Initial commit to support any type of Indexes in caching list modelTapani Mikola2012-04-106-126/+262
| * Include _indexValue in notifications if query has a sort order.Jamey Hicks2012-04-104-2/+15
| * Includes the values of a named index in query results.Jamey Hicks2012-04-043-60/+70
| * Added console methods info, warn, and error.Jamey Hicks2012-04-042-3/+19
| * Refine eager view updatingJamey Hicks2012-04-0413-139/+260
| * remove dependency to jsondbcompatBai Jing2012-04-041-2/+2
| * fix a createNotification related memory leakBai Jing2012-04-042-1/+21
| * adjust JsonDbIndex verbosityJamey Hicks2012-04-041-2/+2
| * Revert "Forbid changing _type of an existing object"Kevin Simons2012-04-031-5/+0
| * Only validate index against old object if it was an IndexJamey Hicks2012-04-031-1/+1
| * changesSince refactorJamey Hicks2012-04-039-176/+131
| * add missing member initialization in JsonDbNotificationBai Jing2012-04-031-0/+2
| * support _type change in updateBuiltInTypesJamey Hicks2012-04-031-12/+12
| * Do not create a reduced value if it is undefinedJamey Hicks2012-04-031-1/+3
| * Replace the connection with defaultConnection in JsonDatabaseLiang Qi2012-04-031-4/+2
| * Remove the ChangeSince feature from qtjsondbLiang Qi2012-04-036-583/+0
| * Moving QML plugin to the new JsonDb client APIPrasanth Ullattil2012-04-0323-779/+1171
| * Fixed up to run qmlplugindump without gui dependencyDenis Dzyubenko2012-04-032-0/+2
| * Fixes stateNumber on historical notificationsJamey Hicks2012-04-0210-66/+235
| * errorString() is a new addition to QJsonParseError.Jamey Hicks2012-04-021-2/+2
| * fix a mem leak concerning indexQueryBai Jing2012-04-021-5/+5
| * Forbid changing _type of an existing objectDenis Dzyubenko2012-04-021-0/+5
| * fix query parsing problemBai Jing2012-04-022-64/+29
| * Removed qjson parser.Denis Dzyubenko2012-04-0231-2070/+20
| * Removed obsolete QSONCONVERSION var from pro filesDenis Dzyubenko2012-04-023-11/+0
| * Access control to Index objectsTapani Mikola2012-03-312-1/+49
| * Fix memory leak in JsonDbOwner.Tapani Mikola2012-03-311-1/+13
| * Remove support for non-object [= ] query form.Jamey Hicks2012-03-315-75/+33
| * fix JsonDbQuery::parse related mem leakBai Jing2012-03-302-4/+6
| * Removed duplicate jsonstream class.Denis Dzyubenko2012-03-3015-246/+34
| * Use a single QJSEngine for all Map, Reduce, and Index instances.Jamey Hicks2012-03-3011-126/+284
| * Got rid of double serialization of input in JsonStreamDenis Dzyubenko2012-03-301-2/+22
| * Remove unused JsonDbResponse classKevin Simons2012-03-304-188/+0
| * Fix mismatched new[] / deleteKent Hansen2012-03-301-1/+1
| * Switched qml plugins to the new plugin interfaceDenis Dzyubenko2012-03-298-9/+12
| * Harmonize error codesKevin Simons2012-03-297-52/+77
| * Added missing QJsonDbRequest::isActive() functionDenis Dzyubenko2012-03-281-2/+16
| * Fix to descending sort in JsonDbCachingListModelTapani Mikola2012-03-281-2/+6
| * Add support for query bindings in =~ regexp matches.Jamey Hicks2012-03-281-8/+15
* | hbtree ensure only one transaction active at any timeAli Akhtarzada2012-04-102-1/+17
* | hbtree optimize cursorPreviousAli Akhtarzada2012-04-041-11/+42
* | hbtree optimize cursorNextAli Akhtarzada2012-04-032-15/+41
* | Hbtree make cursor exact search faster by avoiding sibling calcsAli Akhtarzada2012-04-031-1/+1