aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-3/+4
|\
| * Doc: Fix some broken snippet pathsSze Howe Koh2013-05-061-1/+1
| * qtdeclarative: update .qmltypes, and use -notrelocatable optionFawzi Mohamed2013-04-241-2/+3
* | Remove context parameter from Manged::put.Lars Knoll2013-06-221-6/+6
* | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-4/+4
* | Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-4/+4
* | Simplify the object iterator APILars Knoll2013-06-041-10/+10
* | Convert the localstorage plugin to v4Lars Knoll2013-06-032-206/+198
* | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
* | Get rid of v8::IntegerLars Knoll2013-05-211-3/+3
* | Small exception handling fixesSimon Hausmann2013-05-211-13/+3
* | Remove half the v8::TryCatch statementsLars Knoll2013-05-212-26/+37
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-7/+7
* | Remove v8::persistent usage from local storageLars Knoll2013-05-081-13/+11
* | Add more convenient get/put API to QV4::ObjectLars Knoll2013-05-081-0/+1
* | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-30/+41
* | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-5/+5
* | Get rid of v8::LocalLars Knoll2013-05-061-19/+19
* | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-3/+3
* | Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-3/+3
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-7/+7
* | Convert SQL errors to use v4 APILars Knoll2013-04-191-1/+1
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* make the sample code more consistent in contextXingtao Zhang2013-03-121-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-1/+1
* make module compile with -no-guiTasuku Suzuki2012-11-221-1/+1
* Doc: Cleaned up Qt Quick module's titles and added them to groupJerome Pasion2012-10-041-2/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add .qmltypes filesKai Koehne2012-09-123-0/+20
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-281-7/+7
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-3/+3
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-1/+2
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-252-2/+1
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-111-9/+3
* Fix various QtQuick.* submodule docsBea Lam2012-07-051-16/+51
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Disable local storage if the standard data location is emptyCharles Yin2012-04-201-0/+3
* Add templated module api registration functionChris Adams2012-03-261-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-23/+23
* Merge master <-> api_changesMatthew Vogt2012-03-053-3/+6
|\
| * Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-233-3/+6
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-242-25/+25
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move sqldatabase into a module API pluginCharles Yin2012-01-253-0/+684