summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-281-1/+2
| | | * | Stop depending on test.macieira.orgThiago Macieira2017-11-282-3/+3
| | | * | QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-231-2/+18
| | | * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+63
| | | |\ \
| | | * \ \ Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2098-595/+959
| | | |\ \ \
| | | * | | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-2/+2
| | * | | | | tst_QUdpSocket: remove Bearer portions of the testThiago Macieira2017-12-051-122/+0
| | * | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-052-0/+10
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | tst_QNetworkReply: Blacklist putToFtpWithInvalidCredentials for WindowsFriedemann Kleint2017-11-291-0/+2
| | | * | | | 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-0813-25/+25
* | | | | | 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-0211-23/+37
* | | | | | 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-3019-29/+568
|\ \ \ \ \ \
| * | | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-3019-29/+568
| |\| | | | |
| | * | | | | 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-2312-17/+466
| | |\| | | | | | | |_|_|/ | | |/| | |
| | | * | | QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-0/+49
| | | * | | CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-226-3/+172