summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compile on Android.HEADmasterBogDan Vatra2013-10-041-2/+8
* don't overload operator<(const QVariant& lhs, const QVariant& rhs)Oswald Buddenhagen2013-06-121-2/+2
* put hbtree in a namespaceOswald Buddenhagen2013-03-1314-5/+123
* make use of qtHaveModule()Oswald Buddenhagen2013-01-081-1/+1
* remove unnecessary CONFIG additionOswald Buddenhagen2012-12-161-1/+1
* Doc: Added JSON DB QML API to 'qmlmodules'Jerome Pasion2012-10-261-0/+9
* use O_BINARY for hbtree files on WindowsJamey Hicks2012-10-161-0/+3
* remove stray debug statementJamey Hicks2012-10-161-1/+0
* Daemon: Use qInstallMessageHandlerKai Koehne2012-10-161-6/+6
* handle partial reads/writesJamey Hicks2012-10-141-11/+42
* adapt jsondb partition to windowsJamey Hicks2012-10-144-2/+10
* adapt hbtree to windowsJamey Hicks2012-10-122-0/+43
* Remove append-only btreeJamey Hicks2012-10-1120-7299/+0
* Removed old deprecated c++ api.Denis Dzyubenko2012-10-1132-6461/+2
* Add QtJsonDb namespace to Q_PROPERTY as needed for qmlJamey Hicks2012-10-107-19/+19
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24161-3871/+3871
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-113-6/+0
* Add some docs to QJsonDbWriteRequestAli Akhtarzada2012-08-271-0/+10
* Minor doc fixesAli Akhtarzada2012-08-231-2/+2
* The qt quick imports are build only if qtdeclarative is presentCorentin Jabot2012-08-221-1/+3
* remove stale fileOswald Buddenhagen2012-08-111-35/+0
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-113-3/+3
* Update import api to follow changes in qtdeclarative.Toby Tomkins2012-08-101-1/+1
* follow s/QT_PRIVATE/QT_FOR_PRIVATE/ in qtbaseOswald Buddenhagen2012-08-062-2/+2
* Set the Qt API level to compatibility mode in all tests and in one lib.Thiago Macieira2012-08-011-0/+2
* 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