summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Cocoa implementation of QPA menu interface.James Turner2012-05-192-0/+206
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-2/+0
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-1899-981/+981
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-1824-0/+0
* QIcon: move back to QtGuiOlivier Goffart2012-05-1822-1/+1
* Add test of automated container metatype declaration.Stephen Kelly2012-05-181-0/+104
* Remove parallel flag for qsemaphore because of flaky nature.Toby Tomkins2012-05-181-1/+1
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-0/+440
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-163-1/+220
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-165-3/+59
* Add header qtest_widgets.h, similar to qtest_gui.h, but for QApplication.David Faure2012-05-161-1/+1
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-0/+60
* Revert "Temporarily disable -Woverloaded-virtual in headersclean test"Kent Hansen2012-05-161-1/+1
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-161-5/+0
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-162-23/+10
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-161-20/+12
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-163-21/+36
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-7/+59
* tst_QNetworkReply: enable the ioGetFromBuiltinHttp test.Martin Petersson2012-05-161-6/+5
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-1/+25
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-153-0/+12
* Add Q_UINT64_C to 64 bit integer literal.Carl Schumann2012-05-151-1/+1
* Rename QMimeDatabase method for consistency.David Faure2012-05-151-3/+3
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-111/+23
* Add test case for link local TCP connectionsShane Kearns2012-05-151-0/+83
* Remove capitalization when specifying include-libraries.kb2012-05-146-6/+6
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-0/+4
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-0/+2
* Find Qt5 modules automatically in the qt5_use_modules function.Stephen Kelly2012-05-141-2/+1
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+9
* Fix sending UDP packets to link local addressesShane Kearns2012-05-111-0/+135
* Windows: Compress Window Activation events.Friedemann Kleint2012-05-111-6/+0
* tst_QNetworkReply: fix backgroundRequestInterruption test.Martin Petersson2012-05-111-0/+3
* Implement the move constructor for containers.Olivier Goffart2012-05-111-1/+19
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-0/+35
* Make the qt5_use_modules public API.Stephen Kelly2012-05-102-39/+8
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-0/+19
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+90
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-0/+1
|\
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-091-0/+1
* | Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-0/+10
* | Fix test case dependency in tst_exceptionsafety.Jędrzej Nowacki2012-05-101-17/+77
* | Fix a QSslSocket test expectation on ubuntu 11.10Shane Kearns2012-05-101-4/+8
* | Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-093-0/+98
* | Improve widget geometry.Friedemann Kleint2012-05-093-18/+5
* | Ensure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAYDavid Faure2012-05-093-0/+66
* | Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-0/+1
* | Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-082-3/+30
* | Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-081-0/+5
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-3/+0