summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-268-44/+43
| * | | | | | | Bump iteration count to make QMetaType::type() benchmark results more stableKent Hansen2010-02-261-1/+1
| * | | | | | | Add benchmarks for QMetaType type introspection functionsKent Hansen2010-02-263-0/+241
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-2513-19/+4264
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-252-6/+617
| | * | | | | New data set for QScriptValue autotest generator.Jedrzej Nowacki2010-02-251-0/+6
| | * | | | | Autotest: make tst_qchar run out-of-source tooThiago Macieira2010-02-252-4/+2
| | * | | | | Autotest: add a test for roundtrips through toLatin1/fromLatin1Thiago Macieira2010-02-251-0/+107
| | * | | | | QRegExp::pos() should return -1 for empty/non-matching capturesJoão Abecasis2010-02-251-0/+93
| | * | | | | Autotest: add a test for QDBusPendingCallWatcher use in threadsThiago Macieira2010-02-241-1/+56
| | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-247-8/+3383
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-241-0/+3114
| | | * | | | New autotests cases for QScriptValue autotests generator.Jedrzej Nowacki2010-02-241-1/+36
| | | * | | | QScriptValue autotest generator templates change.Jedrzej Nowacki2010-02-241-0/+8
| | | * | | | Fix license template.Jedrzej Nowacki2010-02-241-2/+1
| | | * | | | Autotest: add a test to ensure that the Qt headers are clean.Thiago Macieira2010-02-242-1/+87
| | | * | | | Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-241-3/+136
| | | * | | | Fixed a gesture autotest.Denis Dzyubenko2010-02-241-1/+1
* | | | | | | Make compile following QDeclarativePropertyChanges.Bea Lam2010-03-011-28/+28
* | | | | | | Fix reload() when keys are not specified, and add extra tests.Bea Lam2010-03-011-41/+89
| |_|_|_|/ / |/| | | | |
* | | | | | 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