summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTreeView - allow users to control data in the treestructureThorbjørn Lund Martsum2013-08-073-1/+157
* Remove exception safety testsJędrzej Nowacki2013-08-079-6201/+0
* Include sockLib header to enable usage of socket functions on VxWorksPasi Petäjäjärvi2013-08-061-0/+4
* Add side widgets to QLineEdit via QAction.Friedemann Kleint2013-08-061-0/+43
* OSX: Make machtest compile on 10.9Liang Qi2013-08-051-2/+2
* Fix clean-up code in Android autotest scriptEskil Abrahamsen Blomfeldt2013-08-051-4/+4
* Android: Enable script to run single autotestEskil Abrahamsen Blomfeldt2013-08-051-1/+9
* QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-042-5/+10
* Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+9
* Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-11/+1
* QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-041-103/+63
* Fix application font population on OS XSimon Hausmann2013-07-311-6/+0
* Fixed QTextStream "stdin" auto testsBernd Weimer2013-07-303-13/+9
* moc: add unittest for --ignore-option-clashesDavid Faure2013-07-302-0/+96
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-5/+9
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-5/+55
* Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+156
* QUrl: add matches(url, options) method.David Faure2013-07-261-0/+58
* Re-enable tests tst_qgraphicsproxywidget, tst_qgraphicswidget.Friedemann Kleint2013-07-241-2/+2
* 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