summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move code from QTabBar::event to mouseDoubleClickEvent overrideVolker Hilsheimer2020-04-082-22/+47
* CMake: Add 'opengl' to QT.gui.CONFIG if OpenGL is ONJoerg Bornemann2020-04-081-0/+6
* Allow declaring QProperty<> based Q_PROPERTYies with a notify signalSimon Hausmann2020-04-081-26/+17
* StoredFunctionCall: simplify runFunctor implementationVitaly Fanaskov2020-04-071-11/+4
* rhi: d3d11: Disable DXGI message queue monitoringLaszlo Agocs2020-04-061-1/+1
* QProperty: Add support for member function change handlersSimon Hausmann2020-04-065-15/+38
* QSqlError: Remove deprecated methodsMarcel Krems2020-04-062-128/+0
* 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