aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Create plugins for Particles and Window submodulesMatthew Vogt2012-04-055-12/+8
* Fix some issues with init_data() for qmltestCharles Yin2012-04-051-0/+78
* Remove sharing of V4 subscriptionsRoberto Raggi2012-04-042-0/+33
* Do not execute overwritten bindingsAaron Kennedy2012-04-044-0/+57
* Revert "Do not execute overwritten bindings"Aaron Kennedy2012-04-044-56/+0
* Do not crash on invalid binding diagnosticMatthew Vogt2012-04-042-0/+6
* Do not execute overwritten bindingsMatthew Vogt2012-04-044-0/+56
* Support snapMode in PathViewMartin Jones2012-04-042-0/+131
* Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-041-3/+2
* Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-032-1/+30
* Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-031-32/+44
* Add support for floating conversions.Roberto Raggi2012-04-031-31/+31
* Do not automatically mark all text items as accessible.Frederik Gladhorn2012-04-032-18/+26
* Allow objects created in QML with incubateObject to be destroyed.Michael Brasser2012-04-032-0/+46
* Fix QQuickTextInput test instability.Andrew den Exter2012-04-031-1/+1
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-022-8/+227
* Fix crash when changing the grandparent of an item with focus.Andrew den Exter2012-04-021-0/+29
* irrelevant qDebug removedSimjees Abraham2012-03-301-3/+0
* irrelevant qDebug removedSimjees Abraham2012-03-303-5/+0
* Loosen shared binding testsAaron Kennedy2012-03-303-2/+24
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-303-4/+2
* Debugger: Fix v8profiler failures on macKai Koehne2012-03-302-16/+13
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-3011-0/+476
* Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-302-0/+124
* Size loaded item before bindings are evaluatedMartin Jones2012-03-302-0/+17
* Improve Flipable element unit testsChris Adams2012-03-302-0/+43
* Fix context2d transform issuesCharles Yin2012-03-305-129/+129
* QmlDebugging: Send parent debug id with object infoAurindam Jana2012-03-291-1/+3
* Use minimal javascript expression for bound signalsChris Adams2012-03-292-61/+75
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-2914-23/+201
* Fixed unittests skipping for cross_compile optionKurt Korbatits2012-03-295-15/+12
* Replace usage of QCursor, and update hoverVisible test.Michael Brasser2012-03-281-3/+1
* Warn on incompatible v4 binding object typeMatthew Vogt2012-03-282-0/+34
* Fix imports in GridView testMartin Jones2012-03-281-2/+11
* Section comparison should be case insensitive.Martin Jones2012-03-281-5/+5
* Fix qquicktext tests to use QQmlComponent not QDeclarativeComponentJulian de Bhal2012-03-283-4/+4
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-271-5/+4
* Buffer changes received during layout()Bea Lam2012-03-273-2/+66
* Remove insignification from some fixed testsMiikka Heikkinen2012-03-264-8/+0
* Remove tentative commit from editorsPekka Vuorela2012-03-262-32/+0
* Fix horizontal alignment bug with rich textYann Bodson2012-03-261-0/+76
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-9/+2
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-261-3/+3
* PathView was missing the maximumFlickVelocity propertyMartin Jones2012-03-261-0/+54
* Add templated module api registration functionChris Adams2012-03-266-9/+87
* Update item anchors when the baseline offset changes.Andrew den Exter2012-03-262-0/+39
* Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-263-1/+24
* Basic system tests for ListView sectionsDamian Jansen2012-03-262-0/+265
* Prevent the root object from being garbage collected.Michael Brasser2012-03-233-0/+95
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-232-0/+50