summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-028-127/+306
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* CMake: Bump project versionsAlexandru Croitor2021-08-022-2/+2
* QByteArray::number/setNum(double): Reverse dependencyMårten Nordheim2021-08-021-30/+27
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-012-5/+3
* QLocalSocket: always open outer QIODevice in unbuffered modeAlex Trotsenko2021-08-012-1/+3
* QIODevice: allow subclasses to enforce unbuffered modeAlex Trotsenko2021-08-011-9/+16
* Register mouse devices on cocoaShawn Rutledge2021-08-016-4/+52
* Update QAbstractItemModelTester::FailureReportingMode documentationTor Arne Vestbø2021-08-011-2/+1
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-014-60/+84
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-013-2/+3
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* QUuid: port to QAnyStringViewMarc Mutz2021-07-304-42/+56
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-302-9/+8
* Remove mention of permission api in http exampleAssam Boudjelthia2021-07-301-8/+0
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-306-423/+33
* Correct a #include in a comment in qglobal.hEdward Welbourne2021-07-301-1/+1
* Add a few more cases to the QString::number(double) testMårten Nordheim2021-07-301-0/+4
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-305-60/+22
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-298-63/+64
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-294-20/+29
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-291-16/+20
* CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor2021-07-299-8/+124
* CMake: Fix MoltenVK headers to be found on macOSAlexandru Croitor2021-07-291-0/+13
* testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø2021-07-2913-265/+33
* QByteArray: extend unit testsIvan Solovev2021-07-292-27/+687
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-292-9/+33
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-292-6/+31
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-291-5/+64
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* QString benchmark: don't use %lsMårten Nordheim2021-07-291-1/+1
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+1
* Update float16 part of TestLib selftestEdward Welbourne2021-07-288-3168/+15
* CMake: Bump min required CMake version for shared Qt builds to 3.16Alexandru Croitor2021-07-283-3/+6
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-284-17/+26
* tests: fix some -WvolatileMarc Mutz2021-07-2810-20/+109
* [qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella2021-07-281-0/+2
* Provide new code paths for OpenSSL v3Timur Pocheptsov2021-07-285-157/+275
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-2820-82/+72
* Doc: Fix link errors in qmake manualNico Vertriest2021-07-281-4/+5
* QSysInfo: Delete pre-windows 10 codeMårten Nordheim2021-07-281-28/+4
* io: Remove version checks for versions below Win 10Mårten Nordheim2021-07-283-77/+37
* QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim2021-07-281-13/+1
* QtCore: clean up API removalsMarc Mutz2021-07-283-7/+7
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-283-93/+15
* QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointerMarc Mutz2021-07-285-11/+11