aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-304-13/+9
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-302-6/+5
* Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-301-1/+23
* Size loaded item before bindings are evaluatedMartin Jones2012-03-306-21/+85
* When async loading a view, ensure its delegates are also async.Martin Jones2012-03-301-1/+1
* Fix context2d transform issuesCharles Yin2012-03-303-273/+459
* 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-292-4/+7
* Use minimal javascript expression for bound signalsChris Adams2012-03-2914-99/+282
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-293-18/+28
* 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-282-4/+3
* Use pixmapCache in sprite assemblyAlan Alpert2012-03-281-1/+2
* Warn on incompatible v4 binding object typeMatthew Vogt2012-03-282-3/+37
* Section comparison should be case insensitive.Martin Jones2012-03-281-4/+7
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-272-25/+10
* Debugger: Allow enabling of qml debugger without startup warningKai Koehne2012-03-272-5/+8
* Buffer changes received during layout()Bea Lam2012-03-272-3/+32
* 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
* Initial checkin for ZoomTool implementationSimjees Abraham2012-03-268-3/+431
* Remove tentative commit from editorsPekka Vuorela2012-03-265-47/+15
* Fix horizontal alignment bug with rich textYann Bodson2012-03-261-2/+15
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-268-67/+108
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-265-13/+8
* Make sure window manager wakeup() can always wake upCharles Yin2012-03-261-1/+2
* PathView was missing the maximumFlickVelocity propertyMartin Jones2012-03-263-24/+69
* Add templated module api registration functionChris Adams2012-03-267-17/+42
* Update item anchors when the baseline offset changes.Andrew den Exter2012-03-261-0/+4
* Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-262-10/+24
* Correct double, triple click handling in canvas when in touch modeLaszlo Agocs2012-03-261-9/+10
* Remove QQuickItem::sendAccessibilityUpdateFrederik Gladhorn2012-03-242-7/+0
* Make sure we get a valid accessibleInterface in child_helper.Frederik Gladhorn2012-03-231-1/+1
* Filter accessible objects.Frederik Gladhorn2012-03-231-1/+8
* Add active and invisible states for accessibility.Frederik Gladhorn2012-03-231-1/+8
* Add accessibility updates.Frederik Gladhorn2012-03-234-2/+37
* Prevent the root object from being garbage collected.Michael Brasser2012-03-233-8/+13
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-233-0/+6
* Fix Sprite AssemblyAlan Alpert2012-03-231-2/+2
* Change smooth to be true by defaultGunnar Sletta2012-03-221-6/+8
* Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-227-6/+406
* Check for null pointer dereferenceAlan Alpert2012-03-222-4/+4
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-225-20/+112
* Fix doAction with custom functions.Frederik Gladhorn2012-03-211-3/+3
* Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-2110-83/+230
* Allow flick on press-move-release in Flickable.Laszlo Agocs2012-03-211-24/+22