summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVariant: Use QMetaTypeInferface directlyFabian Kosmale2021-01-283-24/+63
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-3/+3
* Create bindable property overview documentationAndreas Buhr2021-01-281-54/+5
* Safer setting of interval in QTimerAndreas Buhr2021-01-281-2/+4
* Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS: Silence warnings properlyFabian Kosmale2021-01-271-5/+5
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-279-48/+2496
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-272-1/+42
* QBindable: add initial documentationFabian Kosmale2021-01-271-0/+72
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-272-4/+120
* QVariant: Do not destroy trivial typesFabian Kosmale2021-01-272-3/+8
* QTimer: port to new property systemIvan Solovev2021-01-262-8/+43
* QVariant: avoid superfluous QMetaType lookupFabian Kosmale2021-01-261-38/+38
* Add correct prefix for GHS compilerKimmo Ollila2021-01-251-0/+2
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-212-0/+19
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-182-3/+52
* QVariant::fromValue<T>: require T to be copy constructibleFabian Kosmale2021-01-181-0/+5
* QUntypedBindable: Add documentationFabian Kosmale2021-01-181-0/+113
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-151-3/+4
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10