aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Debugger : Handling destruction of multiple elements.Simjees Abraham2012-05-242-10/+12
* Debugger: Removing the deleted objects from objectReferenceHashSimjees Abraham2012-05-242-0/+21
* Fix the logic in void return type checkKent Hansen2012-05-241-1/+1
* Remove QJSEngine::ContextOwnership and associated constructorKent Hansen2012-05-244-24/+8
* Remove QQmlEngine::collectGarbage() overloadKent Hansen2012-05-243-13/+1
* Remove duplicated doc files and imagesBea Lam2012-05-24154-1/+288
* Optimize QML enum resolutionMartin Jones2012-05-243-25/+31
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-2414-4/+319
* Fix crash in VisualDataModel drag selection example.Andrew den Exter2012-05-242-95/+68
* Fix performance regression in VisualDataModel.Andrew den Exter2012-05-241-0/+4
* Contruct per-delegate QQmlContextData directly.Andrew den Exter2012-05-244-47/+99
* Don't construct VisualDataModel attached properties unless requested.Andrew den Exter2012-05-243-60/+93
* Ensure that main thread processes worker data eventsMatthew Vogt2012-05-241-2/+7
* Optimize qmldir parsingMartin Jones2012-05-243-66/+60
* Optimize QML parserMartin Jones2012-05-242-127/+113
* Ensure QQuickView's engine outlives the root componentMatthew Vogt2012-05-241-2/+5
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-241-3/+1
* Organize data members in QQuickParticleDataAlan Alpert2012-05-241-7/+13
* Remove deprectated MultiPointTouchArea signals.Michael Brasser2012-05-232-16/+3
* Optimize QML type registration.Martin Jones2012-05-233-57/+68
* Introduce a new constructor to QQuickViewCharles Yin2012-05-233-15/+66
* Only preallocate 1 change listener per animation instanceCharles Yin2012-05-231-1/+1
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-234-6/+131
* Add QQuickCanvas::update()Gunnar Sletta2012-05-225-1/+33
* Reexport the shader effect textureGunnar Sletta2012-05-221-1/+1
* Replace (un)checkAction with toggleAction (2/3)Jan-Arve Saether2012-05-221-8/+2
* QtDeclarative: Fix warnings about deprecated QCoreApplication::translate().Friedemann Kleint2012-05-222-3/+2
* Quick/QQuickFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Doc: Added two new articles for the QML documentationJerome Pasion2012-05-222-0/+89
* Accessibility: Implement invisible and checkable stateJan-Arve Saether2012-05-221-1/+4
* doc fixCharles Yin2012-05-221-2/+2
* Debugger: Response for DESTROY_OBJECT request sent correctlySimjees Abraham2012-05-212-2/+25
* Simplify a type name query.Jędrzej Nowacki2012-05-211-1/+1
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-215-9/+9
* QtDeclarative: Fix warning about construction of a QString from ASCII.Friedemann Kleint2012-05-211-1/+2
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-214-6/+9
* doc: Added missing qdoc textMartin Smith2012-05-211-0/+4
* Null out the d pointer in QQuickMouseEventEx dtorLaszlo Agocs2012-05-211-0/+5
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-7/+20
* Always emit signal after ShaderEffectSource::scheduleUpdate().Kim Motoyoshi Kalland2012-05-211-10/+6
* Remove unused variable.Kim Motoyoshi Kalland2012-05-212-2/+0
* Ensure repeated compilation does not failMatthew Vogt2012-05-212-4/+12
* Detect and abort if an object is deleted during signal handlingKent Hansen2012-05-212-0/+30
* Doc: Moved and added Qt Quick and Qt QML documentation.Jerome Pasion2012-05-2136-471/+740
* Fixed missing repaints with threaded renderer.Samuel Rødal2012-05-211-0/+3
* Improve detection of deleted VisualDataModel items.Andrew den Exter2012-05-212-64/+54
* Initialize VisualDataModel v8 object constructor on demand.Andrew den Exter2012-05-212-19/+39
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-215-966/+1006
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-218-15/+39
* Remove dead code from QQmlNotifierEndpointChris Adams2012-05-182-35/+0