summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-2423-37/+350
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-2323-37/+350
| |\
| | * Don't check for the existence of private include directories.Stephen Kelly2013-07-221-1/+1
| | * Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-0/+48
| | * Expect tst_QEasingCurve::setCustomType() failing on 32 bit Ubuntu 11.10Simo Fält2013-07-202-0/+4
| | * Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-201-3/+6
| | * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-202-0/+48
| | * Add a test for QLocalSocket::openThiago Macieira2013-07-201-0/+23
| | * Add manual test for UNC pathsGatis Paeglis2013-07-194-1/+107
| | * Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-0/+52
| | * Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-2/+24
| | * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-0/+1
| | * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-2/+7
| | * tst_QIcon: Fix availableSizes() and task223279_inconsistentAddFile()Sergio Ahumada2013-07-158-24/+24
| | * test: Mark tst_QNetworkReply::backgroundRequestInterruption() as XFAIL on OS ...Sergio Ahumada2013-07-151-0/+4
| | * test: organize tst_qnetworkreply .pro file a bitSergio Ahumada2013-07-151-4/+1
* | | Add the RFC2822Date formatKevin Ottens2013-07-243-0/+223
* | | Support RGBA image formatAllan Sandfeld Jensen2013-07-232-1/+69
|/ /
* | Prevent QLineEdit from emitting edited signal (QTBUG-27347)Ivan Komissarov2013-07-211-0/+6
* | TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-2117-39/+39
* | QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-0/+2
* | QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-201-0/+39
* | Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-0/+2
* | Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-201-2/+2
* | QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-1/+1
* | Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+11
* | Fix IPvFuture use in QUrlThiago Macieira2013-07-201-0/+64
* | Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-0/+4
* | Make the Mach-O size checking a little more robustThiago Macieira2013-07-203-3/+222
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-206-2/+289
* | Fix compilation of the tst_qnetworkreply benchmark test with QT_NO_SSL.Friedemann Kleint2013-07-191-10/+10
* | API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-162-7/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-157-35/+56
|\|
| * Fix domain in manual test qhttpnetworkconnection.Friedemann Kleint2013-07-121-2/+4
| * Remove Nokia-domains in commented-out test code.Friedemann Kleint2013-07-124-27/+21
| * Use QFINDTESTDATA in tst_qfontdatabase.Friedemann Kleint2013-07-112-6/+12
| * Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-111-0/+19
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-0/+11
* | QVarLengthArray - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-122-0/+77
* | QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-122-0/+64
* | QHash - checks if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-122-0/+86
* | QList - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-122-0/+72
* | QVector - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-122-0/+77
* | QMap - check if iterator arguments are valid (in debugmode)Thorbjørn Martsum2013-07-122-0/+113
* | Merge branch 'stable' into devSergio Ahumada2013-07-1163-180/+85596
|\|
| * Stabilize tst_qguiapplication.Friedemann Kleint2013-07-111-68/+140
| * Test password mask delay and characters on Mac.Mitch Curtis2013-07-111-0/+12
| * Bugfix QDesktopServices on WindowsThiago Macieira2013-07-115-0/+143
| * test: Fix tst_qwindow::positioning() on Ubuntu 12.04Sergio Ahumada2013-07-101-1/+1
| * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-0/+28