summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-271-0/+54
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-271-0/+54
| | | |\|
| | | | * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
| | * | | Raster painting: fix dashing for separate linesEirik Aavitsland2020-03-271-1/+39
| | |/ /
| | * | Make tst_QRandomGenerator::qualityReal() test more stableSona Kurazyan2020-03-251-3/+3
| | * | forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
| | * | Call post routines from ~QGuiApplicationMichal Klocek2020-03-253-1/+75
| | * | Fix deprecation of QComboBox:::currentIndexChanged(const QString&)Lars Knoll2020-03-251-8/+12
| | * | More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-243-7/+3
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Mitch Curtis2020-03-231-1/+1
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-1/+1
| | | |\|
| | | | * tst_QMenu: make QSKIP message truthfulTimur Pocheptsov2020-03-181-1/+1
| | * | | QDateTimeEdit: with keyboardTracking off, allow values outside the rangeVolker Hilsheimer2020-03-201-0/+116
| | * | | Fix keypad navigation within a button group for push buttonsVolker Hilsheimer2020-03-201-0/+68
| | * | | qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2
| | |/ /
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-183-38/+70
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-183-38/+70
| | | |\|
| | | | * QTreeView: don't call model.index(-1, 0) when using spanning itemsDavid Faure2020-03-161-0/+10
| | | | * Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473Shawn Rutledge2020-03-121-10/+6
| | | | * Fix 'out of process' autotestsTimur Pocheptsov2020-03-111-28/+54
| | * | | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-8/+22
| | |/ /
* | / / CMake: Handle finding of OpenSSL headers correctlyAlexandru Croitor2020-04-081-1/+1
|/ / /
* | | Allow declaring QProperty<> based Q_PROPERTYies with a notify signalSimon Hausmann2020-04-081-3/+9
* | | QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-0/+20
* | | QSqlError: Remove deprecated methodsMarcel Krems2020-04-061-80/+0
* | | QtNetwork: Delete bearer managementMårten Nordheim2020-04-0530-2347/+4
* | | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-2/+2
* | | CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-031-0/+6
* | | Fix irrelevant error case in QSplitter testEskil Abrahamsen Blomfeldt2020-04-021-1/+1
* | | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-012-376/+0
* | | Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-011-0/+333
* | | Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-011-16/+86
* | | Enable qmetatype test with CMakeFabian Kosmale2020-04-012-1/+2
* | | Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-011-75/+24
* | | Remove all QRegExp dependencies from widgetsLars Knoll2020-04-012-89/+0
* | | Make QLocale(QString) explicitLars Knoll2020-04-016-11/+12
* | | QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-1/+224
* | | Port autotest to QRegularExpressionLars Knoll2020-03-311-23/+26
* | | Port autotest away from QRegExpLars Knoll2020-03-311-8/+9
* | | Port test to QRegularExpressionLars Knoll2020-03-311-2/+2
* | | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-84/+0
* | | Remove Qt5 BIC test dataLars Knoll2020-03-31154-1336792/+0
* | | Move undo framework out of Qt WidgetsMitch Curtis2020-03-3014-36/+34
* | | Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-2/+2
* | | QtConcurrent: add fluent interface to configure a task before runVitaly Fanaskov2020-03-295-1/+173
* | | Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-295-12/+24
* | | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2920-98/+124
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-285-2/+343
* | | Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-5/+3
* | | Add QProperty tests to the cmake buildSimon Hausmann2020-03-272-0/+15