summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-263-4/+4
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-263-0/+105
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-264-16/+6
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-262-51/+0
* QXmlString::size(): Change return type to qsizetypeMarcel Krems2020-08-261-1/+1
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-251-47/+117
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-262-11/+42
* Properly free m_mtdev when mtdev_open() returns an errorSteffen Kieß2020-08-261-0/+1
* 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-251-3/+18
* Cleanup QTypeInfoLars Knoll2020-08-266-134/+21
* Port headersclean check to CMakeKai Koehne2020-08-252-0/+2
* 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-2517-75/+77
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-252-4/+8
* Code style fixNie Cheng2020-08-251-45/+37
* Android: add the option to set package signing information from env varsAssam Boudjelthia2020-08-251-1/+30
* QPrinterInfo: Remove deprecated methodsMarcel Krems2020-08-252-50/+0
* QTextLayout: Remove deprecated methodsMarcel Krems2020-08-252-37/+0
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-254-4/+34
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-2530-196/+467
* 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
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-2474-10218/+208
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-241-0/+49
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-243-54/+5
* 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-241-0/+2
* 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
* Fix running qml tests on AndroidBogDan Vatra2020-08-241-31/+31
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-243-37/+27
* QLocale: Fix double conversion snippetAndre Hartmann2020-08-241-19/+19
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-1/+6
* Widgets: make indexOf take const QWidget *Giuseppe D'Angelo2020-08-246-6/+6
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-243-17/+16
* 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-248-944/+7
* Make the canConvertMetaObject method safeLars Knoll2020-08-241-3/+4