summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-11-272-2/+2
* Add instructions to build documentationToni Saario2020-11-272-0/+42
* 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-273-3/+3
* 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-264-7/+7
* 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-268-42/+46
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-261-1/+1
* Use event cloning rather than copyingVolker Hilsheimer2020-11-261-1/+1
* CMake: Fix headersclean interaction with header only modulesAlexandru Croitor2020-11-261-12/+31
* Android: exclude faulty qfilesystemwatcher testAssam Boudjelthia2020-11-263-2/+7
* Android: exclude faulty tst_selftestsAssam Boudjelthia2020-11-263-2/+11
* CMake: Use cmake_language(DEFER) when available for scope finalizersAlexandru Croitor2020-11-262-14/+31
* Remove some examples from highlighted listVolker Hilsheimer2020-11-261-3/+0
* Android: fix tst_android testAssam Boudjelthia2020-11-262-3/+2
* CMake: Allow generating documentation for INTERFACE targetsAlexandru Croitor2020-11-261-2/+9
* CMake: Fix value of QMAKE_PRL_TARGET in generated .prl filesJoerg Bornemann2020-11-261-1/+1
* Update container overview documentation - section on growth strategiesAndreas Buhr2020-11-251-30/+14
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-2514-29/+511
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* 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-242-4/+4
* Fix tst_qfiledialog2 in case directory ~/foo existsAndreas Buhr2020-11-241-2/+2
* CMake: Restore QT_STAGING_PREFIX in qt-cmake-standalone-test generationAlexey Edelev2020-11-241-3/+12
* CMake: Rename QtBuildInternalsAndroid.cmake to QtAndroidHelpers.cmakeJoerg Bornemann2020-11-244-15/+5
* Fix tst_qlibrary after rebuildAndreas Buhr2020-11-242-2/+30
* Blacklist authenticationCacheAfterCancel on Ubuntu 20.04Alexandru Croitor2020-11-241-0/+4
* 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
* Fix tst_qlibrary by telling CMake about required librariesAndreas Buhr2020-11-241-0/+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
* Fix compiler warning about discarded return valueVolker Hilsheimer2020-11-231-1/+1
* 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-233-19/+29