aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage/plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-121-4/+14
* Revert "localstorage: disable warning about tautological comparison"Shawn Rutledge2016-08-181-5/+0
* localstorage: disable warning about tautological comparisonShawn Rutledge2016-07-071-0/+5
* 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.6' into 5.7Liang Qi2016-04-271-1/+1
|\|
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Utilize the resources when building statically.Andy Shaw2015-12-021-2/+9
|/
* 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
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+2
* Cleanup destruction of heap objectsLars Knoll2014-11-211-3/+1
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-1/+1
* Ported the WebSQL module to the new V4 heap layoutSimon Hausmann2014-11-141-29/+42
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-4/+4
* Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-311-1/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-13/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Start implement new Object creation patternLars Knoll2014-07-221-11/+14
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+1
* Get rid of StringRefLars Knoll2014-07-221-6/+6
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-37/+37
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1