summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cmake: we need two different qmyserver namesAlbert Astals Cid2019-02-112-3/+1
* test: Make qheaderview test buildAlbert Astals Cid2019-02-112-3/+5
* cmake: Enable qdbusinterface testAlbert Astals Cid2019-01-314-31/+31
* Add qabstractitemmodeltester back to the buildAlbert Astals Cid2019-01-312-3/+3
* cmake: test: Enable the build of qdbusabstractinterfaceAlbert Astals Cid2019-01-304-15/+20
* cmake: test: Fix qdbusabstractadaptorAlbert Astals Cid2019-01-304-16/+11
* cmake: test: Enable qdbusxmlparserAlbert Astals Cid2019-01-301-4/+3
* test: fix if to depend on QT_FEATURE_style_fusionAlbert Astals Cid2019-01-301-1/+1
* Change the FIXME for selftests/aliveAlbert Astals Cid2019-01-302-2/+3
* 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