summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-2021-130/+2
* QOpenGLBuffer: remove unused include of QScopedPointerMarc Mutz2022-07-201-1/+0
* Long live QT6_{DECL,IMPL,CALL}_NEW_OVERLOAD!Marc Mutz2022-07-204-1/+46
* Port qt_getJustfication* functions to qsizetypeMarc Mutz2022-07-201-3/+3
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* QEventDispatcherCoreFoundation: fix #include moc location in the fileThiago Macieira2022-07-201-2/+2
* QLocale: #include <QList>Thiago Macieira2022-07-201-7/+7
* JNI: match the declaration from jni.hThiago Macieira2022-07-201-1/+1
* QMutex: limit moreStress test to idealThreadCount threadsVolker Hilsheimer2022-07-201-5/+7
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-192-3/+8
* QColorTransform: remove unimplemented function from the private classVolker Hilsheimer2022-07-191-1/+0
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-193-7/+14
* CMake: Introduce QT_DEBUG_FIND_PACKAGE for troubleshootingAlexandru Croitor2022-07-183-4/+59
* CMake: Suggest hints on how to debug missing packagesAlexandru Croitor2022-07-186-15/+51
* CMake: Allow setting Qt6_DIR to find packages when not cross-compilingAlexandru Croitor2022-07-181-0/+2
* CMake: Display reason when a Qt*Tools package is not foundAlexandru Croitor2022-07-181-0/+4
* CMake: Don't propagate REQUIRED to find_dependency / find_packageAlexandru Croitor2022-07-183-3/+8
* CMake: Clarify if an optional or required Qt component is not foundAlexandru Croitor2022-07-181-2/+2
* CMake: Don't search for next Qt component if a required one is missingAlexandru Croitor2022-07-181-0/+1
* CMake: Remove custom Qt6 3rd party dependency implementationAlexandru Croitor2022-07-182-48/+7
* CMake: Rename _qt_internal_find_dependencies to something less genericAlexandru Croitor2022-07-183-3/+12
* CMake: Extract package dependency finding into functionsAlexandru Croitor2022-07-183-96/+82
* CMake: Remove dead codeAlexandru Croitor2022-07-181-1/+1
* cmake: Pick up project and target version when setting bundle versionsTor Arne Vestbø2022-07-181-2/+25
* cmake: Set CURRENT_PROJECT_VERSION and MARKETING_VERSION for Xcode projectsTor Arne Vestbø2022-07-181-4/+24
* Fusion: better support dark themes in the dialVolker Hilsheimer2022-07-171-2/+6
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* QCborValue: free container memory in case of parsing failureThiago Macieira2022-07-161-1/+5
* QCborValue: attempt a bit of exception-safety around QList::reserveThiago Macieira2022-07-161-12/+16
* QCborValue: further clamp down on memory allocation for CBOR streamsThiago Macieira2022-07-161-11/+28
* Fix QPointerEvent::allPointsGrabbed()Shawn Rutledge2022-07-171-2/+3
* forkfd: implement vfork(2)-like support on LinuxThiago Macieira2022-07-165-67/+180
* Fix losing grip on dragged window on WASMMikolaj Boc2022-07-161-1/+1
* Introduce new traits constant for determining if type is a gadgetMikolaj Boc2022-07-161-1/+4
* tst_qnetworkreply: replace server.pem/key pairTimur Pocheptsov2022-07-152-35/+45
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-157-229/+207
* Rename the <module>_timestamp target to <module>_pri_dep_timestampAlexey Edelev2022-07-152-2/+2
* Fix build with the disabled 'translation' featureAlexey Edelev2022-07-151-1/+1
* Addressbook example: port to QLatin1StringViewIvan Solovev2022-07-151-3/+5
* QGraphicsProxyWidget: make tolerance in mapToGlobal test at least 4Volker Hilsheimer2022-07-151-1/+1
* QXmlStreamReader: fix C++20 buildGiuseppe D'Angelo2022-07-151-1/+1
* Styles: fix typos in the docLaszlo Papp2022-07-151-4/+4
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-152-1/+8
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-145-0/+50
* GroupBox example: port away from using deprecated QAction::setMenu()Ivan Solovev2022-07-141-3/+1
* QGraphicsWidget: skip test if graphics view fails to showVolker Hilsheimer2022-07-141-1/+2
* Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"Tor Arne Vestbø2022-07-143-13/+1
* QGraphicsProxyWidget: make tolerance for errors depend on DPIVolker Hilsheimer2022-07-141-2/+3
* Add new mkspecs device for Raspberry Pi 4 (64-bit)Umair Raihan2022-07-142-0/+33
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-07-141-3/+8