summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fixed parsing of inner labelled statements.Roberto Raggi2010-04-161-3/+3
* Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-165-226/+86
* Test not reliableBea Lam2010-04-161-8/+0
* ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-165-0/+290
* clean upWarwick Allison2010-04-161-1/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-161-0/+17
|\
| * Add test for QTBUG-9949Martin Jones2010-04-161-0/+17
* | Throw exceptions on programming errors for global functions.Warwick Allison2010-04-165-57/+80
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1567-1546/+419
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1567-1546/+419
| |\
| | * Update examples autotest to use the runtime directlyAaron Kennedy2010-04-152-79/+26
| | * Support valuetypes as method return valuesAaron Kennedy2010-04-154-1/+34
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-156-5/+52
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-1549-1443/+184
| | | |\
| | | * | Add Component.onDestruction attached propertyAaron Kennedy2010-04-156-5/+52
| | * | | Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-151-1/+5
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-1520-1422/+91
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Visual test updates.Michael Brasser2010-04-1520-1422/+91
| | * | | Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-155-20/+28
| | |/ /
| | * | Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-157-0/+72
| | * | Rename "sql" test so autotester doesn't get confused.Warwick Allison2010-04-1520-20/+20
| | * | Should work now, don't skip.Warwick Allison2010-04-151-1/+0
| | * | ignore autotester logsWarwick Allison2010-04-151-0/+1
| | |/
| | * Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-152-0/+73
| | * Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-0/+20
* | | QListView: Re-fix scrollbar rangesGabriel de Dietrich2010-04-151-0/+30
|/ /
* | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-1511-4/+117
|\ \ | |/ |/|
| * Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-1411-4/+117
| |\
| | * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-1411-4/+117
| | |\
| | | * tst_qftp: Attempting to reproduce a crashMarkus Goetz2010-04-131-0/+26
| | | * Autotest: update path location on the test serverThiago Macieira2010-04-133-3/+3
| | | * Autotest: update location of fluke.gif on test serverThiago Macieira2010-04-131-1/+1
| | | * Make qsTr work in global scopeKent Hansen2010-04-136-0/+87
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-144-0/+86
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-143-0/+73
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-133-0/+73
| | |\ \
| | | * | Revert "Implement heightForWidth support for QTabWidget and QStackedLayout."Olivier Goffart2010-04-131-47/+0
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-134-0/+120
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-124-0/+120
| | | | |\ \
| | | | | * | Fix compile error with QT_NO_ACTION in QtGuiTasuku Suzuki2010-04-121-0/+12
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Jan-Arve Sæther2010-04-1211-102/+201
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-102-0/+61
| | | | | | |\ \
| | | | | * | | | Implement heightForWidth support for QTabWidget and QStackedLayout.Jan-Arve Sæther2010-04-121-0/+47
| | | | | | |/ / | | | | | |/| |
| | | | | * | | Fixed bug in QPainterPath::intersected().Samuel Rødal2010-04-081-0/+29
| | | | | * | | QTreeView: fix PageUp/PageDown with disabled items.Olivier Goffart2010-04-071-0/+32
| * | | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-141-0/+13
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+13
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | CSS: fixes border only affecting the first widget.Olivier Goffart2010-04-121-0/+13
* | | | | | | | Revert "qdeclarativefocusscope works fine as a parallel test"Aaron Kennedy2010-04-141-1/+0
* | | | | | | | qdeclarativefocusscope works fine as a parallel testAaron Kennedy2010-04-141-0/+1