summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QHttpNetworkReplyPrivate: Remove unused variableMårten Nordheim2020-03-253-1306/+0
* CMake: Add support for bundled SQLite libraryLeander Beernaert2020-03-253-7/+85
* Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-03-251-9/+9
* Don't call QSet::erase() on an end iteratorLars Knoll2020-03-252-2/+4
* CMake: Fix configuration of FEATURE_JPEGLeander Beernaert2020-03-251-1/+1
* Remove QSignalMapper::mappedWidget()Lars Knoll2020-03-252-43/+2
* Get rid of QRegExp usage in rccLars Knoll2020-03-251-2/+11
* Remove QRegExp usage from the XBM handlerLars Knoll2020-03-251-23/+28
* Remove qt6_use_modulesKai Koehne2020-03-251-46/+0
* HB-to-Qt: stop propagating helpers and types not used outside QtGuiKonstantin Ritt2020-03-252-12/+16
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-246-5/+380
* Darwin: get rid of Harfbuzz/CoreText specific codeKonstantin Ritt2020-03-242-58/+7
* Harfbuzz: get rid of Qt-specific patch in CoreText shaper codeKonstantin Ritt2020-03-242-96/+0
* QTextEngine: stop guessing the same language in a loopKonstantin Ritt2020-03-241-2/+2
* Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-232-41/+31