summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-1032-56/+663
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'qt-mainline/master'Tobias Koenig2009-06-0491-424/+12772
| | |\ \ \ \ \ \
| | * | | | | | | Extend auto tests for namepool checksTobias Koenig2009-05-192-0/+66
| | * | | | | | | Various api, documentation and code cleanupsTobias Koenig2009-05-163-64/+284
| | * | | | | | | Add W3C XML Schema validation supportTobias Koenig2009-05-1648-32/+3644
| * | | | | | | | Add prototype value type supportAaron Kennedy2009-07-234-2/+55
* | | | | | | | | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-2368-0/+136
|/ / / / / / / /
* | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-168-4/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Protect against overriding FINAL propertiesAaron Kennedy2009-07-164-1/+6
| * | | | | | | | Small cleanupsAaron Kennedy2009-07-163-3/+3
| * | | | | | | | Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-161-0/+17
* | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1533-46/+46
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-155-2/+50
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-1533-46/+46
* | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1533-96/+726
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Fixed recompile of tests/auto/selftests/exception.Rohan McGovern2009-07-156-9/+9
| * | | | | | | | Fixed selftest failure.Rohan McGovern2009-07-151-2/+2
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-142-0/+37
| |\ \ \ \ \ \ \ \
| | * | | | | | | | QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-141-0/+10
| | * | | | | | | | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-141-0/+27
| | * | | | | | | | Fixed the qlineedit autotest.Denis Dzyubenko2009-07-141-3/+3
| * | | | | | | | | Add auto-tests for QGraphicsItem::filtersChildEvents.Marius Bugge Monsen2009-07-141-0/+123
| * | | | | | | | | Fixed the qlineedit autotest.Denis Dzyubenko2009-07-141-3/+3
| |/ / / / / / / /
| * | | | | | | | Make test faster + fix whitespaceOlivier Goffart2009-07-131-20/+21
| * | | | | | | | Fixes: The keyboard navigation of QComboBox don't work with the completionNoah White-Hamerslough2009-07-131-0/+40
| * | | | | | | | More tests for list numberingOlivier Goffart2009-07-132-0/+50
| * | | | | | | | Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-131-0/+36
| * | | | | | | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-0/+80
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | implement proper vpath handlingOswald Buddenhagen2009-07-137-0/+80
| | * | | | | | | tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-1/+1
| | * | | | | | | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-0/+24
| | * | | | | | | Fix line endings.Alexis Menard2009-07-131-22/+22
| * | | | | | | | tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-2/+2
| * | | | | | | | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-0/+24
| * | | | | | | | Fixed the lineendings in the tst_qsqltablemodel.cppDenis Dzyubenko2009-07-131-22/+22
| * | | | | | | | Added QSyntaxHighlighter::rehighlightBlock() auto testJ-P Nurmi2009-07-131-1/+28
| * | | | | | | | Stabilize tst_QGraphicsView::mouseTracking2 (on Windows).Bjoern Erik Nilsen2009-07-131-1/+3
| * | | | | | | | Fix broken tst_QGraphicsItem::sorting.Bjoern Erik Nilsen2009-07-131-1/+2
| * | | | | | | | Fixes autotest to match the new code (db level precisionPolicy).Bill King2009-07-131-1/+1
| * | | | | | | | Fixes up the autotest for mysql over ODBC connection.Bill King2009-07-131-2/+2
| * | | | | | | | Merge commit 'origin/4.5'Bill King2009-07-138-55/+264
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixes failure when table has null fields to updateBill King2009-07-131-0/+62
| | * | | | | | | Fixed a crash with input methodsPierre Rossi2009-07-101-0/+15
| | * | | | | | | rewrite makeplurals.sh in perlOswald Buddenhagen2009-07-103-44/+43
| | * | | | | | | make tests independent of PATH contentsOswald Buddenhagen2009-07-103-11/+19
| | * | | | | | | QNAM: httpDownloadPerformance auto testMarkus Goetz2009-07-091-0/+126
* | | | | | | | | Expose qml import statements in QmlDomKai Koehne2009-07-155-2/+44
* | | | | | | | | Fix broken qmldom autotestsKai Koehne2009-07-152-0/+6
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-07-1011-32/+692
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-1091-221/+3076
| |\ \ \ \ \ \ \