summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-0/+8
* | | | | | | QMimeDatabase: only export var for unittests if QT_BUILD_INTERNALDavid Faure2018-01-022-0/+4
* | | | | | | Add QHeaderView::setFirstSectionMovable(), useful for flat treeviewsDavid Faure2018-01-021-0/+6
* | | | | | | Test calling setRelation() with QSqlRelation() clears the relationAndy Shaw2018-01-021-0/+23
* | | | | | | Return an invalid QSqlDatabase when accessing from another threadAndy Shaw2018-01-021-0/+35
|/ / / / / /
* | | | | | Remove use of QRegExp from QSharedMemorySamuel Gaist2017-12-301-0/+1
* | | | | | QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-301-0/+16
* | | | | | QHeaderView: properly connect rows/columnsMovedChristian Ehrlicher2017-12-221-1/+18
* | | | | | Update font when text format's letter spacing type is changedEskil Abrahamsen Blomfeldt2017-12-221-0/+9
* | | | | | Remove testQuitLock from BLACKLISTMorten Johan Sørvig2017-12-141-1/+0
* | | | | | Kludge round MS TZ APIs' lies breaking a testEdward Welbourne2017-12-131-0/+8
* | | | | | Make tst_QOpenGLWindow pass on platforms where the default FBO != 0Johan Klokkhammer Helsing2017-12-131-3/+3
* | | | | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-0816-29/+29
* | | | | | 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