summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-0228-36/+487
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2728-36/+487
| |\|
| | * Add more comparisons to narrow down error case.Stephen Kelly2013-08-221-0/+3
| | * moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-0/+5
| | * moc: Fix related objects containing itselfOlivier Goffart2013-08-221-0/+26
| | * moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-1/+9
| | * tests: Make the QT assignments more explicitSergio Ahumada2013-08-2116-32/+15
| | * CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-216-0/+245
| | * Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-215-0/+183
| | * Add debugging output to randomly failing test.Stephen Kelly2013-08-211-3/+1
* | | Fix remaining use of QTEST_NOOP_MAINAndrew Knight2013-09-021-5/+0
* | | Remove qguieventloop from auto tests if network is unavailableAndrew Knight2013-09-021-0/+3
* | | Remove qopengl auto test when Qt is not configured with OpenGL supportAndrew Knight2013-09-021-0/+2
* | | Revert Mac event loop changes.Morten Johan Sørvig2013-09-022-11/+17
* | | add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+25
* | | QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-302-1/+17
* | | Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-292-17/+11
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-292-5/+36
* | | tst_qthreadpool: fix flaky test I introduced in last commitDavid Faure2013-08-291-0/+4
* | | QLinkedList - extend the auto test.Thorbjørn Martsum2013-08-291-1/+1005
* | | QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-291-7/+29
* | | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-282-64/+288
* | | QButtonGroup - add buttonToggled signalsThorbjørn Martsum2013-08-282-0/+26
* | | Test layout engine fundamentalsPaul Olav Tvete2013-08-271-0/+155
|/ /
* | Add operator[] to QVectorND classesSean Harmer2013-08-271-0/+80
* | Add QJsonValue::toInt().Mitch Curtis2013-08-271-4/+18
* | QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-261-1/+1
* | Long live QCommandLineParser!David Faure2013-08-246-0/+638
* | QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+19
* | QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-0/+16
* | QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-243-0/+83
* | QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+33
* | QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+57
* | QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+30
* | QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-0/+56
* | Add unit test to ensure %3A in a path isn't decoded to ':'Thiago Macieira2013-08-231-0/+5
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-232-3/+32
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-229-11/+252
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-219-11/+252
| |\|
| | * QtBase: Skip some tst_qwidget steps in Ubuntu 11.10Simo Fält2013-08-192-0/+10
| | * Fix QGraphics(Ellipse)Item autotestGiuseppe D'Angelo2013-08-191-4/+7
| | * Fix QPointF::division autotestGiuseppe D'Angelo2013-08-191-2/+2
| | * Add manual test for shortcutsGatis Paeglis2013-08-193-0/+155
| | * test: Skip some more qsslsocket flaky tests [part 2]Sergio Ahumada2013-08-161-5/+13
| | * QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-151-0/+65
* | | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-13/+18
* | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-0/+25
* | | Add benchmark for QThreadPool.David Faure2013-08-213-1/+99
* | | tst_qgraphicsproxywidget: fix memory leakDavid Faure2013-08-211-0/+5
* | | QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-211-6/+35