summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* PathView crashed when the path is provided with undefined values.Martin Jones2011-01-062-0/+31
* PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-062-0/+42
* Fix outdated testsAlan Alpert2011-01-0510-130/+1779
* Update visual testsAlan Alpert2011-01-0420-923/+923
* Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-234-1/+187
* Try fixing build error on WindowsBea Lam2010-12-231-1/+1
* Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-2316-519/+521
* Nested flickables would react alternately to flicks.Martin Jones2010-12-238-0/+2209
* Improve QDeclarativeComponent test coverage.Michael Brasser2010-12-221-0/+15
* Add additional QDeclarativeProperty autotests.Michael Brasser2010-12-221-0/+62
* Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-1/+2
* XmlListModel requests should set 'Accept' header to 'application/xml'Bea Lam2010-12-221-0/+69
* More testing for KeyNavigation attached properties.Martin Jones2010-12-212-0/+45
* Add tests for ListView.indexAt() and GridView.IndexAt()Martin Jones2010-12-212-0/+70
* Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-202-0/+26
* Update test bitmaps for QDeclarativeImage::svg() autotest on WindowsJoona Petrell2010-12-202-0/+0
* Don't truncate image:// url strings prematurelyBea Lam2010-12-201-4/+42
* Fix QDeclarativeState::reset() autotestJoona Petrell2010-12-173-12/+10
* Update test bitmaps for QDeclarativeImage::svg() autotest on LinuxJoona Petrell2010-12-172-0/+0
* Revert a fix made for bug QTBUG-15341Joona Petrell2010-12-141-40/+0
* Remove active selection when TextEdit loses focusJoona Petrell2010-12-141-0/+40
* Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-132-0/+57
* PathView: removing the currentIndex could make it invalid.Martin Jones2010-12-101-0/+4
* Merge qtsoftware:qt/qt.git#4.7 into qtsoftware:qt/qt-qml.git#4.7Joona Petrell2010-12-092-0/+135
|\
| * Don't emit activeFocusChanged() unless the active focus actually changedTor Arne Vestbø2010-12-072-0/+135
* | highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-094-9/+23
* | ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-082-1/+94
|/
* Update visual tests for the recent qmlviewer changeAlan Alpert2010-12-0331-1113/+1113
* Do not use openGL on Mac OS X for QML visual testsAlan Alpert2010-12-031-0/+6
* Update QML visual testsAlan Alpert2010-12-0359-1892/+2838
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-011-35/+35
|\
| * fix line endingsRobert Loehning2010-12-011-35/+35
* | ListView header is not visible initially.Martin Jones2010-12-012-18/+82
|/
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-303-1/+63
* Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-0/+37
* Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-0/+46
* Fix Browser.qml warningsJoona Petrell2010-11-301-0/+12
* Don't draw null pixmap in QDeclarativeImage paint functionJoona Petrell2010-11-301-0/+30
* Remove expect-fails from passing testsAaron Kennedy2010-11-301-2/+0
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2924-2/+706
* Slightly improved tst_qmlvisual outputAlan Alpert2010-11-261-3/+4
* More detail when the process crashes in tst_qmlvisual.Alan Alpert2010-11-261-2/+3
* Update qml visual tests for mac.Yann Bodson2010-11-2547-699/+4512
* Fixup visual tests on MacAlan Alpert2010-11-251-1/+7
* Update visual testsAlan Alpert2010-11-252-3/+3
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-2413-0/+5108
* Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+5
* Avoid lockup in ListView when animating delegates.Martin Jones2010-11-242-0/+52
* Fix asynchronous reload call in test, broken by previous submitDamian Jansen2010-11-241-0/+3
* Ensure WebView press delay timer is cancelled when grab is taken.Martin Jones2010-11-2315-0/+6121