summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make compile following recent QDeclarativeProperty changesBea Lam2010-02-261-28/+28
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2522-267/+459
|\
| * Update test numbers after change to default transformOrigin.Michael Brasser2010-02-251-6/+4
| * Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-251382-31126/+32572
| |\
| | * Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-254-8/+6
| | * Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-259-203/+203
| | * Document and test resetting properties in a state change.Michael Brasser2010-02-252-0/+41
| | * Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-252-12/+13
| * | Better check in QStaticText testcase if xformed text is supportedGunnar Sletta2010-02-251-5/+12
| * | Merge remote branch 'origin/master'Olivier Goffart2010-02-242-1/+14
| |\ \
| * | | Expand indicator would not be displayed after removal of a collapsed item's c...Gabriel de Dietrich2010-02-241-0/+14
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Eskil Abrahamsen Blomfeldt2010-02-2431-3/+4854
| |\ \ \
| | * | | Fixed a warning.Trond Kjernåsen2010-02-241-1/+1
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtRhys Weatherley2010-02-2430-2/+4853
| | |\ \ \
| * | | | | Fix QStaticText test on QWSEskil Abrahamsen Blomfeldt2010-02-241-1/+29
| |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-235-50/+155
| |\ \ \ \
| | * | | | Skip complex FBO tests if combined depth-stencil isn't supportedTom Cooksey2010-02-231-1/+16
| | * | | | Make tst_QGL::glWidgetRendering use same test as FBO autotestTom Cooksey2010-02-231-39/+47
| | * | | | Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-2/+46
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-233-8/+46
| | |\ \ \ \
| | | * | | | QSortFilterProxyModel: Sorting occured unnecessarily when the dynamicSortFilt...Olivier Goffart2010-02-221-4/+34
| | | * | | | Fix test with gcc 4.0 where QT_USE_FAST_CONCATENATION cannot be enabled.Olivier Goffart2010-02-221-3/+11
| | | * | | | CompilePaul Olav Tvete2010-02-221-1/+1
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-256-0/+269
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-258-89/+107
| |\ \ \ \ \ \
| * | | | | | | React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-256-0/+269
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-252-18/+18
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Tweak QDeclarativeMetaProperty type category APIAaron Kennedy2010-02-252-18/+18
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2549-82/+5013
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-252-14/+14
| * | | | | | | Add import Qt.widgets 4.6 to loader auto test using graphics widgetsJoona Petrell2010-02-251-0/+1
| * | | | | | | Move private QDeclarativeMetaProperty functions into the private classAaron Kennedy2010-02-252-56/+59
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-252-1/+14
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of ../../qt/masterJustin McPherson2010-02-242-1/+14
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | QMediaContent test; make sure to use network.Justin McPherson2010-02-241-1/+1
| | | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-241-0/+13
| | | |\ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-231-0/+13
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-231-0/+13
| | | | | |\ \ \
| | | | | | * | | Added QNetworkRequest constructor to QMediaContent.Nicholas Young2010-02-231-0/+13
| | | | | | | |/ | | | | | | |/|
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2413-3/+59
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-243-3/+6
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-249-1/+6
| | |\ \ \ \ \ \
| | | * | | | | | Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-244-1/+1
| | | * | | | | | Simplify QML element registration headersAaron Kennedy2010-02-245-0/+5
| | * | | | | | | Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-0/+48
| | |/ / / / / /
| * | | | | | | Uses Qt.widgetsWarwick Allison2010-02-241-0/+1
| |/ / / / / /
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-245-6/+41
| |\ \ \ \ \ \
| | * | | | | | Add an "asynchonous" property to Image.Martin Jones2010-02-242-6/+12
| * | | | | | | Manually merge 0f761d9d95bc187cb786ce7dc03a7d8c9ad9d779Warwick Allison2010-02-242-2/+2
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2461-892/+892
| |\ \ \ \ \ \ \