summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge integration refs/builds/qtci/dev/1616701589Qt CI Bot2021-03-251-0/+93
|\
| * Add documentation for internal Q_OBJECT_COMPUTED_PROPERTYAndreas Buhr2021-03-251-0/+93
* | Merge integration refs/builds/qtci/dev/1616690051Qt CI Bot2021-03-254-3/+37
|\ \ | |/ |/|
| * Introduce QMetaObject::metaTypeFabian Kosmale2021-03-254-3/+37
* | Merge integration refs/builds/qtci/dev/1616682375Qt CI Bot2021-03-251-0/+4
|\ \
| * | Add example to QObjectBindableProperty change handler docsAndreas Buhr2021-03-251-0/+4
| |/
* | Merge integration refs/builds/qtci/dev/1616675134Qt CI Bot2021-03-251-1/+0
|\ \ | |/ |/|
| * CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-251-1/+0
* | Add documentation for internal Q_OBJECT_COMPAT_PROPERTYAndreas Buhr2021-03-251-0/+63
|/
* QMetaTypeInterface: Do not make member itself constFabian Kosmale2021-03-221-1/+1
* QWinRTFunctions::await: Return proper error in case of timeoutOliver Wolff2021-03-221-3/+3
* QMetaObjectBuilder: remove unused serialization codeFabian Kosmale2021-03-202-275/+0
* make qmljsDebugargumentsstring() and forceOpen() constPeng Wenhao2021-03-131-1/+1
* QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-112-4/+0
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-1/+5
* Doc: Fix warnings on qproperty.cppTopi Reinio2021-03-101-18/+22
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-051-0/+23
* Simplify code, remove redundant conditionWang Yicun2021-03-052-6/+2
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-031-1/+1
* Initialize out-variableVolker Hilsheimer2021-03-031-1/+1
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-262-0/+4
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-251-6/+8
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-252-30/+9
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* Re-order includes in qjniobject.cppAssam Boudjelthia2021-02-221-1/+2
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-203-4/+71
* Mark QSocketNotifier::activated(int) QT_MOC_COMPATMårten Nordheim2021-02-181-1/+1
* Fix some qdoc-warnings for 6.1Friedemann Kleint2021-02-182-1/+7
* QMetaType::id: add fastpathFabian Kosmale2021-02-182-13/+22
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-4/+4
* Mark QPropertyAlias as internalFabian Kosmale2021-02-151-0/+2
* QPropertyBindingPrivate: Support QQmlProperyBindingFabian Kosmale2021-02-153-2/+10
* QPropertyBindingPrivate: Add further support code for QMLFabian Kosmale2021-02-151-2/+15
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* Fix minor documentation typos in bindable propertiesJuha Vuolle2021-02-151-1/+1
* Fix docs misuse of escape character \Assam Boudjelthia2021-02-121-2/+2
* remove friend class of QClassFactory for QCoreApplicationJiDe Zhang2021-02-111-1/+0
* Refactor duplicate code for clearing JNI exceptions before returningAssam Boudjelthia2021-02-111-80/+43
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-111-3/+4
* macOS: Initialize standard NSUserDefaults as early as possibleTor Arne Vestbø2021-02-111-0/+15
* Documentation improvements to JNI APIAssam Boudjelthia2021-02-093-249/+329
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-02-051-1/+1
* QMetaType: avoid id() calls in compareFabian Kosmale2021-02-052-41/+51
* De-const the members of QHypotHelper to enable assignment operatorsEdward Welbourne2021-02-031-1/+1
* Add method to conditionally remove binding to QObjectCompatPropertyAndreas Buhr2021-02-031-0/+10
* Fix QJniObject::registerNativeMethods use of global referenceAssam Boudjelthia2021-02-021-4/+3
* Do delete on QMetaType::destroy() even without dtorUlf Hermann2021-02-011-2/+3
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-6/+0
* QEventDispatcherGlib: do not omit active notifiers on source dispatchingAlex Trotsenko2021-01-291-2/+8