summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-30/+0
* Add unit testing for the qdbusxml2cpp toolThiago Macieira2012-04-213-1/+269
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-202-19/+19
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-10/+1
* Skip tests toolbar-dialog/widget_window.Friedemann Kleint2012-04-172-0/+7
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1734-92/+559
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1634-92/+559
| |\
| | * Put bug numbers on same line as insignificant_test markers.Jason McDonald2012-04-169-16/+9
| | * moc: Fix parsing of the empty preprocessor commandOlivier Goffart2012-04-161-0/+7
| | * UCD-5.0: apply Corrigendum #6Konstantin Ritt2012-04-151-0/+21
| | * Fix tst_QMdiSubWindow::emittingOfSignals CI failuresGirish Ramakrishnan2012-04-141-4/+3
| | * Update accessibility selections in QTextControl.Frederik Gladhorn2012-04-141-1/+16
| | * QTBUG-1363: fix QSqlField.length() for ODBCMark Brand2012-04-131-0/+4
| | * re-enable qabstractnetworkcache autotestShane Kearns2012-04-131-1/+0
| | * QRegularExpression: add more test dataGiuseppe D'Angelo2012-04-131-0/+111
| | * test: Don't mark tst_qscrollbar as insignificant on Mac OS XSergio Ahumada2012-04-132-2/+3
| | * test: Re-enabling tst_QScrollBar::task_209492() on MacSergio Ahumada2012-04-131-3/+0
| | * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-0/+14
| | * test: marked tst_qlocale as insignificant on WindowsRohan McGovern2012-04-131-0/+1
| | * Do not ignore tests/auto/corelib/io/qtextstream on Mac OS XBradley T. Hughes2012-04-121-2/+0
| | * Do not ignore tests/auto/corelib/io/qiodevice on Mac OS XBradley T. Hughes2012-04-121-2/+0
| | * Do not ignore tests/auto/corelib/io/qfile on Mac OS XBradley T. Hughes2012-04-121-2/+0
| | * Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-0/+25
| | * Fix tst_qtextedit and remove insignification.Friedemann Kleint2012-04-112-25/+25
| | * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
| | * Remove insignification from tst_qgraphicsgridlayout.Friedemann Kleint2012-04-111-2/+0
| | * Add tst_QGuiApplication::modalWindow()Bradley T. Hughes2012-04-111-0/+179
| | * Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-111-0/+48
| | * QHeaderView - rename many spans classes and variablesThorbjørn Lund Martsum2012-04-111-2/+2
| | * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-111-10/+8
| | * fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-0/+3
| | * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-101-1/+1
| | * Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-101-18/+42
| | * Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-101-1/+5
* | | Update parent indexes first with changePersistentIndex.Stephen Kelly2012-04-172-2/+11
* | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-0/+6
|/ /
* | Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-1620-66/+71
* | Update the error codes in QtDBusThiago Macieira2012-04-162-13/+13
* | Mark tst_qabstractitemmodel as insignificant after QHash randomizationGiuseppe D'Angelo2012-04-152-2/+3
* | QHash: fix key() testGiuseppe D'Angelo2012-04-141-4/+4
* | QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
* | Add unit test for BackgroundRequestAttributeShane Kearns2012-04-131-1/+47
* | QLayoutItem - make controlTypes a virtual function.Thorbjørn Lund Martsum2012-04-131-0/+11
* | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
* | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-121-0/+20
* | Prefer QCOMPARE to QVERIFY, as it gives better outputJoão Abecasis2012-04-121-1/+1
* | Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
* | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-113-28/+33
* | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10
* | Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-4/+4