summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-141-0/+21
* Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-141-3/+51
* Added QMessageAuthenticationCodeRuslan Nigmatullin2013-01-144-0/+160
* Make QDBusPendingReply behave like QDBusReply when dealing with errorsThiago Macieira2013-01-141-0/+7
* QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-141-0/+49
* Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+26
* Implement QAccessibleActionInterface in QAccessibleTableCellJosé Millán Soto2013-01-111-0/+35
* Ensure raster pixmap cache key is the same as that of pixmap.toImage()Michael Brasser2013-01-111-0/+23
* Clean up some metatype declarations and registrationsStephen Kelly2013-01-098-22/+3
* Merge branch 'stable' into devSergio Ahumada2013-01-0926-5/+59316
|\
| * test: Add bic data for linux-gcc-ia32Sergio Ahumada2013-01-088-0/+59020
| * Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-0817-5/+171
| * Add auto test for HTTP cache fix for QTBUG-28035.Michael Brüning2013-01-081-0/+125
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-07133-340/+59391
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-07133-340/+59391
| |\|
| | * Add bic data for tst_bicSergio Ahumada2013-01-069-7/+59027
| | * Update qlocale autotestMehdi Fekari2013-01-061-0/+50
| | * Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-069-16/+0
| | * Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0438-91/+1
| | * Gui: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0417-50/+0
| | * Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0426-61/+0
| | * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-044-0/+174
| | * SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-042-0/+55
| | * Make textEditTest pass on Windows 8Jan Arve Saether2013-01-041-4/+19
| | * Fix autotest of textEditTest to use currentFont() instead of font()Jan Arve Saether2013-01-041-3/+3
| | * DBus: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-045-48/+0
| | * Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-0/+26
| | * Cleanup verifyHierarchy. Remove dead code and add indexOfChild testJan Arve Saether2013-01-031-5/+3
| | * Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-038-15/+0
| | * Network: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-034-11/+0
| | * Don't read from deleted member variablePeter Kümmel2013-01-031-3/+9
| | * Fix possible crash in QTextDocumentEskil Abrahamsen Blomfeldt2013-01-031-0/+25
| | * Remove metatype registration of built-in types.Stephen Kelly2013-01-0322-26/+0
* | | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-071-21/+67
* | | Provide operators for QMargins.Friedemann Kleint2013-01-071-0/+44
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-071-0/+21
* | | Improve QRegularExpression autotestsGiuseppe D'Angelo2013-01-071-0/+9
|/ /
* | Automatically register method types in QSignalSpy.Stephen Kelly2013-01-071-0/+36
* | Introduce QRegularExpressionValidatorGiuseppe D'Angelo2013-01-074-0/+126
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-04236-547/+1281
|\|
| * test: Change trolltech.com:443 to qt-project.org:443Sergio Ahumada2013-01-031-1/+1
| * Speed up and fix QByteArray::setNum()hjk2012-12-301-1/+18
| * Add test for QByteArray::setNumhjk2012-12-281-0/+27
| * Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-0/+51
| * QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-0/+4
| * Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-222-14/+28
| * Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-0/+78
| * add and use qtHaveModule() functionOswald Buddenhagen2012-12-2142-47/+47
| * Fix some typosSergio Ahumada2012-12-213-4/+4
| * Add a manual test for QFile.Friedemann Kleint2012-12-213-0/+149