summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-04730-1084/+1368
|\
| * QDeclarativeDebug: Make autotests more robustKai Koehne2010-09-302-13/+10
| * QDeclarativeDebugClient: Make sure status is consistentKai Koehne2010-09-302-1/+7
| * Revert "QDeclarativeDebugService: Add bc autotest" to get changes through sta...Joona Petrell2010-09-303-95/+2
| * Autotest that new "import Qt 4.7"s aren't added accidentallyAaron Kennedy2010-09-291-0/+57
| * Replace "import Qt 4.7" with "import QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-292-0/+25
| |\
| | * Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-282-0/+25
| * | Add test for Qt 4.7 moduleAaron Kennedy2010-09-295-1/+183
| * | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29719-1016/+1016
| |/
| * If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-283-0/+28
| * QDeclarativeDebugService: Add bc autotestKai Koehne2010-09-283-2/+95
| * Make QmlDebug protocol more robustKai Koehne2010-09-285-69/+58
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-2822-2/+434
|\ \ | |/
| * More declarative autotests.Michael Brasser2010-09-249-1/+109
| * Various declarative autotest additions.Michael Brasser2010-09-238-0/+95
| * Fix ListModel::set() so the implementation and docs areBea Lam2010-09-231-1/+1
| * Properly cleanup in QDeclarativeModulePlugin test.Michael Brasser2010-09-231-0/+1
| * Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-222-0/+89
| * Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-223-0/+98
| * Fix a crash in QDeclarativeVisualDataModelJoona Petrell2010-09-212-0/+41
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-2225-143/+855
|\ \ | |/
| * Make qml debugging work with command line argumentsLasse Holmstedt2010-09-173-6/+41
| * Autotest and small fix for QDeclarativeFontLoader.Yann Bodson2010-09-172-0/+42
| * Improve error messagesBea Lam2010-09-171-4/+4
| * Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-171-20/+287
| * Moving items in a PathView caused PathView.onPath to be set to false.Martin Jones2010-09-172-8/+16
| * Models with a single role may not update due to "modelData" conflict.Martin Jones2010-09-163-0/+104
| * Fix test.Michael Brasser2010-09-161-2/+0
| * Restore any absolute geometry changed by AnchorChanges when returningMichael Brasser2010-09-152-0/+52
| * Unit tests for Bauhaus enablersThomas Hartmann2010-09-142-0/+166
| * In ParentChange treat flip in x and y as a 180 degree rotationMartin Jones2010-09-142-0/+45
| * When onDoubleClicked: is handled don't emit a second onPressed/onClickedMartin Jones2010-09-132-0/+46
| * Add test for view velocity update on setCurrentIndex()Martin Jones2010-09-132-0/+4
| * Autotests cleanup.Yann Bodson2010-09-106-107/+52
* | Fixed qdeclarativetext auto-test to work with raster graphicssystem.Samuel Rødal2010-09-203-0/+0
|/
* Autotest for QTBUG-13454.Yann Bodson2010-09-101-14/+54
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-09-091-5/+1
|\
| * Fix qdeclarativeimageprovider autotest compilation on SymbianJoona Petrell2010-09-091-5/+1
* | Fix SmoothedAnimation test and docsAlan Alpert2010-09-095-6/+889
|/
* Don't cause repaints during painting in Text elementMartin Jones2010-09-081-0/+11
* Fix AnchorAnimation for multiple AnchorChanges with dependancies.Michael Brasser2010-09-063-0/+515
* Fix PathView item position on insertion and removal.Martin Jones2010-09-061-8/+11
* Add test for ListView positioning when all visible items are removed.Martin Jones2010-09-051-1/+30
* Missing fileAaron Kennedy2010-09-031-0/+14
* qreal == float fixesAaron Kennedy2010-09-031-1/+1
* Don't modify the signal order on the second dynamic meta object passAaron Kennedy2010-09-031-0/+12
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-034-1/+52
* Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-0/+27
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-012-0/+18