aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Use "QML" also in macro namesKai Koehne2012-03-303-4/+4
* irrelevant qDebug removedSimjees Abraham2012-03-304-6/+0
* Fix exit crash when running samegame-desktop in qmlscene.Friedemann Kleint2012-03-301-1/+2
* Allocate QQuickView on heap instead of stackCharles Yin2012-03-301-18/+16
* Improve the documentation of clearComponentCache()Matthew Vogt2012-03-301-3/+11
* Allow V8 bindings to be assigned to aliasesAaron Kennedy2012-03-306-56/+62
* Loosen shared binding testsAaron Kennedy2012-03-309-27/+66
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-307-17/+11
* Debugger: Fix v8profiler failures on macKai Koehne2012-03-302-16/+13
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-3013-6/+481
* Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-303-1/+147
* Size loaded item before bindings are evaluatedMartin Jones2012-03-308-21/+102
* When async loading a view, ensure its delegates are also async.Martin Jones2012-03-301-1/+1
* Improve Flipable element unit testsChris Adams2012-03-302-0/+43
* Fix context2d transform issuesCharles Yin2012-03-308-402/+588
* Use metaObjectForType in the v4 compiler.Michael Brasser2012-03-301-1/+1
* Fix compiling qtdeclarative without accessibilityJerome Leclanche2012-03-293-1/+7
* QmlDebugging: Send parent debug id with object infoAurindam Jana2012-03-293-5/+10
* Use minimal javascript expression for bound signalsChris Adams2012-03-2917-161/+358
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-2917-41/+229
* Fixed unittests skipping for cross_compile optionKurt Korbatits2012-03-295-15/+12
* The new QUrl has no need for the 0x100 special value.Thiago Macieira2012-03-281-2/+2
* Don't qobject_cast an object being destructedKent Hansen2012-03-281-1/+0
* Fixed the crash in Zoomtool when the app is exited when ZoomTool is active.Simjees Abraham2012-03-282-5/+8
* Replace usage of QCursor, and update hoverVisible test.Michael Brasser2012-03-283-7/+4
* Tidy up examples documentationAlan Alpert2012-03-2826-196/+136
* Reduce assumptions in examplesAlan Alpert2012-03-286-55/+45
* Use pixmapCache in sprite assemblyAlan Alpert2012-03-281-1/+2
* Warn on incompatible v4 binding object typeMatthew Vogt2012-03-284-3/+71
* Fix imports in GridView testMartin Jones2012-03-281-2/+11
* Section comparison should be case insensitive.Martin Jones2012-03-282-9/+12
* Fix qquicktext tests to use QQmlComponent not QDeclarativeComponentJulian de Bhal2012-03-283-4/+4
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-273-30/+14
* Debugger: Allow enabling of qml debugger without startup warningKai Koehne2012-03-273-7/+10
* Buffer changes received during layout()Bea Lam2012-03-275-5/+98
* Release FBOs held by the shader effect source sooner.Kim Motoyoshi Kalland2012-03-271-2/+28
* Add QQmlBoundSignalNoParamsqt-v5.0.0-alpha1Michael Brasser2012-03-275-13/+125
* Update documentationAlan Alpert2012-03-2710-15/+48
* Remove insignification from some fixed testsMiikka Heikkinen2012-03-264-8/+0
* Initial checkin for ZoomTool implementationSimjees Abraham2012-03-268-3/+431
* Remove tentative commit from editorsPekka Vuorela2012-03-267-79/+15
* Fix horizontal alignment bug with rich textYann Bodson2012-03-262-2/+91
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-269-76/+110
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-266-16/+11
* Make sure window manager wakeup() can always wake upCharles Yin2012-03-261-1/+2
* PathView was missing the maximumFlickVelocity propertyMartin Jones2012-03-264-24/+123
* Add templated module api registration functionChris Adams2012-03-2614-31/+149
* Update item anchors when the baseline offset changes.Andrew den Exter2012-03-263-0/+43
* Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-265-11/+48
* Basic system tests for ListView sectionsDamian Jansen2012-03-262-0/+265