summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-112-0/+13
* QFlags: add (named) explicit conversion from/to intGiuseppe D'Angelo2021-05-112-0/+21
* Purge QFILESYSTEMENTRY_NATIVE_PATH_IS_UTF16Karsten Heimrich2021-05-112-8/+2
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-113-24/+17
* Remove the broken qToVoidFuture() functionSona Kurazyan2021-05-101-6/+0
* Add hideSplashScreen() back temporarily to qjnihelpers_pAssam Boudjelthia2021-05-102-0/+10
* CMake: Allow passing arguments to tests/auto/cmake test commandAlexandru Croitor2021-05-101-2/+6
* PRIx macros: add missing \relates to the docsGiuseppe D'Angelo2021-05-101-0/+4
* CMake: Don't build cmake build tests as macOS universalAlexandru Croitor2021-05-101-0/+11
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-104-24/+75
* Move Android Extras as private APIs under qtbaseAssam Boudjelthia2021-05-103-0/+1293
* Add objectClass() and className() for QJniObjectAssam Boudjelthia2021-05-083-9/+37
* Simplify setAndroidSdkVersion in qjnihelpersAssam Boudjelthia2021-05-081-15/+3
* Move hideSplashScreen() from qjnihelpers_p to QNativeInterfaceAssam Boudjelthia2021-05-084-11/+18
* Remove unused functions in qjnihelpersAssam Boudjelthia2021-05-082-38/+0
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-075-1/+47
* QScopedPointer: remove doc mention of take()Giuseppe D'Angelo2021-05-061-3/+0
* Move JNI_OnLoad implementation to qjnihelpersAssam Boudjelthia2021-05-063-80/+36
* Add sdkVersion() to QNativeInterface::QAndroidApplicationAssam Boudjelthia2021-05-062-0/+12
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-061-9/+9
* QLocalSocket/Win: implement duplex communication in blocking modeAlex Trotsenko2021-05-062-59/+7
* Silence MSVC warning about int/size_t mismatchVolker Hilsheimer2021-05-061-2/+2
* Doc: Fix documentation warnings for QJni* classesTopi Reinio2021-05-056-42/+82
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-3/+3
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-051-6/+6
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-0511-4/+827
* QAbstractProxyModel: port to new property systemIvan Solovev2021-05-043-6/+96
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-044-20/+20
* Ensure setDateTime clears status also when shortEdward Welbourne2021-05-041-1/+3
* Delete less-than operator for QKeyCombinationVolker Hilsheimer2021-05-041-0/+2
* QUntypedBindable: Allow controlled access to internalsFabian Kosmale2021-05-042-0/+14
* Add QUntypedBindable::metaType functionFabian Kosmale2021-05-032-4/+31
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-032-6/+75
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-032-0/+80
* QJniEnvironment: extend APIIvan Solovev2021-05-032-5/+73
* QFlags::setFlag: don't go through Int, go through QFlags itselfGiuseppe D'Angelo2021-05-031-1/+1
* QCoreApplication::applicationFilePath: add ELF auxval supportThiago Macieira2021-05-021-4/+21
* QFlags: streamline some macrosGiuseppe D'Angelo2021-05-021-10/+6
* QFlags: remove the doc-only declaration of copy operationsGiuseppe D'Angelo2021-05-021-4/+0
* QFlags: kill Q_NO_TYPESAFE_FLAGSGiuseppe D'Angelo2021-05-021-13/+0
* QUrl: code tidiesGiuseppe D'Angelo2021-05-021-9/+9
* QRandom: enable a check also on MSVCGiuseppe D'Angelo2021-05-021-7/+2
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* QHash: disable the AES based one on the bootstrap libraryThiago Macieira2021-05-011-2/+2
* Add _qt_internal_wrap_tool_command to replace QT_TOOL_PATH_SETUP_COMMANDAlexey Edelev2021-04-301-0/+24
* Port QVariantAnimation to the new property systemSona Kurazyan2021-04-303-6/+35
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+4
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* QCoreApplication::applicationFilePath: remove redundant cleanPathThiago Macieira2021-04-301-2/+0
* QCoreApplication::applicationFilePath: don't check for existence twiceThiago Macieira2021-04-291-17/+7