aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pin qtdeclarative to a version of qtbase that still contains QtV8Simon Hausmann2012-01-091-1/+1
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-096-159/+562
* Fix QQuickItemParticle timing issuesAlan Alpert2012-01-093-13/+18
* Remove QSKIPs from border image autotest.Michael Brasser2012-01-091-5/+0
* Remove QSKIPs from font loader autotest.Michael Brasser2012-01-091-16/+0
* Fix failing tst_QQuickPathView::undefinedPath()Bea Lam2012-01-091-8/+7
* Un-QSKIP an autotestAaron Kennedy2012-01-081-4/+0
* Fix importing of files on Windows.Friedemann Kleint2012-01-071-1/+1
* Make accessibility interface functions const.Frederik Gladhorn2012-01-062-6/+6
* QDeclarativeEngine: Polish code for file name case check.Friedemann Kleint2012-01-061-9/+8
* Reuse the OObject* in QAccessibleObjectJan-Arve Saether2012-01-064-31/+29
* Improve QML error messagesAaron Kennedy2012-01-0610-18/+32
* Create a value interface for qml accessibles.Frederik Gladhorn2012-01-063-4/+61
* Hide more children of accessible objects.Frederik Gladhorn2012-01-061-1/+8
* Flickable now emits contentX/YChanged after the content is updatedMartin Jones2012-01-062-16/+8
* Add itemAt(x,y) function to GridView and ListView.Martin Jones2012-01-066-14/+93
* Smooth join point for closed Paths starting and ending with PathCurve.Michael Brasser2012-01-063-12/+86
* Skip failing autotestsAaron Kennedy2012-01-051-3/+6
* Skip crashing autotestAaron Kennedy2012-01-051-0/+4
* QEXPECT_FAIL() failing autotestAaron Kennedy2012-01-051-0/+3
* Skip failing autotestsAaron Kennedy2012-01-051-0/+8
* Skip failing autotestsAaron Kennedy2012-01-051-0/+8
* QEXPECT_FAIL() a failing autotestAaron Kennedy2012-01-051-0/+3
* Skip crashing autotestAaron Kennedy2012-01-051-0/+5
* QEXPECT_FAIL() failing testAaron Kennedy2012-01-051-0/+3
* Skip crashing autotestAaron Kennedy2012-01-051-0/+16
* Skip unreliable autotestAaron Kennedy2012-01-051-0/+4
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-055-108/+9
* QQuickTextInput to better call QInputPanel::update()Pekka Vuorela2012-01-052-4/+85
* Initialize isAccessible to 0.Frederik Gladhorn2012-01-051-1/+1
* Run autotests on MacAaron Kennedy2012-01-051-2/+0
* Fix crash on null Qimage in QSGPainterNode::paintMorten Johan Sorvig2012-01-051-0/+3
* Apply expected failure to animated color changes.Toby Tomkins2012-01-052-0/+9
* Update copyright year in license headers.Jason McDonald2012-01-052350-2350/+2350
* Document new Path elements.Michael Brasser2012-01-0515-6/+549
* Document qmlRegisterRevision()Martin Jones2012-01-052-9/+47
* Support <pre> in StyleText textFormatMartin Jones2012-01-053-0/+25
* Document inputMethodHints and cursorRectangle properties.Andrew den Exter2012-01-052-4/+103
* Make tst_QQuickListView::margins() more reliableBea Lam2012-01-051-1/+2
* Eliminated usage of qttest_p4.prf in newly added test.Sergio Ahumada2012-01-051-2/+4
* Fix clipping of TextInput contents.Andrew den Exter2012-01-052-19/+53
* Use QSignalSpy to save some codeGunnar Sletta2012-01-041-24/+5
* Fix moving mixed visible and non-visible View items.Andrew den Exter2012-01-042-2/+20
* Examples: Remove commented out 'plugins' list from .qmlproject filesKai Koehne2012-01-0499-220/+0
* Add length property and insert, remove and getText functions to TextInput.Andrew den Exter2012-01-043-5/+999
* Fix crash in TextInput.Andrew den Exter2012-01-043-7/+43
* Initialize AnimIdxAlan Alpert2012-01-041-0/+2
* Speed up TextInput and TextEdit creation.Andrew den Exter2012-01-042-4/+2
* Added a link to Number::toLocaleCurrencyString in the doc.Denis Dzyubenko2012-01-041-0/+1
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-0327-38/+1160