summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add documentation links for some JNI entitiesAssam Boudjelthia2021-04-182-3/+5
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-143-62/+72
* Fix return type of QMetaType::sizeOf in documentationVolker Hilsheimer2021-04-071-1/+1
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-304-50/+50
* CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-261-1/+0
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-03-251-1/+1
* QProperty: markDirty should be internalFabian Kosmale2021-03-221-0/+3
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-1/+5
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-071-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-041-1/+1
* 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