aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nicer gitignoreOswald Buddenhagen2012-07-102-5/+1
* remove dead filesOswald Buddenhagen2012-07-102-2/+0
* Fix warnings about multiple rules for install_targets.Friedemann Kleint2012-07-101-7/+0
* Don't cache visual data model v8 handles.Andrew den Exter2012-07-103-34/+9
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-1014-15/+220
* Stabilize Loader test.Michael Brasser2012-07-101-2/+4
* Remove unwanted whitespace from test URLsMatthew Vogt2012-07-101-2/+6
* Fix warning about assigned/unused variable.Friedemann Kleint2012-07-101-4/+0
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-098-22/+24
* Speed up Text construction with RichTextAndrew den Exter2012-07-091-0/+1
* Speed up TextEdit construction time.Andrew den Exter2012-07-096-69/+52
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-096-2/+98
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0927-74/+391
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-095-139/+505
* Expand test case for qrc:/ URLsMatthew Vogt2012-07-068-7/+70
* Allow all explicit margins to override margins.Andrew den Exter2012-07-066-22/+218
* Remove Qt::WindowFlags from QQuickView constructorAlan Alpert2012-07-062-18/+12
* Clarify jumpTo docsAlan Alpert2012-07-061-2/+2
* Update Age affector doc referencesAlan Alpert2012-07-062-1/+4
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-068-11/+11
* Use qFloor instead of qRound for glyph coordinatesJiang Jiang2012-07-051-2/+3
* Use unique port numbers for http servers in auto tests.Andrew den Exter2012-07-058-25/+30
* Fix QQuickApplication::activate test.Andrew den Exter2012-07-051-22/+13
* Remove sections with no doc content for nowBea Lam2012-07-051-29/+41
* Fix various QtQuick.* submodule docsBea Lam2012-07-056-43/+107
* Add references between being/completeCreate in the documentationLaszlo Papp2012-07-051-0/+4
* Reorganize "concept" pages in QtQuick docsBea Lam2012-07-0535-603/+768
* Add some private V8ASSERT macros.Andrew den Exter2012-07-043-28/+25
* Let ShaderEffectSource use same multisample count as GL context.Kim Motoyoshi Kalland2012-07-042-8/+12
* qmlplugindump: Add comment to file that it was auto-generatedThomas McGuire2012-07-041-2/+4
* Compile without RTTI supportEskil Abrahamsen Blomfeldt2012-07-042-2/+6
* Document QQmlComponent::create(QQmlIncubator&, ...)Martin Jones2012-07-041-4/+24
* PathView needs drag events similar to FlickableMartin Jones2012-07-044-1/+94
* Improve mouseWheel() functionCharles Yin2012-07-045-19/+55
* Improve wheel event handling.Michael Brasser2012-07-044-15/+34
* 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-042-2/+9
* Fix qmlRegisterModuleApi function linkageChris Adams2012-07-043-4/+5
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-043-0/+32
* Make Behaviors work correctly with value types.Glenn Watson2012-07-048-7/+200
* 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