summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-197-28/+4
* Test that ListElements returned by get() can be iterated over in JS.Warwick Allison2010-04-192-22/+64
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-192-2/+1
* QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-193-1/+92
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-1919-95/+101
* Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-192-0/+79
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1718-296/+477
|\
| * Recognize identifiers containing unicode escape sequences.Roberto Raggi2010-04-161-2/+2
| * 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 remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-1616-58/+306
|\ \ | |/ |/|
| * create magic comment messages in "finished" stateOswald Buddenhagen2010-04-151-1/+1
| * make QT_TR_NOOP work in static initializersOswald Buddenhagen2010-04-152-0/+40
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-153-5/+42
| |\
| | * Add translation context to qsTr() benchmarkKent Hansen2010-04-151-4/+7
| | * QtScript: Add autotest for enumeration of QMetaObject propertiesKent Hansen2010-04-151-0/+34
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-151-1/+1
| | |\
| | | * QNAM HTTP: Pipelining changesMarkus Goetz2010-04-151-1/+1
| * | | Fixes auto-test failure for 9da13ea53aec6d841ba7f416531d6c52d4368df4.Yoann Lopes2010-04-151-19/+0
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-151-22/+77
| |\ \ \ | | |/ / | |/| |
| | * | Fixes tooltips for QGraphicsProxyWidget.Yoann Lopes2010-04-151-22/+77
| * | | Phonon MMF: calling pause() when in StoppedState triggers stateChanged()Gareth Stockwell2010-04-151-1/+1
| * | | tst_mediaobject: ensure MediaObject is in StoppedState before each stepGareth Stockwell2010-04-151-0/+7
| * | | tst_mediaobject: Removed non-portable escape codes from outputGareth Stockwell2010-04-151-8/+2
| * | | tst_mediaobject: Ensure playSDP step cleanup is runGareth Stockwell2010-04-151-5/+10
| * | | tst_mediaobject: Removed compiler warningsGareth Stockwell2010-04-152-4/+2
| * | | tst_mediaobject: Removed compiler warningsGareth Stockwell2010-04-151-6/+0
| | |/ | |/|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-145-0/+91
| |\ \ | | |/ | |/|
| | * QtScript: Add tests for translation of multiple scriptsKent Hansen2010-04-144-0/+81
| | * QtScript: Add test for translation disambiguationKent Hansen2010-04-144-0/+10
| * | merge commit c638ddc70f6a8196f2c8b11808ab01510233a0ee from harfbuzz:Lars Knoll2010-04-141-0/+2
| |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-141-6/+8
| |\
| | * QAbstractScrollArea StyleSheet: fix drawing of border with SH_ScrollView_Fram...Olivier Goffart2010-04-141-6/+8
| * | Improve test coverage of QtScript translation functionsKent Hansen2010-04-141-0/+42
* | | 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