summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-0533-82/+168
|\
| * Prepare for QTest persistent store for visual tests.Warwick Allison2010-07-051-22/+22
| * Loosen font-sensitive test.Warwick Allison2010-07-051-1/+2
| * Fix test for N900 (ARM-specific SVG results).Warwick Allison2010-07-024-8/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-029-7/+86
| |\
| | * Fix TextEdit bitmap tests testing the wrong elementJoona Petrell2010-07-022-4/+4
| | * Fix TextInput text getting improperly clippedJoona Petrell2010-07-027-3/+82
| * | Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-0213-47/+54
| * | Don't accept *files* that exist when *directory* is required.Warwick Allison2010-07-023-0/+5
| |/
| * Get WebView tests passing againAlan Alpert2010-07-011-2/+0
| * Remove arbitrary width checksAlan Alpert2010-07-011-2/+0
| * Fix webkit import for webkit tests.Martin Jones2010-07-017-7/+7
* | Make declarative pixmap cache easier to useAaron Kennedy2010-07-051-58/+41
|/
* Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-301-1/+1
* Add ListView.nextSection attached propertyMartin Jones2010-06-302-5/+12
* Avoid duplicate code for testing initial sizesBea Lam2010-06-291-21/+15
* Fix flow layout not taking into account whether it's width and height are imp...Joona Petrell2010-06-292-0/+39
* Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-291-5/+4
* Adapt all qmlviewer testcases to the code changes in the actual viewer.Robert Griebl2010-06-281-10/+18
* Test QTBUG-11222Warwick Allison2010-06-251-0/+12
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-2513-7/+72
|\
| * Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-252-0/+11
| * Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-251-1/+0
| * Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-253-4/+8
| * Fix assertAaron Kennedy2010-06-253-0/+20
| * Disallow global object properties as property namesAaron Kennedy2010-06-255-2/+11
| * Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-252-0/+22
* | Test only on X11, not only on Linux (which includes embedded).Warwick Allison2010-06-252-4/+4
|/
* Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2522-4/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-242-0/+45
|\
| * Prevent value source animations from being registered to start twice.Michael Brasser2010-06-242-0/+45
* | Update tests following QDeclarativeFlickable::viewport() -> contentIem()Martin Jones2010-06-243-214/+214
|/
* Expose the Flickable's internal contentItemMartin Jones2010-06-242-0/+10
* Use ugly but reliable bitmaps fonts in test.Warwick Allison2010-06-2420-0/+2
* Fix unstable qdeclarativeviewer testsBea Lam2010-06-231-2/+2
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-2322-0/+204
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-234-45/+48
* References to undefined variables throws a ReferenceErrorAaron Kennedy2010-06-234-7/+20
* Allow QT_TR_NOOP (as a no-op) in ListModel values.Warwick Allison2010-06-221-3/+7
* Fix testBea Lam2010-06-181-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-175-1/+107
|\
| * Auto test for QTBUG-11507Bea Lam2010-06-173-0/+28
| * Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-172-1/+79
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-172-3/+5
|\ \ | |/ |/|
| * Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-172-3/+5
* | Add test for model data changes.Martin Jones2010-06-172-2/+47
* | Minor demo fixesAlan Alpert2010-06-161-4/+5
* | Fix autoScroll implementationAlan Alpert2010-06-161-1/+0
|/
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-152-0/+40
* Fix test - sizeHint should not change after initial load. Also useBea Lam2010-06-111-5/+3