summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-262-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
* 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
* Do not make QTimer::interval bindableFabian Kosmale2021-02-162-15/+4
* Mark QPropertyAlias as internalFabian Kosmale2021-02-161-0/+2
* Fix docs misuse of escape character \Assam Boudjelthia2021-02-121-2/+2
* Refactor duplicate code for clearing JNI exceptions before returningAssam Boudjelthia2021-02-111-80/+43
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-111-3/+4
* Documentation improvements to JNI APIAssam Boudjelthia2021-02-093-249/+329
* 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
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-1/+24
* Remove outdated comment and unnecessary initialization callAndreas Buhr2021-01-091-1/+0
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Doc: Fix \sa statement link errorNico Vertriest2021-01-071-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-195/+0
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-24/+40
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-061-1/+1
* qt_qFindChild(ren)_helper: remove pointless checksGiuseppe D'Angelo2021-01-041-6/+5
* Add some comments to clarify meaning of observers in property systemAndreas Buhr2020-12-211-3/+3
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* QProperty add markdirtyFabian Kosmale2020-12-184-0/+76
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-172-9/+8
* Q_OBJECT_BINDABLE_PROPERTY: Silence warnings properlyFabian Kosmale2020-12-171-5/+4
* Bindable property with initializationIvan Solovev2020-12-173-2/+48