aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deploy qdeclarativecontext test data files.Martin Jones2011-11-111-0/+4
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-115-39/+19
* Fix qmlplugindump test on mac.Michael Brasser2011-11-111-3/+9
* Stabilize debug client test.Michael Brasser2011-11-111-1/+1
* Export QSGDynamicTextureCharles Yin2011-11-111-1/+1
* Change examples bug referenceAlan Alpert2011-11-111-3/+1
* GridView should re-layout if add/remove before visible indexBea Lam2011-11-114-8/+107
* Make compile and pass CI tests.Michael Brasser2011-11-118-10/+13
* Fix expected failure in TextInput and TextEdit positionAt test.Andrew den Exter2011-11-102-81/+43
* Remove expected failures from TextInput pre-edit tests.Andrew den Exter2011-11-101-60/+57
* Fix expected failure in TextInput horizontalAlignment_RightToLeft test.Andrew den Exter2011-11-101-3/+6
* Remove the TextInput inputContextMouseHandler test.Andrew den Exter2011-11-101-122/+1
* Compile fix for tst_qquicktextinput.Michael Brasser2011-11-101-0/+4
* Remove expected failure from TextEdit mouseSelection test.Andrew den Exter2011-11-101-2/+0
* PathView element's current item changes on insertion.Martin Jones2011-11-103-5/+155
* QStringLiteral does not build on arm gcc 4.5.2 in this conditionJohannes Zellner2011-11-101-1/+1
* Improvements to listmodel implementation and tests.Glenn Watson2011-11-095-74/+109
* Delete nodes in the render thread at shutdownAaron Kennedy2011-11-092-0/+33
* trivial: make the test actually check the headersHarald Fernengel2011-11-091-0/+1
* Fix v4 crash when accessing invalid attached propertyAaron Kennedy2011-11-093-1/+21
* Return a string from resolvedUrl() to match 4.x behaviorAaron Kennedy2011-11-093-3/+30
* Ensure connection lists get cleanedAaron Kennedy2011-11-091-0/+2
* Fix qmltestrunner crash bug when report filename and line numberCharles Yin2011-11-092-22/+2
* Fix gcc compilation warningsKai Koehne2011-11-094-6/+4
* Fix expected failure in TextEdit hAlign_RightToLeft test.Andrew den Exter2011-11-092-4/+15
* Fix expected failure in TextEdit textInput test.Andrew den Exter2011-11-091-2/+1
* Remove the TextEdit inputContextMouseHandler test.Andrew den Exter2011-11-091-174/+0
* Re-enable TextEdit pre-edit cursor rectangle test.Andrew den Exter2011-11-091-26/+31
* QDeclarativePixmapCache: Add missing enumeration values and break.Friedemann Kleint2011-11-091-1/+7
* Fix TextInput inputMethods test.Andrew den Exter2011-11-091-5/+4
* Behavior on a value type should not cancel previous assignment.Michael Brasser2011-11-093-4/+29
* tst_QSGGridView enforceRange_rightToLeft failsMartin Jones2011-11-092-14/+10
* Add tests for the VisualDataGroup onChanged signal.Andrew den Exter2011-11-095-9/+269
* Add console.time / console.timeEnd APIKai Koehne2011-11-096-1/+69
* Extend VisualDataModel tests to cover Package delegates.Andrew den Exter2011-11-095-24/+184
* Fix crash on exit when overriding signal handlers in states.Michael Brasser2011-11-096-4/+94
* Add missing doc snippet.Michael Brasser2011-11-091-0/+67
* Property changes in Component.onCompleted should trigger Behaviors.Michael Brasser2011-11-093-12/+47
* VisualDataModel group change notification missing initialization.Martin Jones2011-11-082-1/+10
* Declarative: Add define _CRT_SECURE_NO_WARNINGS for MSVC.Friedemann Kleint2011-11-082-0/+3
* Don't crash on invalid expressionAaron Kennedy2011-11-082-0/+11
* Fix autotestAaron Kennedy2011-11-081-12/+0
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-085-2/+30
* Fix default glyph node after qtbase refactorJiang Jiang2011-11-081-1/+1
* Add QQuickSpriteImage test to pro fileAlan Alpert2011-11-081-0/+1
* Don't create geometries for transparent Rectangle {} elementsGunnar Sletta2011-11-071-1/+2
* Use QAtomicInt::store() instead of operator=(int)Bradley T. Hughes2011-11-070-0/+0
* Declarative: Fix compiler warnings.Friedemann Kleint2011-11-074-7/+7
* Minor improvements to some of the node implementations.Kim Motoyoshi Kalland2011-11-073-20/+12
* Emit signal when texture is updated in ShaderEffectSource.Kim Motoyoshi Kalland2011-11-072-16/+15