summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-17/+93
| | |\ \ \ \
| | * | | | | QProgressBar: Use localized numbers and percent sign.Friedemann Kleint2013-02-201-0/+36
| | * | | | | Don't run qmake test that requires macx makespec on non Mac OS platformsTor Arne Vestbø2013-02-201-5/+4
| | * | | | | Add an encrypted() signal to QNetworkAccessManager and QNetworkReply.Richard Moore2013-02-191-0/+19
| | * | | | | Add support for intermediate certificates to server sockets.Richard Moore2013-02-195-6/+159
| | * | | | | Store the local certificate in a QList.Richard Moore2013-02-191-0/+16
| | * | | | | Check for network module when building according benchmarksOliver Wolff2013-02-192-2/+2
| | * | | | | Removed unneeded printsupport dependency from qpainter autotestOliver Wolff2013-02-192-4/+0
| | * | | | | Check for printsupport module when building according auto testsOliver Wolff2013-02-191-1/+2
| | * | | | | Check for network module when building according auto testsOliver Wolff2013-02-197-2/+28
| | * | | | | SSL session sharing auto test: Retrieve smaller file for testingPeter Hartmann2013-02-191-1/+1
| | * | | | | Fix QFileInfo autotest for VxWorks.Pasi Petäjäjärvi2013-02-191-4/+10
| | * | | | | Fix QFile autotest for VxWorksPasi Petäjäjärvi2013-02-191-2/+12
| | * | | | | Fix QSettings autotest for VxWorksPasi Petäjäjärvi2013-02-191-0/+2
| | * | | | | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-192-0/+72
| | * | | | | QLocale: Added QStringRef overloads to toInt(), toUInt(), etc...Keith Gardner2013-02-181-2/+19
| | * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1828-118/+77
| | |\ \ \ \ \
| | * | | | | | 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
| | | |\ \ \ \ \ \
| | * | | | | | | | 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
| | * | | | | | | Do not run tst_qfilesystemmodel for MinGW.Friedemann Kleint2013-02-011-0/+1
| | * | | | | | | Replace SRCDIR-define by QFINDTESTDATA in tst_moc.Friedemann Kleint2013-01-312-40/+38
| | * | | | | | | QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-2/+12
| | * | | | | | | QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-4/+23
| | * | | | | | | Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-301-0/+41
| | * | | | | | | Fix warning about incorrect format in tst_qlocale.Friedemann Kleint2013-01-301-3/+3
| | * | | | | | | Manual test for QColorDialogJ-P Nurmi2013-01-304-3/+280
| | * | | | | | | Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-301-0/+138