summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-211-1/+4
* Fix safe conversionAllan Sandfeld Jensen2020-11-211-4/+11
* QWin32PrintEngine: fix compilationAlex Trotsenko2020-11-211-2/+0
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-211-1/+3
* CMake: Fix build of plugins/styles/mac using PCHCristian Adam2020-11-201-0/+7
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* CMake: Fix resource_name variable name in __qt_propagate_generated_resourceAlexey Edelev2020-11-201-2/+2
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* CMake: add CMAKE_FIND_ROOT_PATH as extraPrefixDirs for androiddeployqtAssam Boudjelthia2020-11-201-0/+11
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-204-533/+284
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1