summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create link from property overview documentation to bindable propertiesAndreas Buhr2021-04-271-1/+2
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-273-15/+97
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-273-24/+86
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-272-15/+65
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-17/+44
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-8/+11
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-6/+3
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-276-83/+307