aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-043-48/+128
* Don't calculate selection rects unnecessarily.Andrew den Exter2012-07-044-110/+12
* Remove dead code from QQuickTextControl.Andrew den Exter2012-07-043-74/+0
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-047-52/+59
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-046-36/+39
* Remove QSKIP() for polishOnCompleted() testBea Lam2012-07-031-4/+0
* Suppress QWindowSystemInterface inclusion warningsGirish Ramakrishnan2012-07-035-5/+5
* Allow resetting a Rectangle gradient.Martin Jones2012-07-036-22/+128
* Fix some commented issues from the refactor merge.Michael Brasser2012-07-032-6/+3
* Add nativeScanCode to KeyEvent.Glenn Watson2012-07-034-1/+30
* Add tests for QQuickListCompositor debug output.Andrew den Exter2012-07-031-0/+75
* Remove outdated refactor comments.Andrew den Exter2012-07-032-2/+2
* Remove unused private API.Andrew den Exter2012-07-032-58/+0
* android: don't unconditionally use execinfo.hRobin Burchell2012-07-021-4/+16
* Fix high CPU load for Qml TextEdit on MacNils Jeisecke2012-07-021-14/+0
* Fix crash in QQmlXmlHttpRequestChris Adams2012-07-027-9/+166
* Update glossary of termsBea Lam2012-07-021-22/+103
* Use QQmlDataTest to resolve qqqmlanguage test data paths.Andrew den Exter2012-07-022-133/+112
* Remove QQuickImageBase's explicitSourceSize.Robin Burchell2012-07-022-12/+2
* section.property cannot deal with nested propertiesMartin Jones2012-07-025-19/+75
* Use the convential form for the selectedText notify signal name.Andrew den Exter2012-07-023-10/+10
* Document various changes to types and modules in QtQuick2Bea Lam2012-07-022-48/+203
* anchors.mirrored should not exist in QtQuick 2Martin Jones2012-07-023-8/+2
* Work around test failure for pixmap cache.Glenn Watson2012-07-022-4/+10
* Adjust MouseArea autotest to check mouse events with transformationsAdriano Rezende2012-06-302-0/+80
* Remove QQuickItemPrivate::InitializationStatus.Andrew den Exter2012-06-302-48/+2
* Fix memory leak when cancelling incubation of view items.Andrew den Exter2012-06-301-9/+11
* MSVC: Fix warnings about struct/class mismatch.Friedemann Kleint2012-06-291-1/+1
* remove stale references to QTDIR_buildOswald Buddenhagen2012-06-293-6/+4
* Improve documentation for module APIsChris Adams2012-06-292-2/+43
* Add porting guide for QML appsBea Lam2012-06-294-11/+256
* Update particles examples en masseAlan Alpert2012-06-2943-94/+847
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-2969-234/+234
* Remove dead code.Michael Brasser2012-06-292-103/+1
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-2823-524/+2007
* Fix exports in QtQuickParticles.Friedemann Kleint2012-06-281-1/+1
* Fixes for QML Basic Types docsBea Lam2012-06-281-168/+280
* Add basic documentation for QML translation functions.Michael Brasser2012-06-288-4/+458
* Use resolved font name for key in distance field cache.Andrew den Exter2012-06-272-8/+20
* PathView element with 1 item moves in wrong direction when dragged rightMartin Jones2012-06-271-2/+2
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-2727-182/+60
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-2627-182/+60
| |\
| | * build system cleanupsOswald Buddenhagen2012-06-2610-60/+15
| | * use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-262-2/+2
| | * auto-generate module prisOswald Buddenhagen2012-06-2611-100/+1
| | * remove pointless qmltest conditionalsOswald Buddenhagen2012-06-265-14/+34
| | * don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-262-2/+2
| | * don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
| | * fix include styleOswald Buddenhagen2012-06-262-3/+3
* | | Changing PathView offset doesn't set currentIndex appropriatelyMartin Jones2012-06-272-3/+40