summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: don’t deadlock on event processingMorten Johan Sørvig2020-11-041-3/+9
* QtNetwork: highlight DTLS client and server exampleMårten Nordheim2020-11-041-1/+3
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-045-32/+238
* Doc: Fix mentioning of Qt5Core in overview pageKai Koehne2020-11-041-1/+1
* Avoid allocation on char16_t* comparisonsAllan Sandfeld Jensen2020-11-041-13/+13
* Initial porting guide for QtGui and QtPrintSupportVolker Hilsheimer2020-11-043-15/+71
* qglobal: Only define QT_ENSURE_STACK_ALIGNED_FOR_SSE for i386Martin Storsjö2020-11-041-1/+1
* Fix link error when comparing QSslPreSharedKeyAuthenticatorFriedemann Kleint2020-11-041-1/+1
* Add noexcept to slicing and indexing of QStringViewAllan Sandfeld Jensen2020-11-041-11/+11
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-032-8/+14
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-3/+19
* Remove left-over and unnecessarily exported operator==Volker Hilsheimer2020-11-031-1/+0
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-037-54/+47
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-036-29/+21
* Update third-party md4c to version 0.4.6Shawn Rutledge2020-11-033-129/+135
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-033-2/+19
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-7/+14
* Use variadic templates to generalize MapSequenceResultTypeLars Knoll2020-11-031-3/+3
* Clean up container metatype declarations in QMetaTypeLars Knoll2020-11-031-12/+0
* Clean up qcontainerfwd.hLars Knoll2020-11-036-33/+17
* Cleanup container declarations in qtypeinfo.hLars Knoll2020-11-032-22/+5
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-036-37/+27
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-032-4/+9
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-034-54/+219
* Android: fix crash by passing the right Handle to dlsym()Assam Boudjelthia2020-11-031-2/+2
* Add deprecated accessors for legacy font weightEskil Abrahamsen Blomfeldt2020-11-033-0/+71
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-032-134/+134
* QtTestLib: Update porting guideMårten Nordheim2020-11-031-1/+16
* Code cleanupsLars Knoll2020-11-031-7/+7
* Fix QDataStream compatibility for QTextFormat::TextUnderlineColorLars Knoll2020-11-032-0/+9
* Standardize metaType stuff in QMetaProperty and QVariantDavid Skoland2020-11-033-3/+14
* Allow adding linker flags to qmake module prisTor Arne Vestbø2020-11-032-2/+14
* Fix typoVolker Hilsheimer2020-11-021-1/+1
* Unfix QTest touch API documentationMårten Nordheim2020-11-021-1/+1
* Make RGB_MASK inline constexprVolker Hilsheimer2020-11-021-1/+1
* Remove unnecessary cast-to-int for parameter to QBitArrayMårten Nordheim2020-11-021-1/+1
* Do not #define dynamic_castGiuseppe D'Angelo2020-11-021-13/+0
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-021-1/+4
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-029-16/+11
* QMarginsF: document that isNull/operator==/operator!= are fuzzyGiuseppe D'Angelo2020-11-021-4/+18
* Warn if Q_FOREACH is used with a non-shared containerOlivier Goffart2020-11-021-0/+14
* QLayout: unify the constructorsGiuseppe D'Angelo2020-11-024-35/+12
* Update the porting guide for QFutureSona Kurazyan2020-11-021-4/+40
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+1
* rhi: gl: Do not bother with glDrawBuffers(GL_BACK)Laszlo Agocs2020-11-021-4/+0
* Remove usages of Q_FOREACHAllan Sandfeld Jensen2020-11-022-6/+6
* Android: Don't use putIfAbsent as that is not available in older APIsAndy Shaw2020-11-021-2/+2
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-0111-11/+11
* Use (void) instead of Q_UNUSEDAndré Klitzing2020-10-311-7/+7