summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* Doc: Add CMake to the "Resource System" documentationJoerg Bornemann2021-05-162-4/+43
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-162-11/+3
* QDir: remove an unneeded QFlags->int conversionGiuseppe D'Angelo2021-05-161-6/+6
* QDir(Iterator): code tidiesGiuseppe D'Angelo2021-05-162-13/+13
* QDateTime: fix our oversight in Qt 6.0 not changing the ShortDataThiago Macieira2021-05-152-3/+11
* QFlags: add test(Any)Flag(s)Giuseppe D'Angelo2021-05-152-1/+42
* QFileDevice: code tidiesGiuseppe D'Angelo2021-05-141-2/+2
* native interface plumbing: Fix ambiguities with existing classes named TypeInfoFriedemann Kleint2021-05-141-3/+2
* QFileInfo: code tidiesGiuseppe D'Angelo2021-05-131-3/+3
* QDateTime: code tidiesGiuseppe D'Angelo2021-05-131-3/+5
* QMetaObjectBuilder: replace an int with QFlagsGiuseppe D'Angelo2021-05-131-3/+3
* QFlags::testFlag: code tidiesGiuseppe D'Angelo2021-05-131-1/+1
* Add tests for QAndroidApplication's sdkVersion and activityAssam Boudjelthia2021-05-131-4/+4
* QDebug: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* QAbstractItemModel::match: code tidiesGiuseppe D'Angelo2021-05-123-1/+3
* QLibrary: fix some implicit QFlags->int conversionsGiuseppe D'Angelo2021-05-122-3/+3
* QUrlTwoFlags: add support for operator&=, |=, ^= taking QFlagsGiuseppe D'Angelo2021-05-121-0/+6
* Rejig native interface plumbingTor Arne Vestbø2021-05-125-16/+98
* Implement QFileSystemEngine::createLink() on MS-WinKarsten Heimrich2021-05-123-49/+42
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+1
* Doc: Correctly mark QLocale::Territory as an aliasTopi Reinio2021-05-121-2/+2
* fix build for no feature futureLorn Potter2021-05-124-8/+13
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-113-21/+4
* QSFPM: make filterRegularExpression and filterCaseSensitivity bindableIvan Solovev2021-05-112-39/+133
* QSortFilterProxyModel: port to new property systemIvan Solovev2021-05-112-47/+192
* CMake: Walk link dependencies recursively to work out finalizersCraig Scott2021-05-111-7/+9
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* QFlags: add operator== and !=Giuseppe D'Angelo2021-05-112-0/+37
* CMake: Resurrect test_import_plugins cmake build testsAlexandru Croitor2021-05-111-3/+6
* Q_DECLARE_OPERATORS_FOR_FLAGS: also define operator&Giuseppe D'Angelo2021-05-111-0/+4
* QFlags: add operator& / &= overloads taking a QFlags objectGiuseppe D'Angelo2021-05-112-0/+16
* QFlags: plaster Q_IMPLICITGiuseppe D'Angelo2021-05-111-11/+11
* 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