summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-304-282/+0
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-5/+30
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-281-2/+2
* QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim2021-07-281-13/+1
* Deduplicate offset calculation in QMetaObjectBuilderIvan Tkachenko2021-07-271-1/+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-151-1/+1
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+11
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-156-94/+102
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-132-24/+64
* Move IsSequentialContainer tagging to the appropriate macroArno Rehn2021-07-121-10/+13
* QObject: make new-style-connects SFINAE-friendlyMarc Mutz2021-07-121-2/+8
* 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
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* macOS: Notify socket notifier on connection errorMorten Johan Sørvig2021-07-021-3/+11
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-014-2900/+3
* Doc: Add QEvent::Quit to the list of enum valuesVenugopal Shivashankar2021-07-011-0/+1
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-011-3/+0
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-4/+8
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-1/+1
* 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