summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QPalette::isBrushSetVitaly Fanaskov2020-01-021-0/+63
* Long live QFlatMap!Joerg Bornemann2020-01-023-0/+458
* QBitArray: Add method to get int valueFederico Guerinoni2019-12-201-0/+93
* Convert QString to use QArrayDataPointerLars Knoll2019-12-161-7/+8
* Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-124-6/+7
* Convert date-time faithfully in QDateTimeEdit::setDateTime()Edward Welbourne2019-12-121-0/+50
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2019-12-1121-130/+497
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-1121-130/+497
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1019-126/+452
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1019-126/+452
| | | |\
| | | | * tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
| | | | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-108-18/+18
| | | | * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+54
| | | | * tst_QNetworkInterface: don't force an IPv4 link-local addressThiago Macieira2019-12-072-21/+31
| | | | * Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+46
| | | | * Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
| | | | * Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
| | | | * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
| | | | * Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
| | | | * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-0/+27
| | | | * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
| | | | * docker-compose now brings up the docker images tagged as "latest"Dimitrios Apostolou2019-12-052-28/+30
| | | | * Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
| | * | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-0/+45
| | * | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-3/+0
| | |/ /
* | / / Remove deprecated QGL* classesJohan Klokkhammer Helsing2019-12-1117-3853/+8
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-096-38/+312
|\| |
| * | QMetaType: add more static-less APIOlivier Goffart2019-12-071-0/+29
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-34/+138
| * | Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
| * | QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-051-0/+1
| * | RHI: new native texture APIPaul Olav Tvete2019-12-052-4/+71
* | | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-1/+1
* | | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-3/+3
* | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-3/+3
* | | Fix out of bounds read in tst_qsqlqueryLars Knoll2019-12-081-2/+3
* | | Get rid of QCharRef and QByteRefLars Knoll2019-12-083-26/+2
* | | Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-23/+1
* | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-081-2/+1
* | | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-9/+5
* | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-45/+14
* | | Change representation of string data in the meta objectLars Knoll2019-12-081-3/+4
* | | Inline the size and data pointer members in QStringThiago Macieira2019-12-082-11/+9
* | | Inline the size and begin pointer in QVectorThiago Macieira2019-12-082-10/+6
* | | Remove bad test in QVectorThiago Macieira2019-12-081-83/+0
* | | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-082-126/+74
* | | Stop using the reference counter to store data stateThiago Macieira2019-12-081-18/+18
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-084-44/+41
* | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-082-6/+6
* | | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-4/+3