summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-081-0/+15
* Modernize the "animation" featureLiang Qi2018-10-121-3/+3
* QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-0/+12
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-282-0/+2
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-273-8/+5
* sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-0/+18
* Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-274-0/+33
|\
| * Blacklist two tests on macOS that a planned CI change shall breakEdward Welbourne2018-08-242-0/+4
| * Test for fractional part of Costa Rican currencyEdward Welbourne2018-08-231-0/+4
| * _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-0/+25
* | Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-241-0/+54
|/
* Windows QPA: Fix mapping of static text accessibility roleAndre de la Rocha2018-08-171-1/+1
* QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-0/+237
* QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+18
* tests: Fix top-level CMakeLists.txtKevin Funk2018-08-151-0/+1
* Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+6
* Skip all qfocusevent test on platforms that don't support window activationJohan Klokkhammer Helsing2018-08-142-2/+8
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-0/+18
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+13
* Fix conversion from transparent indexed8 to RGB32Allan Sandfeld Jensen2018-08-031-0/+15
* QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
* Return to eventloop after emitting encryptedMårten Nordheim2018-07-311-0/+32
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* QSFPM unittest: check dataChanged and layoutChanged signalsDavid Faure2018-07-281-0/+48
* tst_qpluginloader: Fix preprocessor conditionOliver Wolff2018-07-271-1/+1
* Check against copying the husk left by a moveEdward Welbourne2018-07-261-0/+3
* tst_qplugin: Re-enable loadReleasePlugin test caseOliver Wolff2018-07-261-0/+1
* Skip qplugin auto test for static configurationsOliver Wolff2018-07-261-0/+1
* Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-3/+3
* Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-15/+29
* Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-2/+163
* Reset geometry constraints when removing stylesheetSergio Martins2018-07-171-0/+12
* QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-141-2/+2
* Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-102-0/+76
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-0/+3
* tst_qnetworkinterface: Fix for case of zero interfaceTuomas Heimonen2018-07-061-0/+2
* Android: QEXPECT_FAIL tst_QTextDocument::task240325Mårten Nordheim2018-07-041-0/+4
* Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Android: tst_QStaticText: QEXPECT_FAIL some testsMårten Nordheim2018-06-301-0/+6
* Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrderMårten Nordheim2018-06-301-0/+3
* Android: QEXPECT_FAIL tst_QFontDatabase::condensedFontMatchingMårten Nordheim2018-06-301-0/+3
* Android: tst_QFont: QEXPECT_FAIL a couple failing checksMårten Nordheim2018-06-301-0/+6
* Android: QEXPECT_FAIL a failing conditionMårten Nordheim2018-06-301-0/+3
* Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* Reduce amount of log output of the qcomplextext autotestLars Knoll2018-06-301-88/+56
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-0/+11
* Android: Pass tst_qlibraryMårten Nordheim2018-06-292-15/+57
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-292-0/+129