aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-14/+18
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-128-8/+8
| |\
| | * Fix -Wpedantic warningsAlbert Astals Cid2013-06-126-6/+6
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-1/+1
| | |\
| | | * Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-1/+1
| | * | Fix -Wpedantic warningsAlbert Astals Cid2013-06-071-1/+1
| | |/
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-282-11/+15
| |\|
| | * Doc: Fix some broken linksSze Howe Koh2013-05-201-6/+6
| | * Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-5/+5
| | * Document percieved memory leakAlan Alpert2013-05-011-0/+4
| * | QQmlError.object now holds the scope object that caused exceptions.Mark Visser2013-05-081-0/+1
| |/
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-2/+2
| * Doc: Fix module name formatSze Howe Koh2013-04-232-2/+3
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-2/+2
* | Remove the context argument from Managed::callLars Knoll2013-06-223-5/+5
* | Remove the context argument from Managed::constructLars Knoll2013-06-221-1/+1
* | Remove context argument from Object::get/putValueLars Knoll2013-06-221-1/+1
* | Remove context argument from String::makeIdentifier()Lars Knoll2013-06-221-2/+2
* | Remove context parameter from Manged::put.Lars Knoll2013-06-223-4/+4
* | Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-1/+1
* | Remove context parameter from Managed::get()Lars Knoll2013-06-221-2/+2
* | Remove context parameter from Managed::getIndexedLars Knoll2013-06-222-3/+3
* | Remove the context argument from Managed::delete(Indexed)PropertyLars Knoll2013-06-211-1/+1
* | Fix tst_qjsvalue::engineDeleted()Simon Hausmann2013-06-213-46/+24
* | Fix conversion of variantlists to ArrayObjectsLars Knoll2013-06-211-1/+3
* | Fix tst_qqmlecmascript::functionAssignment_afterBindingSimon Hausmann2013-06-181-5/+34
* | Fix the console autotestsLars Knoll2013-06-171-6/+18
* | Fix memory corruption in qjsvalueprivateLars Knoll2013-06-172-11/+22
* | Fix some bugs related to QJSValueLars Knoll2013-06-142-4/+4
* | fix deleteProperty on a string objectsLars Knoll2013-06-131-1/+1
* | Fix ownership of JS value returned by QJSEngine::newQObjectSimon Hausmann2013-06-131-0/+2
* | Don't allow for a QJSValue to be taken from one engine to another through QVa...Simon Hausmann2013-06-131-0/+4
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-125-47/+0
* | Remove some more v8 leftoversLars Knoll2013-06-122-27/+2
* | Finally get rid of qv8objectresourceLars Knoll2013-06-123-106/+2
* | Port ParticleData to V4Simon Hausmann2013-06-122-3/+1
* | Remove v8 usage in two placesLars Knoll2013-06-121-4/+4
* | Remove unused stuff from qv8objectresource.Lars Knoll2013-06-112-3/+1
* | Convert the first canvas subobject over to v4 styleLars Knoll2013-06-112-2/+1
* | Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-103-18/+19
* | Fix a few more QJSValue autotestsLars Knoll2013-06-072-8/+35
* | QJSValue::property should return the exception if one was thrownLars Knoll2013-06-071-2/+2
* | Fix more QJSValue autotest errorsLars Knoll2013-06-071-0/+26
* | Fix various errors in the qjsvalue auto testLars Knoll2013-06-071-1/+2
* | Remove the last v8 dependency from the delegate modelLars Knoll2013-06-071-1/+0
* | Convert more of the delegate model to v4Lars Knoll2013-06-072-5/+2
* | Remove unused code from QV8EngineSimon Hausmann2013-06-072-40/+0
* | Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-074-1956/+1
* | Remove last traces of v8:: API from QObject bindingsSimon Hausmann2013-06-071-13/+13
* | Get rid of QV8QObjectWrapperSimon Hausmann2013-06-074-40/+0