aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-041-0/+49
* Properly propagate parse errorsLars Knoll2013-10-291-7/+7
* Touch up QJSEngine::evaluate documentation.Mitch Curtis2013-10-141-4/+4
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-3/+2
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+11
* Further work towards an exact GCLars Knoll2013-09-221-1/+1
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-2/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+5
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-3/+5
* Move the JS Api into it's own folderLars Knoll2013-08-081-0/+430