summaryrefslogtreecommitdiffstats
path: root/src
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
* CMake: Add support for -binary option for generated resourcesAlexey Edelev2020-11-121-20/+48
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-125-115/+28
* Don't highlight the QtConcurrent progress dialog exampleSona Kurazyan2020-11-121-2/+1
* 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-121-8/+13
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-1212-542/+2
* 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-121-1/+2
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-1222-151/+44
* Doc: Fix documentation warnings for Qt WidgetsTopi Reinio2020-11-122-1/+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
* 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-111-1/+1
* 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-112-0/+22
* Doc: Add Qt6 XML porting guideKarsten Heimrich2020-11-111-1/+71
* cmake: Fix genex syntax error for iOS entrypointTor Arne Vestbø2020-11-101-1/+1
* Build Qt (and client apps using it) with /permissive-Giuseppe D'Angelo2020-11-101-1/+1
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-108-39/+41
* Simplify Q*ArrayOps emplace() signatureAndrei Golubev2020-11-101-19/+18
* MinGW: Fix compile error in qlocale_win.cppFriedemann Kleint2020-11-101-3/+3
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-106-178/+34
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-103-14/+14
* Silence "same window" warning when QPA doesn't give touch dest windowShawn Rutledge2020-11-101-6/+4
* Reset the velocity Kalman filter when the mouse enters a windowShawn Rutledge2020-11-101-0/+12
* Android: fix android java and templates targets with -developer-buildAssam Boudjelthia2020-11-102-5/+15
* Move iOS entrypoint logic to entrypoint libraryTor Arne Vestbø2020-11-105-47/+75
* Remove custom logic for writing entrypoint implementation priTor Arne Vestbø2020-11-102-21/+15
* CMake: Fixup outdated configure.cmake filesAlexandru Croitor2020-11-101-8/+1
* CMake: Fix qtbase cmake tests to pass when configured in-treeAlexandru Croitor2020-11-101-1/+4