summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* QTimer: make both defaultTypeFor() methods constexpr and noexceptAhmad Samir2024-02-172-8/+12
* QMetaObject: consistently use QByteArray(View) in the implementationIvan Solovev2024-02-161-9/+9
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+3
* Disable NSUserDefaults initialization workaround on iOSTor Arne Vestbø2024-02-131-0/+2
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-122-6/+16
* Add virtual QObjectPrivate::writeToDebugStreamVolker Hilsheimer2024-02-102-4/+16
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-082-11/+19
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* core/gui: fix odr violationTim Blechmann2024-02-061-0/+3
* Fix usage of std::enable_if_t to SFINAE out QProperty APIsVolker Hilsheimer2024-02-032-15/+9
* Change license of .qdoc filesLucie Gérard2024-02-021-1/+1
* JNI: Don't use forwarding reference in ranged forVolker Hilsheimer2024-02-021-1/+1
* kernel: silence `-Wextra-semi`Tim Blechmann2024-02-021-1/+1
* QMetaObject: clean up includesAhmad Samir2024-02-011-11/+8
* Remove system locale dependency from timezone code that doesn't need itEdward Welbourne2024-02-011-2/+2
* JNI: fix declaration of ElementType in QJniArray::makeObjectArrayVolker Hilsheimer2024-01-311-1/+1
* JNI: pass POD parameters by valueVolker Hilsheimer2024-01-311-4/+4
* JNI: simplify implementation of native function wrappersVolker Hilsheimer2024-01-311-5/+3
* Bootstrap: remove QBitArrayMarc Mutz2024-01-312-0/+8
* QMetaObject: revert adding QMetaObject::indexOfEnumerator(QBAV)Ahmad Samir2024-01-303-12/+10
* QJniObject: fix signature of LocalFrame::newLocalRefVolker Hilsheimer2024-01-291-1/+1
* QJniArray: don't subclass QJniObjectVolker Hilsheimer2024-01-291-7/+16
* QJniArray: assert that source container is not too largeVolker Hilsheimer2024-01-291-0/+3
* QJniArray: make reverse-iterableVolker Hilsheimer2024-01-291-8/+24
* QJniArray: add missing post-increment operatorVolker Hilsheimer2024-01-291-0/+6
* QJniArray: add missing typedefsVolker Hilsheimer2024-01-291-7/+22
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-261-14/+17
* QMetaTypeModuleHelper: fix -Wweak-vtableMarc Mutz2024-01-252-2/+9
* Remove qfunctions_vxworks files and usage as it is no longer neededMarcin Zdunek2024-01-253-286/+0
* QObject: Let moveToThread return succcess stateChristian Ehrlicher2024-01-242-9/+13
* QJniArray: fix const_iterator declaration, make it default-constructibleVolker Hilsheimer2024-01-241-5/+7
* QJniArray: fix prototype of member functionsVolker Hilsheimer2024-01-231-5/+5
* QJniArray: add test case for QJniArray::sizeVolker Hilsheimer2024-01-231-1/+2
* invokeMethod: std::forward universal-ref argumentMårten Nordheim2024-01-201-1/+1
* QMetaObjectBuilder: Avoid arithmetic on null pointerFabian Kosmale2024-01-191-2/+2
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORTMatt Aber2024-01-191-1/+2
* QTest: remove static keyword from the new qWaitFor() chrono overloadAhmad Samir2024-01-191-1/+1
* QEventLoopLocker: use macro to implement move-ctorIvan Solovev2024-01-181-2/+1
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* QMetaType: Assert on consistency when unregisteringUlf Hermann2024-01-171-6/+15
* Remove foreach snippets from the documentationKai Köhne2024-01-161-5/+0
* Fix stub qt_jspi_resume_js() return valueMorten Sørvig2024-01-151-1/+2
* QObject: de-pessimize installEventFilter()Marc Mutz2024-01-151-3/+3
* QObject: Optimize removeEventFilterJarek Kobus2024-01-151-3/+5
* QObject: clarify docs wrt. member access following Q_OBJECT and coAhmad Samir2024-01-141-0/+11
* QObject: Make it clear we don't install duplicated event filtersJarek Kobus2024-01-111-0/+3
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+6
* QObject: re-add the nameless qt_qFindChildren_helper to restore BCThiago Macieira2023-12-211-0/+2
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-214-10/+62