summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix binding guard in property evaluationIvan Solovev2021-09-101-9/+9
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+2
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-233-12/+40
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-201-5/+33
* QMetaEnum: stop playing ping-pong with *okMarc Mutz2021-08-181-6/+2
* QMetaEnum: stop parsing when an invalid key is foundMarc Mutz2021-08-161-1/+1
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-3/+5
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-081-1/+9
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-082-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-082-40/+60
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-082-12/+11
* QProperty: Force inlining of addObserverFabian Kosmale2021-08-041-1/+1
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* QProperty: micro optimizationsFabian Kosmale2021-08-042-3/+8
* Avoid TLS access for groupUpdateDataFabian Kosmale2021-08-044-7/+23
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-044-1/+18
* QMetaType: auto-unregister converters and mutable views againMarc Mutz2021-08-041-8/+37
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-021-4/+2
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-304-282/+0
* QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim2021-07-301-13/+1
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-07-272-0/+11
* Move Android implementation of permissions API to QtAndroidPrivateTor Arne Vestbø2021-07-262-302/+0
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-232-15/+12
* Android: stop making throwing promisesGiuseppe D'Angelo2021-07-221-25/+1
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-161-1/+1
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-146-94/+102
* Fix qt_error_string() and QSystemError::string's lack of i18nThiago Macieira2021-07-081-2/+7
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* QObject: Fix memory leak in queued_activateFabian Kosmale2021-07-061-12/+34
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-07-061-2/+17
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-021-3/+0
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-014-2900/+3
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-251-4/+8
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-1/+1
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-197-10/+94
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-181-3/+10
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+31
* Fix crash in concurrent disconnectLars Knoll2021-06-172-21/+42
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* 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
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-114-2900/+3