summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-306-0/+301
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-283-5/+15
* qfloat16: add support for native _Float16 (C2x extended floating point)Thiago Macieira2022-11-281-2/+2
* QObject: stronger warning about isSignalConnected and threadsVolker Hilsheimer2022-11-261-13/+20
* Fix typo in documentation for QVariant::nameToTypeNicolas Fella2022-11-251-1/+1
* Add permission backend for WASMTor Arne Vestbø2022-11-241-0/+278
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-2/+2
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-162-1/+13
* QTimerInfo/Unix: use chrono for time arithmeticAhmad Samir2022-11-111-5/+9
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-092-0/+170
* QVariant: add support for numeric comparisons for char16_t and char32_tThiago Macieira2022-11-091-1/+7
* QVariant: fix comparison of enums to numericsThiago Macieira2022-11-091-4/+38
* QVariant: simplify getting integer contents by using the type sizeThiago Macieira2022-11-091-40/+31
* QVariant: move the NaN comparison into the spaceShip functionThiago Macieira2022-11-091-2/+4
* QVariant: use QPartialOrdering for the internal comparison functionsThiago Macieira2022-11-091-33/+16
* QVariant: merge the equality and ordering compare functionsThiago Macieira2022-11-091-36/+2
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-091-49/+30
* QVariant: get rid of output argument to qConvertTo{Real,}NumberThiago Macieira2022-11-091-63/+41
* Update the poll-exit-on-error code: include the message for everyoneThiago Macieira2022-11-081-5/+3
* Update the poll-exit-on-error feature to be privateThiago Macieira2022-11-081-1/+1
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-071-1/+1
* QEventDispatcherUNIX: remove unused includeThiago Macieira2022-11-051-1/+0
* QMetaType: Document the default ctorMårten Nordheim2022-11-051-0/+7
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-033-2/+134
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-034-9/+9
* Long live QPermissions!Tor Arne Vestbø2022-11-015-0/+885
* QProperty: only use MSVC bug workaround on MSVCFabian Kosmale2022-10-311-1/+10
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-4/+5
* Use consteval in QT_PROPERTY_DEFAULT_BINDING_LOCATIONPatrick Stewart2022-10-251-1/+7
* QProperty: Update documentation to reflect eager evaluationFabian Kosmale2022-10-251-159/+182
* Emit aboutToQuit from QCoreApplication::exit() instead of execCleanup()Tor Arne Vestbø2022-10-231-4/+6
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2111-38/+38
* QWinRegistryKey: fix assert when querying default valueYuhang Zhao2022-10-211-2/+3
* Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORTTor Arne Vestbø2022-10-192-1/+7
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-191-0/+45
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"Mårten Nordheim2022-10-171-11/+1
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-8/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-117-9/+9
* QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
* QSharedMemory/doc: update docs to be more modernThiago Macieira2022-10-111-17/+95
* Add a configure option to exit on poll errorsDominik Holland2022-10-111-0/+4
* QSystemSemaphore: make it a Q_GADGETThiago Macieira2022-10-102-0/+4
* QPrivateSignal: disable implicit conversions from initializer_listGiuseppe D'Angelo2022-10-101-1/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-32/+45
* qpoll: disallow file descriptors bigger than FD_SETSIZEThiago Macieira2022-10-101-0/+5
* Replace qExchange with std::exchangeMarc Mutz2022-10-072-4/+4
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-071-6/+6
* Fix indentation in QSharedMemory docsTor Arne Vestbø2022-10-061-42/+41