summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Bootstrap: remove QDataStreamThiago Macieira2024-03-132-8/+11
* QVariant: use comparison helper macrosIvan Solovev2024-03-122-7/+9
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo2024-03-081-2/+2
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-061-1/+4
* Revert "Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORT"Marc Mutz2024-03-051-2/+1
* QCoreApplication: work around gcc 11.3 compiler bugChristian Ehrlicher2024-03-041-1/+1
* Mention QChronoTimer in API docsAhmad Samir2024-03-039-33/+46
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-0310-47/+83
* Q{Chrono}Timer: de-duplicate some codeAhmad Samir2024-03-033-12/+11
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-035-532/+333
* Copy QTimer source files to QChronoTimerAhmad Samir2024-03-032-0/+833
* QTimer: delegate more to the chrono overloadsAhmad Samir2024-03-022-34/+57
* QJniObject: use ctor delegation instead of construct+assignMarc Mutz2024-03-011-4/+9
* Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'Kai Köhne2024-02-292-3/+3
* JNI: support construction of QJniArray from std::initializer_listVolker Hilsheimer2024-02-262-2/+10
* QSingleShotTimer: use nanoseconds precisionAhmad Samir2024-02-233-19/+28
* JNI: Move QJniArray constructor into the class bodyVolker Hilsheimer2024-02-231-11/+4
* JNI: don't depend on Qt-specific container API in QJniArrayVolker Hilsheimer2024-02-231-11/+13
* JNI: Support QStringList as a parameter of native functionsVolker Hilsheimer2024-02-232-9/+37
* JNI: implement support for native functions taking a listVolker Hilsheimer2024-02-231-0/+27
* JNI: Support declared QtJniTypes in QJniArrayVolker Hilsheimer2024-02-221-3/+7
* Assert if CoUninitialize is called on wrong threadJøger Hansegård2024-02-212-0/+2
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-1/+1
* Documentation: Rename 'Qt Designer' to 'Qt Widgets Designer'Friedemann Kleint2024-02-191-1/+1
* 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