summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix currentThreadId to work on Android emulatorAlexandru Croitor2020-08-261-2/+2
* QRegularExpression: code tidiesGiuseppe D'Angelo2020-08-261-6/+2
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-252-3/+49
* Cleanup QTypeInfoLars Knoll2020-08-2616-167/+62
* Port headersclean check to CMakeKai Koehne2020-08-255-0/+149
* Android: split arguments passed to the main appAssam Boudjelthia2020-08-251-1/+2
* Port QSet to qsizetypeUlf Hermann2020-08-252-7/+7
* Document the QAbstractFileIconProvider::IconType enumVolker Hilsheimer2020-08-251-7/+8
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-2525-136/+138
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-253-4/+19
* Code style fixNie Cheng2020-08-251-45/+37
* Doc: Improve documentation of ANDROID_EXTRA_PLUGINS qmake variableTopi Reinio2020-08-251-4/+35
* tst_qobject: Enable build with CMakeFabian Kosmale2020-08-253-2/+3
* tst_QNetworkDiskCache: fix setCookieHeaderMårten Nordheim2020-08-251-0/+5
* Android: add the option to set package signing information from env varsAssam Boudjelthia2020-08-251-1/+30
* CMake: use definitions when testing EGLSamuli Piippo2020-08-251-0/+1
* QPrinterInfo: Remove deprecated methodsMarcel Krems2020-08-253-62/+0
* QTextLayout: Remove deprecated methodsMarcel Krems2020-08-252-37/+0
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-256-4/+38
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-2541-204/+485
* Fix warning after QMetaType changesVolker Hilsheimer2020-08-251-1/+1
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-252-28/+1
* wasm: deregister event handlersLorn Potter2020-08-252-0/+22
* Be verboseBogDan Vatra2020-08-241-1/+1
* Add QML2_IMPORT_PATH import paths to qml-import-paths listBogDan Vatra2020-08-241-2/+7
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-24286-31767/+209
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-242-0/+104
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-245-60/+11
* Make QNetworkAccessManager::supportedSchemes virtualMårten Nordheim2020-08-242-9/+7
* QHostInfo: address a Qt 6 todoMårten Nordheim2020-08-242-18/+16
* Disable cipherstring-setting test for schannelMårten Nordheim2020-08-242-0/+6
* http: When falling back to http/1 use the socket's ssl configMårten Nordheim2020-08-241-10/+4
* QNetworkReply(http): Ignore ssl errors in all reserved channelsMårten Nordheim2020-08-241-2/+6
* tst_qnetworkreply: Extend httpConnectionCount to test HTTP/2 and TLSMårten Nordheim2020-08-241-7/+46
* Fix running qml tests on AndroidBogDan Vatra2020-08-243-58/+70
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-244-39/+29
* tst_QLocalSocket: fix wrong slot nameAlex Trotsenko2020-08-241-1/+1
* QLocale: Fix double conversion snippetAndre Hartmann2020-08-241-19/+19
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-242-1/+16
* Widgets: make indexOf take const QWidget *Giuseppe D'Angelo2020-08-246-6/+6
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-244-18/+17
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-242-1/+10
* Rename QSequentialIterable::refUlf Hermann2020-08-242-17/+17
* Remove private QSequentialIterable begin/end methodsUlf Hermann2020-08-242-14/+2
* Remove the QPF2 font engineEskil Abrahamsen Blomfeldt2020-08-249-945/+7
* Make the canConvertMetaObject method safeLars Knoll2020-08-241-3/+4
* Remove QVariant(QDataStream) constructorLars Knoll2020-08-242-15/+0
* Use QMetaType in QMetaCallEventLars Knoll2020-08-249-34/+34
* Pass QMetaType by valueLars Knoll2020-08-247-18/+17
* Clean up int based convert() APILars Knoll2020-08-247-57/+73