aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-094-139/+245
* Allow all explicit margins to override margins.Andrew den Exter2012-07-064-15/+114
* Remove Qt::WindowFlags from QQuickView constructorAlan Alpert2012-07-062-18/+12
* Clarify jumpTo docsAlan Alpert2012-07-061-2/+2
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-066-9/+9
* Use qFloor instead of qRound for glyph coordinatesJiang Jiang2012-07-051-2/+3
* Remove sections with no doc content for nowBea Lam2012-07-051-29/+41
* Fix various QtQuick.* submodule docsBea Lam2012-07-054-11/+26
* Reorganize "concept" pages in QtQuick docsBea Lam2012-07-0532-414/+767
* Add some private V8ASSERT macros.Andrew den Exter2012-07-042-28/+14
* Let ShaderEffectSource use same multisample count as GL context.Kim Motoyoshi Kalland2012-07-042-8/+12
* Compile without RTTI supportEskil Abrahamsen Blomfeldt2012-07-042-2/+6
* PathView needs drag events similar to FlickableMartin Jones2012-07-043-1/+54
* Improve wheel event handling.Michael Brasser2012-07-043-13/+29
* Improve performance guideChris Adams2012-07-041-7/+30
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+9
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-042-0/+22
* 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-043-21/+24
* 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
* 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-021-47/+197
* 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
* Add porting guide for QML appsBea Lam2012-06-293-9/+249
* Remove dead code.Michael Brasser2012-06-292-103/+1
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-289-423/+464
* 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-271-4/+2
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-261-4/+2
| |\
| | * build system cleanupsOswald Buddenhagen2012-06-261-3/+2
| | * auto-generate module prisOswald Buddenhagen2012-06-261-1/+0
* | | 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-276-0/+321
* | | Reorganise release notes for QtQml and QtQuickBea Lam2012-06-272-97/+127