summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Qt OpenGL docs and add porting docsv6.0.0-beta5Eskil Abrahamsen Blomfeldt2020-11-134-14/+114
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-134-7/+3
* Fix scaling of basic patterns under HiDPIAllan Sandfeld Jensen2020-11-133-5/+8
* Avoid false positives in Clang static analyzerDimitrios Apostolou2020-11-131-2/+6
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-122-7/+4
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-124-121/+112
* Android: fix configure help for --android-abisAssam Boudjelthia2020-11-121-2/+1
* CMake: Add support for -binary option for generated resourcesAlexey Edelev2020-11-126-20/+126
* CMake: fix running Android testsAssam Boudjelthia2020-11-122-8/+9
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-129-136/+31
* Don't highlight the QtConcurrent progress dialog exampleSona Kurazyan2020-11-121-2/+1
* Conditionally disable tests that depend on cxx11_future flagSona Kurazyan2020-11-122-0/+50
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+3
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+9
* QToolTip: don’t close again on Close eventMorten Johan Sørvig2020-11-121-1/+7
* Doc: Update the SQL types documentation with regards to the double typesAndy Shaw2020-11-121-18/+18
* QStringBuilder: change int to qsizetypeAndrei Golubev2020-11-121-11/+11
* Stop copying events in testsVolker Hilsheimer2020-11-126-60/+59
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-1212-542/+2
* CMake: pro2cmake: Reformat scripts using black8 againAlexandru Croitor2020-11-123-57/+98
* CMake: pro2cmake: Handle AUX_QML_FILES installationAlexandru Croitor2020-11-121-0/+65
* CMake: Fix Core -> Core dependency in static buildJoerg Bornemann2020-11-121-1/+1
* CMake: Add special processing of opengl configure optionAlexey Edelev2020-11-121-0/+5
* CMake: Fix configure arguments handlingAlexey Edelev2020-11-121-1/+1
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-124-13/+16
* Fix Qt SQL terminologyJerome Pasion2020-11-121-2/+2
* Windows QPA: Fix a warning about deprecated conversion of keysFriedemann Kleint2020-11-121-1/+1
* Improve QtConcurrent ImageScaling example to demo new featuresSona Kurazyan2020-11-1210-69/+620
* CMake: Do not set PKG_CONFIG_* environment variablesJoerg Bornemann2020-11-122-20/+0
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-1223-166/+49
* Android: Add the required linker flags for unwinding on armeabi-v7aAndy Shaw2020-11-121-0/+3
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-123-49/+10
* Doc: Fix documentation warnings for Qt OpenGLTopi Reinio2020-11-123-1/+8
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-1213-52/+52
* QStringTokenizer: fix a misuse of std::moveGiuseppe D'Angelo2020-11-121-2/+2
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-121-1/+1
* Reject `const T*`-convertible types in QCommonArrayOps::copyAppend<It>Andrei Golubev2020-11-112-2/+5
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-114-7/+14
* MSVC: enable identical COMDAT folding for release buildsYuhang Zhao2020-11-122-3/+3
* pro2cmake.py: support for PAST_MAJOR_VERSIONS in qml_modulesFawzi Mohamed2020-11-111-0/+5
* cmake: Handle exported namespace when computing depsTor Arne Vestbø2020-11-111-2/+2
* cmake: Handle genexes when computing dependsTor Arne Vestbø2020-11-111-1/+1
* CMake: Add mapping for qtquick3d's assimp libraryAlexandru Croitor2020-11-111-0/+9
* CMake: Potentially use INSTALL_LIBDIR in qt6_extract_metatypesAlexandru Croitor2020-11-111-2/+7
* QXmlStreamReader: don't store pointersMårten Nordheim2020-11-113-15/+28
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-112-3/+4
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-113-27/+26
* Doc: Add Qt6 QDBus porting guideKarsten Heimrich2020-11-111-1/+21
* Remove QTest::lastMouseButtonShawn Rutledge2020-11-112-4/+0
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-113-0/+34