summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix qmlviewer test failure on windowsMartin Jones2010-06-111-8/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-101-0/+17
|\
| * Improve test stability.Warwick Allison2010-06-101-0/+17
* | Stablize qmlviewer testMartin Jones2010-06-101-13/+14
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-091-0/+1
|\
| * Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-0/+1
* | Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-092-0/+15
|/
* Fix autotest.Michael Brasser2010-06-091-0/+2
* Fix drawing flicker on Qml Viewer startupJoona Petrell2010-06-092-0/+192
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-08121-160/+365
|\
| * Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-08121-160/+365
* | Add test for PropertyChanges with attached properties.Martin Jones2010-06-082-0/+63
|/
* Keep reported point/pixel size in sync.Michael Brasser2010-06-071-1/+3
* Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput...Joona Petrell2010-06-072-52/+93
* Ensure state operations assigned to the default state are triggeredMichael Brasser2010-06-072-0/+42
* Fix regression in input panel autotestsJoona Petrell2010-06-072-2/+12
* Revert to Portrait/Landscape terminology for Orientation enum, withBea Lam2010-06-041-10/+10
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-032-12/+0
* Add header and footer to GridViewMartin Jones2010-06-031-0/+13
* QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-022-6/+15
* Take into account platform differences in input panel supportJoona Petrell2010-06-022-30/+136
* Missed file.Warwick Allison2010-06-011-0/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-011-0/+43
|\
| * Test positionAt.Warwick Allison2010-06-011-0/+43
* | Avoid refilling view during model change.Martin Jones2010-06-011-0/+48
|/
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-314-69/+31