summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump the type info version in qhooks.cppv6.0.0-rc2Lars Knoll2020-12-011-1/+1
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-012-6/+12
* Doc: Fix QVector[2|3|4]D documentationTopi Reinio2020-12-011-84/+57
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-014-27/+36
* Fix perfect forwarding of callables in QFuture's continuationsSona Kurazyan2020-12-012-28/+40
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-11-302-10/+6
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-301-2/+1
* CMake: Fix resource object file paths in prl files for prefix buildsAlexandru Croitor2020-11-301-0/+11
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-302-8/+4
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-11-272-2/+2
* Inline the fast path for removeBinding()Lars Knoll2020-11-272-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-271-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-273-18/+37
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-272-4/+8
* Inline access to the QBindingStorageLars Knoll2020-11-277-40/+44
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-273-118/+80
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-273-22/+11
* Rename Application ExampleVolker Hilsheimer2020-11-271-1/+1
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-261-1/+1
* Fix broken \endcode marker in Qt 6 porting docsFlorian Bruhin2020-11-261-1/+1
* Remove some examples from highlighted listVolker Hilsheimer2020-11-261-3/+0
* Document removal of QEvent copyingVolker Hilsheimer2020-11-251-0/+39
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-258-26/+351
* Fix link to Qt OpenGL C++ classesVolker Hilsheimer2020-11-251-1/+1
* CMake: Use lower cased property name for entrypoint library opt-outAlexandru Croitor2020-11-241-2/+2
* Re-fix the definition of primitive typesv6.0.0-rc1Giuseppe D'Angelo2020-11-241-1/+1
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-242-38/+38
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-242-0/+6
* Doc: Update CMake functions in Qt Core for Qt 6Kai Koehne2020-11-247-494/+115
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-243-80/+12
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1
* Revert "QChar: assert on illegal construction"Kai Koehne2020-11-211-2/+2
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Fix safe conversionAllan Sandfeld Jensen2020-11-211-4/+11
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-211-1/+4
* QWin32PrintEngine: fix compilationAlex Trotsenko2020-11-211-2/+0
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-211-1/+3
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* CMake: Fix build of plugins/styles/mac using PCHCristian Adam2020-11-201-0/+7
* CMake: Fix resource_name variable name in __qt_propagate_generated_resourceAlexey Edelev2020-11-201-2/+2
* 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
* Update docs about how to configure OpenSSLKai Koehne2020-11-191-7/+6
* Android: use extraPrefixDirs with qmlimportscannerAssam Boudjelthia2020-11-191-2/+12
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* Doc: Fix documentation warnings for Qt TestTopi Reinio2020-11-194-4/+12
* Doc: Qt GUI: Fix custom module headerTopi Reinio2020-11-193-13/+10