aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Combined platform input contexts in tests into one sharedPekka Vuorela2012-01-035-164/+100
* Use Qt::ImhSensitiveData input hint on TextInput with password echo modePekka Vuorela2012-01-032-5/+5
* Remove use of Qt::ImhMultiLine, to be deprecated/removedPekka Vuorela2012-01-032-2/+1
* Do not leak interfaces during hit testing (QDA::childAt())Jan-Arve Saether2012-01-031-0/+1
* Don't set the role to Accessible.ButtonJan-Arve Saether2012-01-031-1/+0
* Examples: Hard-code the 'main' file in .qmlprojectKai Koehne2012-01-0365-65/+209
* Fix positioning of images on new lines in Text elements.Andrew den Exter2012-01-031-1/+1
* Fix test failures with shadow builds.Andrew den Exter2012-01-0363-206/+215
* Simplify MultiPointTouchArea signal names.Michael Brasser2012-01-034-20/+36
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-027-21/+66
* Add accessibility to qmlFrederik Gladhorn2012-01-0254-1/+3724
* touchUpdated should be called for release and cancel.Michael Brasser2011-12-304-3/+20
* Minor cleanup: use standard emit syntax.Michael Brasser2011-12-301-3/+3
* Update to not use old properties.Alan Alpert2011-12-303-6/+6
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-293-0/+51
* Invisible items should not respond to touch events.Michael Brasser2011-12-282-1/+29
* VisualDataModel performance improvements.Andrew den Exter2011-12-233-27/+16
* Insert items into VisualDataModel.Andrew den Exter2011-12-2318-221/+2578
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-2311-754/+993
* Add currentSprite property to SpriteImageAlan Alpert2011-12-233-10/+27
* Fix crash in var property setterChris Adams2011-12-234-0/+15
* Add a pressed property to TouchPoint.Michael Brasser2011-12-234-139/+258
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-224-11/+56
* Always register accessor propertiesAaron Kennedy2011-12-221-0/+3
* Initialize more variablesAlan Alpert2011-12-221-1/+3
* Clear pending commits on resetAlan Alpert2011-12-223-2/+5
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-2111-40/+244
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-21122-1917/+1900
* Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-219-24/+38
* Reference count glyphs in QSGDistanceFieldGlyphCache.Yoann Lopes2011-12-215-39/+38
* Adapted QDeclarativeTextEdit test to platform input contextPekka Vuorela2011-12-211-208/+151
* Adapted QDeclarativeTextInput test to platform input contextPekka Vuorela2011-12-211-130/+117
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-213-28/+17