summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-081-2/+3
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* Fix crash in concurrent disconnectLars Knoll2021-06-172-21/+42
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* Doc: Fix QVariant documentationKai Köhne2021-06-101-52/+51
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-281-6/+6
* Add documentation links for some JNI entitiesAssam Boudjelthia2021-05-282-3/+5
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-2/+6
* Silence MSVC warning about int/size_t mismatchVolker Hilsheimer2021-05-061-2/+2
* Doc: Fix warnings on qproperty.cppTopi Reinio2021-05-061-18/+22
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-271-1/+9
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-272-3/+9
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-233-681/+708
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-153-62/+72
* QCoreApplication: improve docs on exit() and quit() thread-safetyThiago Macieira2021-04-091-1/+14
* QCoreApplication::exit: make it a slotThiago Macieira2021-04-091-1/+1
* 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