summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* wasm: remove QEventLoop workaroundsMorten Sørvig2021-06-231-24/+0
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+31
* Silence a few warnings from excess semicolonsAllan Sandfeld Jensen2021-06-171-4/+4
* Universally pass QMetaType by valueUlf Hermann2021-06-174-1/+6
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-06-171-2/+17
* Fix crash in concurrent disconnectLars Knoll2021-06-172-21/+42
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-167-10/+94
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* Revert "Remove old Android code that have now has alternative public APIs"Jani Heikkinen2021-06-164-3/+2900
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-151-0/+25
* Add common internal macros to request jni objectsAssam Boudjelthia2021-06-151-0/+39
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-131-13/+13
* QObject: Fix memory leak in queued_activateFabian Kosmale2021-06-111-12/+34
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-114-2900/+3
* JNI: check if clazz is null before doing a jni callAssam Boudjelthia2021-06-101-8/+16
* JNI: state that findClass() returns a global refAssam Boudjelthia2021-06-101-11/+13
* Doc: Fix QVariant documentationKai Köhne2021-06-091-52/+51
* Revert "QMetaType: Don't normalize name which should already be normalized"Fabian Kosmale2021-06-091-2/+3
* QMetaType: Don't normalize name which should already be normalizedFabian Kosmale2021-06-081-3/+2
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-2/+11
* Android: Use the new runOnAndroidMainThread() callAssam Boudjelthia2021-06-072-3/+3
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-072-5/+7
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* QMetaType: Avoid instantiating QMetaType in Q_DECLARE_METATYPEFabian Kosmale2021-06-071-12/+8
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-074-0/+19
* Avoid unnecessary work when linking observersUlf Hermann2021-06-051-1/+1
* QProperty: Refresh the observers after evaluating bindingsUlf Hermann2021-06-041-8/+13
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+47
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-022-6/+46
* Simplify storing of notification objectsLars Knoll2021-06-013-7/+159
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-012-33/+8
* Q_DECLARE_METATYPE: Do not re-register typesFabian Kosmale2021-05-311-7/+20
* Fix qdoc warningsVolker Hilsheimer2021-05-271-1/+1
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-263-0/+26
* Android: fix missing includeMårten Nordheim2021-05-261-0/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-264-16/+16
* gcc 11: Adjust pragma warning placementFabian Kosmale2021-05-252-0/+16
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-211-1/+1
* Document that QProperty::subscribe might get executed deferredAndreas Buhr2021-05-201-6/+13
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Don't throw an exception on platforms with no permission APIAssam Boudjelthia2021-05-201-8/+21
* QEventDispatcherCF: avoid QFlags->int implicit castsGiuseppe D'Angelo2021-05-182-2/+2
* Make the exit() methods in QEventLoop and QThread be slotsThiago Macieira2021-05-171-1/+1
* Add isValid() call to QJniEnvironmentAssam Boudjelthia2021-05-172-0/+11