summaryrefslogtreecommitdiffstats
path: root/.cmake.conf (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-02rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs8-127/+306
2021-08-02Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig1-3/+10
2021-08-02macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø3-84/+30
2021-08-02CMake: Bump project versionsAlexandru Croitor2-2/+2
2021-08-02QByteArray::number/setNum(double): Reverse dependencyMårten Nordheim1-30/+27
2021-08-01Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2-5/+3
2021-08-01QLocalSocket: always open outer QIODevice in unbuffered modeAlex Trotsenko2-1/+3
2021-08-01QIODevice: allow subclasses to enforce unbuffered modeAlex Trotsenko1-9/+16
2021-08-01Register mouse devices on cocoaShawn Rutledge6-4/+52
2021-08-01Update QAbstractItemModelTester::FailureReportingMode documentationTor Arne Vestbø1-2/+1
2021-08-01QIODevice: rework validation policy for read() functionsAlex Trotsenko4-60/+84
2021-08-01QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko3-2/+3
2021-07-31QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko1-3/+3
2021-07-30QUuid: port to QAnyStringViewMarc Mutz4-42/+56
2021-07-30QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2-9/+8
2021-07-30Remove mention of permission api in http exampleAssam Boudjelthia1-8/+0
2021-07-30Remove app permission API from QCoreApplicationAssam Boudjelthia6-423/+33
2021-07-30Correct a #include in a comment in qglobal.hEdward Welbourne1-1/+1
2021-07-30Add a few more cases to the QString::number(double) testMårten Nordheim1-0/+4
2021-07-30Remove Windows 7, 8, and 8.1 codepathsOliver Wolff5-60/+22
2021-07-30Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao1-29/+5
2021-07-29testlib: Regenerate test expectationsTor Arne Vestbø8-63/+64
2021-07-29testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø4-20/+29
2021-07-29testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø1-16/+20
2021-07-29CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor9-8/+124
2021-07-29CMake: Fix MoltenVK headers to be found on macOSAlexandru Croitor1-0/+13
2021-07-29testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø13-265/+33
2021-07-29QByteArray: extend unit testsIvan Solovev2-27/+687
2021-07-29QByteArray: fix indexOf/lastIndexOfIvan Solovev2-9/+33
2021-07-29QPrivateSlotBase: add empty base class optimizationMarc Mutz2-6/+31
2021-07-29Fix QString test compilation without QRegularExpressionIvan Solovev1-5/+64
2021-07-29QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz1-1/+4
2021-07-29QString benchmark: don't use %lsMårten Nordheim1-1/+1
2021-07-29tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov1-0/+1
2021-07-28Update float16 part of TestLib selftestEdward Welbourne8-3168/+15
2021-07-28CMake: Bump min required CMake version for shared Qt builds to 3.16Alexandru Croitor3-3/+6
2021-07-28Doc: Fix typo Ctr -> CtrlAlexander Volkov1-1/+1
2021-07-28QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz4-17/+26
2021-07-28tests: fix some -WvolatileMarc Mutz10-20/+109
2021-07-28[qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella1-0/+2
2021-07-28Provide new code paths for OpenSSL v3Timur Pocheptsov5-157/+275
2021-07-28QDirIterator: add nextFileInfo()Marc Mutz20-82/+72
2021-07-28Doc: Fix link errors in qmake manualNico Vertriest1-4/+5
2021-07-28QSysInfo: Delete pre-windows 10 codeMårten Nordheim1-28/+4
2021-07-28io: Remove version checks for versions below Win 10Mårten Nordheim3-77/+37
2021-07-28QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim1-13/+1
2021-07-28QtCore: clean up API removalsMarc Mutz3-7/+7
2021-07-28QMenuBar: remove addAction() functionsMarc Mutz3-93/+15
2021-07-28QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointerMarc Mutz5-11/+11
2021-07-28Doc: Add missing commaPaul Wicking1-1/+1