summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Don't assume documents are in UTF-8.Bea Lam2010-03-053-0/+53
| | | | |_|/ | | | |/| |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0548-124/+627
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0511-4/+156
| | | | |\ \ \
| | | | | * | | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-058-4/+39
| | | | | * | | Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-053-0/+117
| | | | * | | | Expect fail in currentIndex test for now.Martin Jones2010-03-051-26/+20
| | | | |/ / /
| | | * | | | Fix test leaksBea Lam2010-03-052-0/+12
| | | * | | | Use _data() for some testsBea Lam2010-03-051-377/+158
| | | * | | | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+101
* | | | | | | Added missing tests to tests/auto/*.proRohan McGovern2010-03-074-0/+20
* | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-0641-649/+1195
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-053-0/+109
| |\ \ \ \ \ \
| | * | | | | | fix "using namespace" recursion crashOswald Buddenhagen2010-03-052-0/+84
| | * | | | | | QDom: prevent infinite loop when cloning a DTDPeter Hartmann2010-03-051-0/+25
| * | | | | | | Wrong dirty region after row selection in right-to-left mode in QTableViewGabriel de Dietrich2010-03-051-0/+26
| * | | | | | | Fixes: Mysql truncation of integer values + some autotest cleanupBill King2010-03-051-15/+86
| |/ / / / / /
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-042-6/+7
| |\ \ \ \ \ \
| | * | | | | | tst_qhostinfo: Compile fixMarkus Goetz2010-03-041-3/+4
| | * | | | | | tst_qhostinfo: Mixed up descriptions for test case dataMarkus Goetz2010-03-041-2/+2
| | * | | | | | tst_qftp: Do not use 1.2.3.4 as IPMarkus Goetz2010-03-041-1/+1
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-042-0/+38
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix tst_QVariant::operator_eq_eq(UserType)Olivier Goffart2010-03-041-1/+1
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-042-0/+38
| | |\ \ \ \ \ \
| | | * | | | | | QVariant: Fix crash when comparing two variant with the same undefined type.Olivier Goffart2010-03-031-0/+4
| | | * | | | | | Fixes wrong composition mode for cached backgrounds in Graphics View.Bjørn Erik Nilsen2010-03-031-0/+34
| * | | | | | | | Do not crash when loading themed icons staticallyJens Bache-Wiig2010-03-041-0/+6
| |/ / / / / / /
| * | | | | | | Fixed duplicate entry for windowsmobile in tests/auto/*.proRohan McGovern2010-03-041-1/+0
| * | | | | | | Do not process uic3 test unless qt3support is enabled.Rohan McGovern2010-03-041-1/+2
| * | | | | | | Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-0319-602/+671
| |/ / / / / /
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-031-0/+68
| |\ \ \ \ \ \
| | * | | | | | Properly fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-03-031-0/+68
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-035-4/+75
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | QAbstractSocket: Use new faster DNS functionMarkus Goetz2010-03-024-3/+21
| | * | | | | | Add DNS caching to QHostInfoMarkus Goetz2010-03-021-1/+54
| * | | | | | | QString::section: Fix crash with SectionIncludeLeadingSep flagOlivier Goffart2010-03-021-1/+4
| * | | | | | | Expand indicator would not be displayed after removal of a collapsed item's c...Gabriel de Dietrich2010-03-021-0/+14
| * | | | | | | Fixed rendering bugs when scrolling graphics items with drop shadows.Samuel Rødal2010-03-021-0/+23
| * | | | | | | skip tst_QDialog::throwInExec on WinCE, ARM platformJoerg Bornemann2010-03-021-2/+2
| |/ / / / / /
| * | | | | | Fix crash using openPersistentEditor and setRowHidden on a QTableViewOlivier Goffart2010-03-011-0/+46
| * | | | | | QObject: fix crash when deleteing the receiver object withing a DirectConncet...Olivier Goffart2010-03-011-0/+20
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-012-5/+25
| |\ \ \ \ \ \
| | * | | | | | Fixed qgl autotest failures on Maemo.Samuel Rødal2010-02-262-4/+9
| | * | | | | | Skip complex FBO tests if combined depth-stencil isn't supportedTom Cooksey2010-02-261-1/+16
| * | | | | | | Fixed autotest tst_QWidget::translucentWidget() on Windows Vista & abovePrasanth Ullattil2010-02-261-1/+9
| |/ / / / / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-051-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix spelling in enumeration.Justin McPherson2010-03-051-1/+1
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0514-10404/+11786
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Reduce compiling time of QScriptValue autotest suite on Windows.Jedrzej Nowacki2010-03-048-10223/+11412
| * | | | | | Optimize QScriptValue autotest generator.Jedrzej Nowacki2010-03-043-173/+245
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-043-8/+129
| |\ \ \ \ \ \