summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix cmake tests for no-widgets and no-gui configurationsAlexandru Croitor2020-11-101-6/+30
* QSignalSpy: Use QMetaType instead of metatype id in initArgsFabian Kosmale2020-11-101-0/+24
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-0/+153
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+113
* Add tests for QOperatingSystemVersionIvan Solovev2020-11-096-1/+205
* Automatically generate unit tests for QtConcurrentAndreas Buhr2020-11-0920-45/+1947
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-091-0/+64
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-50/+50
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-081-0/+45
* Update public suffix list header to latest versionEdward Welbourne2020-11-081-1/+2
* Update CLDR to v38Edward Welbourne2020-11-081-1/+1
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-087-87/+195
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2
* tests: Blacklist tst_qwindow failing test on WindowsAlexandru Croitor2020-11-071-1/+1
* QStringView test: avoid narrowingGiuseppe D'Angelo2020-11-071-2/+2
* Support the markdown underline extensionShawn Rutledge2020-11-072-8/+18
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+41
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+43
* Fix a mistake when using QLatin1String::argGiuseppe D'Angelo2020-11-072-6/+6
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-0/+3
* tests: Blacklist failing tests on MinGWAlexandru Croitor2020-11-061-6/+4
* QLineEdit: check a int->QChar conversion, and make it explicitGiuseppe D'Angelo2020-11-061-4/+12
* qmakelib test: build with qmakeGiuseppe D'Angelo2020-11-061-1/+1
* Use built-in C++ foreach iteration in testsDavid Skoland2020-11-062-7/+7
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-064-0/+91
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-0483-38/+490
* Rename AllocationPosition enum and its membersLars Knoll2020-11-042-20/+20
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-1/+1
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-042-63/+25
* Clean up out allocation handlingLars Knoll2020-11-042-131/+98
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-1/+2
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-49/+0
* Do not move data around on insert neitherLars Knoll2020-11-041-203/+4
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-042-17/+14
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-041-7/+15
* Improve QtConcurrent::blockingMapped testsSona Kurazyan2020-11-041-18/+11
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-041-0/+20
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-031-8/+3
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-1/+2
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-039-99/+65
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-0/+6
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-0/+10
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-031-1/+28
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-031-0/+22
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-031-111/+111
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+27
* Fix tst_qtimer::zeroTimer unit testAndreas Buhr2020-11-012-3/+3
* Update tst_qcborstreamwriter to use QMetaTypeDavid Skoland2020-10-301-10/+10
* CMake: Fix tst_qapplication to respect blacklists in CMake buildsAlexandru Croitor2020-10-301-0/+1
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-303-1/+104