summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* CMake: Store Qt features in CMake CacheTobias Hunger2019-01-172-6/+0
* CMake: Build PrintSupport module and testsTobias Hunger2018-12-147-0/+67
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-141-1/+1
* Add Sql build and testsTobias Hunger2018-11-0517-16/+100
* Build and test QtConcurrentTobias Hunger2018-11-018-1/+99
* Tests: Use TARGET over features to decide which tests to runTobias Hunger2018-11-011-7/+7
* Begin port of qtbase to CMakeSimon Hausmann2018-11-01407-1/+1939
* Set qlogging test helper executable name via defineTobias Hunger2018-10-242-2/+3
* Make sure docker machine is both created and running before testRyan Chu2018-10-231-0/+16
* Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-33/+7
* Remove skip from tst_QWidget::updateWhileMinimizedFrederik Gladhorn2018-10-191-3/+0
* Docker-based test servers for network-related Qt autotests on macOSRyan Chu2018-10-184-19/+112
* Use environment variable to configure the interfaces of a Dante serverRyan Chu2018-10-181-0/+19
* Qt Style Sheets: fix range of hue in hsl/hsv functionsChristian Ehrlicher2018-10-181-2/+5
* Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-182-4/+16
* Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-1/+6
* tst_QStyleSheetStyle: use QString() instead of ""Frederik Gladhorn2018-10-171-37/+37
* tst_QSslSocket: deduplicate datatags and don't cast to intMårten Nordheim2018-10-161-8/+8
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-131-1/+1
|\
| * Fix builds without DTLSAllan Sandfeld Jensen2018-10-091-1/+1
* | Remove QEXPECT_FAIL from test on macOSEskil Abrahamsen Blomfeldt2018-10-101-4/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-092-0/+11
|\|
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-081-0/+3
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-0/+8
| |\
| | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* | | Implement QRegularExpression overload for QPlainTextEdit::findSamuel Gaist2018-10-081-0/+44
* | | Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-081-0/+45
* | | Use the stack for storing objectsJesus Fernandez2018-10-081-669/+646
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-0811-40/+120
|\| |
| * | uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-054-39/+39
| * | StyleSheetStyle: Load @Nx imagesMorten Johan Sørvig2018-10-044-0/+34
| * | QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-041-0/+36
| * | Extend tst_QGL::graphicsViewClipping blacklistingTor Arne Vestbø2018-10-031-1/+1
| * | QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+10
* | | Unblacklist tst_QSplitter::replaceWidget(visible, not collapsed) for LinuxChristian Ehrlicher2018-10-041-2/+0
* | | QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-042-0/+98
* | | SQLite: enable json1 extensionChristian Ehrlicher2018-10-031-0/+27
* | | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-033-3/+121
* | | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-033-1/+84
* | | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-033-1/+59
* | | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-033-12/+72
* | | Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-0/+26
* | | Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-032-0/+93
* | | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-032-1/+41
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-016-8/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-306-8/+19
| |\|
| | * 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
* | | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-011-0/+29