aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mark QQmlComponent::createObject() and incubateObject() as internalMartin Jones2012-07-041-0/+7
* Improve performance guideChris Adams2012-07-041-7/+30
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+9
* Fix qmlRegisterModuleApi function linkageChris Adams2012-07-043-4/+5
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-042-0/+22
* Make Behaviors work correctly with value types.Glenn Watson2012-07-042-7/+73
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-041-2/+14
* 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-046-50/+43
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-044-22/+25
* Allow resetting a Rectangle gradient.Martin Jones2012-07-032-22/+8
* Fix some commented issues from the refactor merge.Michael Brasser2012-07-032-6/+3
* Add nativeScanCode to KeyEvent.Glenn Watson2012-07-032-0/+11
* 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-021-8/+49
* Update glossary of termsBea Lam2012-07-021-22/+103
* Remove QQuickImageBase's explicitSourceSize.Robin Burchell2012-07-022-12/+2
* section.property cannot deal with nested propertiesMartin Jones2012-07-023-18/+31
* Use the convential form for the selectedText notify signal name.Andrew den Exter2012-07-022-3/+3
* Document various changes to types and modules in QtQuick2Bea Lam2012-07-022-48/+203
* anchors.mirrored should not exist in QtQuick 2Martin Jones2012-07-022-6/+0
* 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
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-2913-114/+114
* Remove dead code.Michael Brasser2012-06-292-103/+1
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-289-423/+464
* 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-2713-61/+37
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-2613-61/+37
| |\
| | * build system cleanupsOswald Buddenhagen2012-06-267-43/+15
| | * use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-262-2/+2
| | * auto-generate module prisOswald Buddenhagen2012-06-265-6/+1
| | * remove pointless qmltest conditionalsOswald Buddenhagen2012-06-262-8/+15
| | * don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
| | * don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* | | Changing PathView offset doesn't set currentIndex appropriatelyMartin Jones2012-06-271-1/+3
* | | QQuickView doc improvements.Martin Jones2012-06-271-16/+26
* | | Document the concept of creation context for QML Components.Michael Brasser2012-06-279-0/+450