summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Schannel: define QT_NO_CAST_FROM_ASCIIMårten Nordheim2023-06-141-0/+2
* Fix jsHaveJspi so that it works without Asyncify definedMikolaj Boc2023-06-141-1/+1
* QOrderedMutexLocker: plaster with [[nodiscard]]Marc Mutz2023-06-141-2/+6
* macOS: Use submenuAction: as action for sub-menu menu itemsTimur Pocheptsov2023-06-132-1/+18
* QNetworkInfo[win]: Explicitly link with oleaut32Mårten Nordheim2023-06-131-0/+1
* QStringBuilder: allow to be used with 'auto' keywordVladimir Belyavsky2023-06-131-18/+38
* QGtk3Interface: Explicitly add monospace font providerAxel Spoerl2023-06-131-1/+2
* QCoreApplication: port processEvents() to QDeadlineTimerAhmad Samir2023-06-132-6/+23
* QSignalBlocker: plaster with [[nodiscard]]Marc Mutz2023-06-131-1/+4
* QSemaphoreReleaser: plaster with [[nodiscard]]Marc Mutz2023-06-131-1/+5
* rhi: metal: Fix a leftover version checkLaszlo Agocs2023-06-131-4/+4
* rhi: Add missing enum to QShader docsLaszlo Agocs2023-06-131-1/+30
* doc: Remove bogus step in font resolution algorithmEskil Abrahamsen Blomfeldt2023-06-131-2/+0
* Android: Restore the default QSettings path to the .config directoryBartlomiej Moskal2023-06-131-12/+28
* QSemaphore: drop unneeded unnamed namespace around QtSemaphorePrivateMarc Mutz2023-06-131-2/+2
* Fix no-op emission of QComboBox::currentTextChangedAxel Spoerl2023-06-132-4/+18
* wasm: add iOS to platform detectionLorn Potter2023-06-133-5/+6
* QMacCGContext::initialize: Handle QPixmap without platform pixmapTim Jenssen2023-06-121-5/+8
* Deprecate some older Apple platform definesTor Arne Vestbø2023-06-122-17/+22
* QtCore: Remove std::mutex and std::condition_variable fallbacksThiago Macieira2023-06-125-114/+16
* Remove flattreeview exampleVolker Hilsheimer2023-06-121-0/+5
* Adapt WASM event dispatcher to use JSPI, if availableMikolaj Boc2023-06-123-8/+69
* Fix for QQuaternion normalize when length > 1Paul Olav Tvete2023-06-121-3/+1
* wasm: expose windows before delivering updatesMorten Sørvig2023-06-121-4/+9
* Bump version to 6.7.0Jani Heikkinen2023-06-123-3/+5
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-1212-44/+44
* Short live q20::iter_reference_tMarc Mutz2023-06-121-0/+10
* Short live q20::type_identityMarc Mutz2023-06-121-0/+13
* QVariant::value/qvariant_cast: add rvalue optimizationFabian Kosmale2023-06-122-2/+38
* Q{Any,}StringView: optimize lengthHelperContainer for the runtimeThiago Macieira2023-06-114-35/+66
* Short-live qIsConstantEvaluated()Thiago Macieira2023-06-113-13/+23
* Q{Any,}StringView: remove the GCC-specific compile-time contentThiago Macieira2023-06-112-17/+5
* QFactoryLoader: add assert and explicitly cast to intAhmad Samir2023-06-111-2/+4
* rhi: Don't check m_format in QRhiSwapChain::hdrInfo()Tor Arne Vestbø2023-06-114-18/+3
* rhi: Only report HDR as supported if maxPotentialColorComponentValue > 1Tor Arne Vestbø2023-06-112-2/+17
* rhi: Add QRhiSwapChainHdrInfo::maxPotentialColorComponentValueTor Arne Vestbø2023-06-113-3/+10
* rhi: Pick up HDR maxColorComponentValue from UIScreen if availableTor Arne Vestbø2023-06-111-12/+14
* QMetaCallEvent::create: pass arguments by const refVolker Hilsheimer2023-06-111-2/+2
* Fix segfault when using qfuture continuations with move only typesAhmed Essam2023-06-101-1/+0
* QTimerInfoList: improve class encapsulationAhmad Samir2023-06-103-5/+18
* QTimerInfoList: cleanupAhmad Samir2023-06-102-86/+4
* QTimerInfoList/Unix: use chrono::steady_clock::time_pointAhmad Samir2023-06-104-67/+64
* Android: improve screen size and physical size calculationAssam Boudjelthia2023-06-102-22/+49
* QProcess/Unix: capture the child process modifier exception's what()Thiago Macieira2023-06-091-16/+10
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-094-53/+105
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-093-8/+18
* QProcess/Unix: call the internal version of sigaction()Thiago Macieira2023-06-091-4/+51
* QProcess/Unix: reset the signal block if ResetSignalHandlers requestedThiago Macieira2023-06-091-0/+5
* QPixmapCache: deprecate replace()Marc Mutz2023-06-103-29/+29
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-5/+15