summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-07-02add a few QObject binding testsKent Hansen1-0/+23
2009-07-01QAnimation: fix a jump in values when restarting an animationThierry Bastian1-0/+5
2009-07-01Animations: adding an autotest for jumping values when restartingThierry Bastian1-0/+52
2009-07-01Fixed inheritance of some attributes in SVG.Suneel BS1-0/+124
2009-07-01tests: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak20-257/+133
2009-07-01Added QGraphicsScene::sendEvent().J-P Nurmi1-1/+28
2009-07-01ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian1-0/+19
2009-06-30Set the focus to a child widget when set on a QGroupBoxBenjamin Poulain1-0/+11
2009-06-30add 4.6 specific modifications to linguist tools testsOswald Buddenhagen7-2/+123
2009-06-30Merge commit 'origin/4.5'Oswald Buddenhagen200-0/+6573
2009-06-30integrate linguist tool autotests into the qt testsuiteOswald Buddenhagen200-0/+6573
2009-06-30add basic tests for QVariant/QObject qtscript integrationKent Hansen1-0/+10
2009-06-30Merge branch '4.5'Marius Storm-Olsen5-8/+43
2009-06-30Compile qmake autotestMarius Storm-Olsen1-1/+1
2009-06-30Fixes more DB autotests for testing against SQL ServerBill King3-20/+44
2009-06-29QXmlQuery: add setFocus(const QString &).Frans Englich1-0/+52
2009-06-29QTemporaryFile: Report the user-provided openModeJoão Abecasis1-0/+33
2009-06-29QMenuBar: adding autotest for the geometry calculationThierry Bastian1-8/+34
2009-06-29QMenuBar: adding autotest and simplify/fix geometry calculationThierry Bastian1-0/+43
2009-06-29QMenu: adding autotest for the geometry calculationsThierry Bastian1-0/+35
2009-06-29Fix autotest failure in QStyle:drawItemPixmapJens Bache-Wiig2-1/+5
2009-06-29Enable the new QWebHistory autotest, coming from src/3rdparty/webkitSimon Hausmann4-1/+61
2009-06-29Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald1-0/+76
2009-06-29Fix license headers after multitouch+gestures merge.Jason McDonald1-5/+5
2009-06-29Fixed QPushButton sizeHint recalculation bug.jasplin1-0/+76
2009-06-29Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald10-0/+1163
2009-06-29Fix old/missing license headers from multitouch+gestures merge.Jason McDonald3-6/+6
2009-06-29Added dummy backend for phonon for testing.Kurt Korbatits10-0/+1163
2009-06-29bug fixDerick Hawcroft1-6/+4
2009-06-28Merge branch '4.5'Thiago Macieira1-0/+1
2009-06-26Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig1-0/+1
2009-06-26QMenu: refactor of the update of the geometry to have one central placeThierry Bastian1-2/+2
2009-06-26Autotest: remove or correct invalid testsThiago Macieira1-20/+3
2009-06-26Autotest: Remove faulty test case: xn--fuball-cta.de is not allowedThiago Macieira1-3/+1
2009-06-26qtscript meta-object binding: enum properties are not deletableKent Hansen1-1/+10
2009-06-26Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2-4/+88
2009-06-26Autotest: Fix a few test names and allow me to see the compilation errorsThiago Macieira1-3/+10
2009-06-26Autotest for checking if QWidget::setStyle() forces a relayout.Jan-Arve Sæther1-1/+78
2009-06-26Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes7-3/+23
2009-06-26make autotests work with shadowbuildsKent Hansen6-3/+6
2009-06-26QVariant::setValue had a bug when changing its typeThierry Bastian1-0/+17
2009-06-26Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes4-0/+158
2009-06-26Merge branch '4.5'Thiago Macieira4-0/+158
2009-06-26Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes4-5/+46
2009-06-25QMenu: Fixed geometry for actions with specific fontThierry Bastian1-0/+15
2009-06-25Merge branch '4.5'Thiago Macieira1-1/+2
2009-06-25have the QtScript print() function use qDebug()Kent Hansen1-0/+28
2009-06-25QMAinWindow: Fixed autotest compilation after private API changesThierry Bastian1-4/+1
2009-06-25make invokable constructors work with classes in namespaceKent Hansen1-0/+22
2009-06-25QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz3-0/+136