summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Remove spurious execute permissionsEdward Welbourne2017-12-083-0/+0
* | | | | | Port away from QRegion::rects()Marc Mutz2017-12-073-10/+20
* | | | | | tst_QRegion: compile under QT_DISABLE_DEPRECATED_BEFORE=0x051200Marc Mutz2017-12-071-5/+24
* | | | | | tst_QWidget: port away from QRegion::rects()Marc Mutz2017-12-061-4/+3
* | | | | | tst_QWidget: port some easy QRegion::rects() calls to begin()/end()Marc Mutz2017-12-061-3/+3
* | | | | | Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-0213-25/+39
* | | | | | Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-011-0/+31
* | | | | | Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-011-5/+0
* | | | | | Simplify date-time formatting in textForRole()Edward Welbourne2017-11-301-22/+50
* | | | | | Add a check of selected time-zone offset dataEdward Welbourne2017-11-301-0/+47
* | | | | | QDateTimeParser: reject all short values in fixed-width fieldsEdward Welbourne2017-11-301-0/+10
* | | | | | Raise the upper bound on years to 9999Edward Welbourne2017-11-304-22/+31
* | | | | | QSortFilterProxyModel: Clear persistent indexes on source model changeChristian Ehrlicher2017-11-301-0/+21
* | | | | | Avoid compile warning in tst_qftpUlf Hermann2017-11-301-0/+2
* | | | | | QTreeWidgetItem::insertChildren: ignore out of bounds indexesGiuseppe D'Angelo2017-11-301-2/+11
* | | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-3021-31/+570
|\ \ \ \ \ \
| * | | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-3021-31/+570
| |\| | | | |
| | * | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-287-12/+104
| | |\| | | |
| | | * | | | Stop depending on test.macieira.orgThiago Macieira2017-11-272-3/+3
| | | * | | | Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-6/+18
| | | * | | | Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-251-0/+63
| | | |\ \ \ \
| | | | * \ \ \ Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+63
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | | * | | QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
| | | * | | | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-0/+12
| | | * | | | | tst_QTcpSocket: fix disconnectWhileLookingUpMårten Nordheim2017-11-242-3/+8
| | | |/ / / /
| | * | | | / Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-2314-19/+468
| | |\| | | | | | | |_|_|/ | | |/| | |
| | | * | | QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-0/+49
| | | * | | CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-226-3/+172
| | | * | | Fix tst_QSslSocket::waitForConnectedEncryptedReadyReadMårten Nordheim2017-11-222-3/+6
| | | * | | Start from the first visible item when doing a searchAndy Shaw2017-11-221-0/+97
| | | * | | tst_QNetworkReply::ioHttpRedirectErrors - fix a flaky testTimur Pocheptsov2017-11-221-11/+27
| | | * | | QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+47
| | | * | | Menurama: Fix custom application class constructor signatureGabriel de Dietrich2017-11-172-2/+2
| | | * | | Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
* | | | | | QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-301-7/+11
* | | | | | QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-301-1/+1
* | | | | | Skip QSsl* tests which don't work on WinRTMårten Nordheim2017-11-302-2/+56
* | | | | | Adapt the QSsl* tests to use the resource systemMårten Nordheim2017-11-309-173/+319
|/ / / / /
* | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-30129-713/+1669
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-23129-713/+1669
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-173-0/+53
| | |\| | |
| | | * | | tst_QNetworkReply: Blacklist putToFtp for WindowsFriedemann Kleint2017-11-151-0/+2
| | | * | | qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-1/+45
| | | * | | QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-151-0/+32
| | | * | | OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-0/+17
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-3/+3
| | |\| | |
| | | * | | tst_qnetworkreply::getFromUnreachableIp - fix win64 alsoTimur Pocheptsov2017-11-151-3/+3
| | * | | | test: blacklist tst_QNetworkAccessManager_And_QProgressDialog::downloadCheck(...Liang Qi2017-11-151-0/+2
| | * | | | test: blacklist tst_QWidget::multipleToplevelFocusCheck()Liang Qi2017-11-141-4/+1
| | * | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-1272-382/+484
| | |\ \ \ \