summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-2612-14/+20
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-265-8/+30
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-264-0/+106
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-262-1/+29
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Don't skip QFileDialog retranslatability test on macOSVolker Hilsheimer2020-08-261-3/+0
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-264-16/+6
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-263-61/+0
* QXmlString::size(): Change return type to qsizetypeMarcel Krems2020-08-261-1/+1
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-253-106/+321
* Android: Fix building apps when Qt is configured with one ABIAlexandru Croitor2020-08-263-3/+29
* Android: Fix make check to work for single ABI Qt for Android buildsAlexandru Croitor2020-08-261-1/+1
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-263-14/+42
* Properly free m_mtdev when mtdev_open() returns an errorSteffen Kieß2020-08-261-0/+1
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* Fix warning from unused parameterVolker Hilsheimer2020-08-261-0/+1
* 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