summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QCoreApplication::applicationFilePath: simplify by merging some codeThiago Macieira2021-04-291-16/+14
* QCoreApplication::applicationDirPath/Linux: use /proc/selfThiago Macieira2021-04-291-1/+1
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-291-1/+1
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-291-8/+8
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-3/+0
* Handle invalid system zone case when falling back from time_t functionsEdward Welbourne2021-04-291-26/+30
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-2/+6
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-281-3/+9
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-283-31/+58
* Doc: Remove mention of no longer supported formatPaul Wicking2021-04-271-3/+1
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53