aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-121-4/+14
* | Update .qmltypesMarco Benelli2016-09-121-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-5/+0
|\|
| * Revert "localstorage: disable warning about tautological comparison"Shawn Rutledge2016-08-181-5/+0
* | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+5
|\|
| * localstorage: disable warning about tautological comparisonShawn Rutledge2016-07-071-0/+5
* | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+14
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-4/+14
| |\
| | * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-031-4/+14
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\|
| | * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-191-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Utilize the resources when building statically.Andy Shaw2015-12-021-2/+9
|/
* Update plugins.qmltypesKai Koehne2015-10-231-1/+2
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-7/+6
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-3/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+3
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-1/+1
* Further cleanupsLars Knoll2015-04-161-7/+6
* Reduce dependenciesLars Knoll2015-03-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-18/+18
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Cleanup variant conversion codeLars Knoll2015-01-091-4/+4
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-4/+4
* Remove v8engine dependency in localstorageLars Knoll2015-01-081-24/+16
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-8/+7
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-4/+4
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-7/+7
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3