summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Wide QMenu: fix size and positionOleg Yadrov2017-03-041-0/+37
| | | | * QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-0/+19
| | | | * tst_utf8: Fix one of the overlong sequences to be what we meantThiago Macieira2017-03-011-2/+2
| | | | * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-0/+50
| | | | * Make it possible to specify the RCC data version formatSimon Hausmann2017-02-281-2/+2
| | | | * Properly use the "process" featureUlf Hermann2017-02-2737-162/+170
| | | | * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-0/+23
| | * | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-0/+32
| | * | | moc: put the QPrivateSignal argument in the arg arrayOlivier Goffart2017-03-131-0/+15
| | |/ /
| | * | Deprecate QString::nullMarc Mutz2017-03-128-14/+14
* | | | QStringList: add contains(QLatin1String) overloadAnton Kudryavtsev2017-03-201-0/+9
|/ / /
* | | Basic Vulkan enablersLaszlo Agocs2017-03-173-0/+171
* | | QChar: add (char16_t) and (wchar_t) ctorsMarc Mutz2017-03-171-0/+26
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-2/+58
* | | Add support for recursive filtering in QSFPMFilipe Azevedo2017-03-144-0/+737
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-1411-31/+184
|\| |
| * | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-1/+5
| * | moc: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-083-1/+86
| * | moc: Fix parsing of digit separatorOlivier Goffart2017-03-081-0/+4
| * | Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-063-3/+11
| * | Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-1/+1
| * | Revert "Add expandingListItems property to QListView"Marc Mutz2017-03-031-24/+0
| * | Fix DPI of QWidget with parent on a different screenOlivier Goffart2017-03-021-1/+1
| * | ppm/pgm image formats: fix reading 16bit and limited rangeEirik Aavitsland2017-03-021-0/+76
* | | Use new QSemaphoreReleaser in tst_QThreadPoolMarc Mutz2017-03-091-32/+2
* | | QLatin1String: add iteratorsMarc Mutz2017-03-071-0/+17
* | | Remove workaround for potentially unavailable pasteboard in macOSJake Petroules2017-03-071-10/+0
* | | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-076-11/+15
* | | Remove Carbon API usage from tst_qmacnativeeventsJake Petroules2017-03-073-37/+11
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0224-136/+535
|\| |
| * | Widgets: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-14/+20
| * | Network: Use canonical license headersKai Koehne2017-02-283-35/+19
| * | QSizePolicy: inline toControlTypeFieldValue()Marc Mutz2017-02-271-1/+4
| * | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+37
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2415-51/+312
| |\|
| | * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-1/+1
| | * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
| | * tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
| | * QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-231-0/+28
| | * Make the factoryloader test compile without library supportUlf Hermann2017-02-222-0/+4
| | * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-221-6/+0
| | * Make sure to use C locale during time tests that assume itEdward Welbourne2017-02-203-14/+33
| | * QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-0/+1
| | * Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-174-0/+184
| | * QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-2/+15
| | * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-1/+1
| * | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-35/+35
| * | add tst_QWidget::tabletTracking autotestShawn Rutledge2017-02-231-0/+106
| * | Unexport QTimeZonePrivateMarc Mutz2017-02-231-0/+2
* | | Add a string API symmetry test for mid/left/rightMarc Mutz2017-03-011-0/+211