summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added QOffscreenSurface class.Yoann Lopes2013-02-181-31/+81
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-10/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1746-198/+25248
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1446-198/+25248
| |\
| | * QLocale: add autotests for Japanese and Czech localesEl Mehdi Fekari2013-02-121-0/+7
| | * Fix developer-build of qsslsocket_onDemandCertificates_member.Friedemann Kleint2013-02-121-4/+5
| | * Fixed QPixmapCache associating path with wrong QPixmap.Samuel Rødal2013-02-121-0/+15
| | * QSqlQuery tests: fix create table failuresMark Brand2013-02-121-7/+16
| | * QSqlQuery tests: fix bool test for postgresqlMark Brand2013-02-121-4/+6
| | * QSqlQuery tests: fix mysql problemsMark Brand2013-02-121-5/+14
| | * Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+5
| | * Fix module name format in displayed codeSze Howe Koh2013-02-112-2/+2
| | * fix QSqlTableModel:revert() for OnFieldChangeMark Brand2013-02-091-0/+79
| | * Fix loading of SSL certificate of DER files.BogDan Vatra2013-02-082-2/+48
| | * Do not crash if the child index is out of range.Jan Arve Saether2013-02-061-0/+5
| | * Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-063-0/+2
| | * QSqlTableModel: support refreshing inserted rows with auto columnsMark Brand2013-02-061-0/+68
| | * QSqlTableModel::setData(): fix non-change detectionMark Brand2013-02-061-0/+73
| | * fix QSqlTableModel::headerData() for empty query with inserted rowMark Brand2013-02-061-0/+8
| | * QSqlError test: Fix isValid()-check for constructed QSqlError.Marcel Krems2013-02-041-1/+1
| | * tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-0115-154/+154
| | * Clean up logical dpi for QImage.Morten Johan Sørvig2013-01-311-0/+22
| | * Doc: Fix references to Qt TestSze Howe Koh2013-01-303-6/+6
| | * test: Add bic data for linux-gcc-amd64Sergio Ahumada2013-01-293-0/+24692
| | * QSslSocket tests: use qt-project.org as test server instd of codereviewPeter Hartmann2013-01-292-2/+2
| | * Make the null pointer dereference a volatile oneThiago Macieira2013-01-291-1/+1
| | * Forward-port tests on invalid port numbers from Qt 4Thiago Macieira2013-01-281-0/+8
| | * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-288-9/+9
| | * Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-2811-8/+49
* | | Skip tst_QSslSocket::setReadBufferSize_task_250027()Tor Arne Vestbø2013-02-171-0/+2
* | | Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-0/+5
* | | SSL benchmarks: add benchmark for uploading dataPeter Hartmann2013-02-161-0/+26
* | | Filedialog test: Do not set directory if empty.Friedemann Kleint2013-02-161-1/+3
* | | Make it possible to use QPointer<const T>Stephen Kelly2013-02-131-0/+7
|/ /
* | QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-122-0/+34
* | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-121-0/+40
* | Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-121-2/+46
* | Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-8/+67
* | qprocess autotests don't need QtGuiDavid Faure2013-02-097-0/+7
* | Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-091-0/+67
* | QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-092-1/+7
* | Added version() and setVersion() convenience API to QSurfaceFormat.Samuel Rødal2013-02-083-0/+111
* | Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-071-0/+7
* | QColorDialog manual test: add initial color selectionJ-P Nurmi2013-02-072-2/+74
* | Dialog testing tool: add missing enableDeleteModalDialogButton() callsJ-P Nurmi2013-02-071-0/+2
* | SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-0/+77
* | Manual test for QFontDialogJ-P Nurmi2013-02-054-3/+299
* | Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-051-0/+75
* | QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-052-0/+83
* | QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+9