summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-0597-14449/+0
* QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-032-3/+11
* Fix potential race condition in QtConcurrent blocking methodsSona Kurazyan2020-04-032-3/+7
* Unexport QWidgetResizeHandler and remove move functionalityVolker Hilsheimer2020-04-034-110/+39
* CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-036-36/+34
* Make setRange methods in QValidator subclasses non-virtualVolker Hilsheimer2020-04-032-7/+3
* Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-024-15/+23
* Remove QTabletEvent::PointerType::XFreeEraserShawn Rutledge2020-04-022-3/+1
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-04-022-13/+13
* QMetaType: Add namespace where necessaryFabian Kosmale2020-04-022-4/+4
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-0123-1305/+9
* Don't store iterators on QHash while erasingLars Knoll2020-04-013-39/+43
* Remove QRegExp usage in QNetworkCookieLars Knoll2020-04-011-11/+13
* Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-014-1/+291
* Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-016-62/+30
* QTableView: remove unused lambda captureFabian Kosmale2020-04-011-1/+1
* Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-012-134/+8
* Remove all QRegExp dependencies from widgetsLars Knoll2020-04-018-70/+4
* Make QLocale(QString) explicitLars Knoll2020-04-012-3/+3
* uic: Generate include statement for QActionGroupFriedemann Kleint2020-03-311-1/+1
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-317-26/+231
* Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-316-186/+1
* Get rid of QRegExp usage in QFtpLars Knoll2020-03-313-14/+17
* Don't keep a reference into the hash while modifying itLars Knoll2020-03-311-1/+1
* RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-302-19/+12
* Android: Update minimum version to 23 againEskil Abrahamsen Blomfeldt2020-03-302-2/+2
* Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-3012-149/+202
* Move undo framework out of Qt WidgetsMitch Curtis2020-03-3015-228/+228
* Get rid of QRegExp usage in qfiledialogLars Knoll2020-03-301-8/+13
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-304-12/+4
* Remove QRegExp dependencies and mentionsLars Knoll2020-03-302-1/+2
* Remove some leftovers of QRegExpValidatorLars Knoll2020-03-302-5/+1
* Extend the configure test for C++17 filesystemMartin Storsjö2020-03-302-2/+8
* Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-03-302-9/+9
* QtConcurrent: add fluent interface to configure a task before runVitaly Fanaskov2020-03-2911-11/+635
* Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-2913-688/+573
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2944-1114/+726
* Follow bundled Harfbuzz updateKonstantin Ritt2020-03-283-62/+33
* QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-286-2/+93
* HB-to-Qt bridge: get rid of stale/dubious safety checksKonstantin Ritt2020-03-281-18/+6
* Revert "QMetaType: support manual unregistration"Simon Hausmann2020-03-273-17/+0
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-276-38/+61
* macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-279-52/+58
* Speed up QSortFilterProxyModel filteringChristian Ehrlicher2020-03-271-8/+11
* Add a public qsimd.h headerLars Knoll2020-03-265-22/+161
* Move qsimd* from corelib/tools to corelib/globalLars Knoll2020-03-268-4/+82
* Revert "Android: Fix compile on arm64"BogDan Vatra2020-03-263-13/+0
* Make QCborValue::toCbor() constLars Knoll2020-03-252-4/+4
* QMetaType: Do copy constuctible check at compile timeFabian Kosmale2020-03-251-1/+1
* QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-1/+4