aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* Remove QQmlV4HandleUlf Hermann2019-04-101-1/+0
* Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-131-1/+1
* LocalStorage: Return new version of DB from changeVersion()Ulf Hermann2018-11-221-10/+17
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Doc: Use a macro to resolve the QML import versionTopi Reinio2018-09-141-8/+10
* Update plugins.qmltypesKai Koehne2018-09-062-1/+3
* qmlplugindump: Automatically use most up to date QtQuick versionKai Koehne2018-08-301-1/+1
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-021-1/+1
* Doc: bump import version to 2.12Shawn Rutledge2018-07-241-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-4/+4
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-4/+8
* Add Proxy support for prototype handlingLars Knoll2018-06-251-4/+4
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-021-8/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-213-3/+3
|\
| * Document latest QtQuick.LocalStorage version to be 2.11Kai Koehne2018-04-203-3/+3
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+3
* Doc: correct references to snippetNico Vertriest2018-02-281-6/+28
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* Move the last builtin methods over to the new calling conventionLars Knoll2018-01-151-31/+31
* Simplify JSCallData constructionLars Knoll2017-11-071-9/+9
* Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-7/+7
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-081-1/+1
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-1/+1
* | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-12/+12
* | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-12/+20
* | Change function signatures for call/construct backLars Knoll2017-08-041-3/+3
|/
* Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-53/+44
* Fix warning for -no-feature-settingsStephan Binner2017-04-041-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-1/+1
|\
| * Doc: reinserted hello.qml which had been deleted by mistakeNico Vertriest2017-01-271-1/+1
* | Local storage: Improve error messageFriedemann Kleint2017-02-081-2/+5
* | add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-29/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-251-2/+20
|\|
| * Doc: added support for JSON in localstorage documentationNico Vertriest2016-12-201-2/+20
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-3/+3
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-26/+37
|\|
| * QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-1/+2
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-25/+34
* | LocalStorage plugin: fix warning with debug buildAnton Kudryavtsev2016-10-101-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+14
|\