summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Seedless qHash catch-all: make it SFINAE-friendlyGiuseppe D'Angelo2020-11-301-2/+10
* Doc: Fix various documentation warningsTopi Reinio2020-11-305-15/+10
* Doc: Fix QVector[2|3|4]D documentationTopi Reinio2020-11-301-84/+57
* Doc: Document BINDABLE attribute for Q_PROPERTY macroTopi Reinio2020-11-302-0/+7
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-11-302-10/+6
* Restore QOpenGLVersionFunctionsFactory entry in changes docsLaszlo Agocs2020-11-301-0/+6
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-301-133/+65
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-272-8/+4
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-272-12/+17
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* Fix typo in rhiAntti Määttä2020-11-271-1/+1
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-272-4/+15
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-11-272-2/+2
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-275-6/+12
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-272-20/+9
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-276-12/+74
* Change android target SDK version to 29Fabio Falsini2020-11-271-1/+1
* Fix broken \endcode marker in Qt 6 porting docsFlorian Bruhin2020-11-261-1/+1
* QVLA: always use new to create new objectsGiuseppe D'Angelo2020-11-261-14/+3
* Rename Application ExampleVolker Hilsheimer2020-11-261-1/+1
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-263-118/+80
* Inline the fast path for removeBinding()Lars Knoll2020-11-262-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-261-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-263-18/+37
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-263-22/+11
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-262-4/+8
* Optimize code in QTaggedPointerLars Knoll2020-11-262-7/+6
* Inline access to the QBindingStorageLars Knoll2020-11-267-40/+44
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-261-1/+1
* Remove some examples from highlighted listVolker Hilsheimer2020-11-261-3/+0
* Update container overview documentation - section on growth strategiesAndreas Buhr2020-11-251-30/+14
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-258-26/+351
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Fix link to Qt OpenGL C++ classesVolker Hilsheimer2020-11-251-1/+1
* Document removal of QEvent copyingVolker Hilsheimer2020-11-251-0/+39
* CMake: Change generated resources namingAlexey Edelev2020-11-241-1/+1
* CMake: Use lower cased property name for entrypoint library opt-outAlexandru Croitor2020-11-241-2/+2
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-242-38/+38
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* CMake: Fix entrypoint output directory when multi-config buildLi Xinwei2020-11-231-0/+1
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-233-80/+12
* Doc: Update CMake functions in Qt Core for Qt 6Kai Koehne2020-11-237-494/+115
* Revert "QChar: assert on illegal construction"Kai Koehne2020-11-231-2/+2
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1