summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-16130-260/+762
|\
| * 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
| * Fix warnings in manual tests.Friedemann Kleint2012-04-136-9/+9
| * 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
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+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
| * Build manual tests.Friedemann Kleint2012-04-1291-155/+190
| * 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-112-2/+2
| * 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
* | 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
* | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-112-7/+7
* | Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233
* | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-2/+2
* | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-5/+4
* | Add unit test for usagePoliciesShane Kearns2012-04-112-1/+32