summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-042-3/+14
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-042-12/+3
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* QMetaType: auto-unregister converters and mutable views againMarc Mutz2021-08-041-8/+37
* QFsFileEngine: avoid triple(quadruple) lookup of the same keyMarc Mutz2021-08-042-7/+9
* Doc: Fix warnings about undocumented enum and parametersNico Vertriest2021-08-032-2/+6
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-037-201/+175
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-023-4/+25
* QCollator/Win: Remove WinRT remnantsThiago Macieira2021-08-022-28/+1
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-022-5/+6
* Use correct MSVC runtime library for targets created by qt_add_*()Li Xinwei2021-08-031-0/+3
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-031-1/+1
* 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-027-127/+257
* 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-021-1/+1
* 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-012-57/+79
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-012-2/+0
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* QUuid: port to QAnyStringViewMarc Mutz2021-07-303-42/+51
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-302-9/+8
* 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
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-305-60/+22
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-292-16/+25
* CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor2021-07-292-4/+8
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-5/+30
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* 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-282-0/+90
* [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-2810-38/+46
* 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