summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDateTime{Parser,EditPrivate}: clean up initializationEdward Welbourne2021-06-031-6/+5
* Doc: mark private android classes as \preliminaryAssam Boudjelthia2021-06-031-0/+6
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-10/+44
* QProcess: refine 'Channel' structureAlex Trotsenko2021-06-032-19/+12
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-021-2/+6
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-023-8/+49
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2
* Fix QSettings documentationFriedemann Kleint2021-06-011-4/+6
* Simplify storing of notification objectsLars Knoll2021-06-013-7/+159
* Move QIdentityProxyModelPrivate out into its own headerMitch Curtis2021-06-013-37/+88
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-017-35/+15
* Rework resource finalizer approachAlexey Edelev2021-05-311-10/+9
* Introduce QProcessPrivate::closeChannels()Alex Trotsenko2021-05-314-15/+16
* Consolidate debug string generationAlex Trotsenko2021-05-315-132/+63
* Q_DECLARE_METATYPE: Do not re-register typesFabian Kosmale2021-05-311-7/+20
* QChar: mark as PRIMITIVE typeGiuseppe D'Angelo2021-05-311-1/+1
* Fix path of qmlimportscanner for AndroidKai Köhne2021-05-311-1/+1
* QFuture: remove incorrect sentence from docsGiuseppe D'Angelo2021-05-271-3/+0
* Fix qdoc warning after port to QPropertyVolker Hilsheimer2021-05-271-1/+1
* Fix qdoc warningsVolker Hilsheimer2021-05-273-3/+4
* QList: do some minor cleanups in the internal codeAndrei Golubev2021-05-272-2/+1
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-271-5/+44
* Clarify that QLoggingCategory works independent of compiler build typeKai Köhne2021-05-271-1/+8
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-13/+3
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-265-1/+179
* CMake: Fix finalizers not being run for android executablesAlexandru Croitor2021-05-261-1/+4
* CMake: Don't apply invalid infixes to INTERFACE librariesAlexandru Croitor2021-05-261-1/+3
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-261-7/+11
* Harmonize zoneMSecsToEpochMSecs() and localMSecsToEpochMSecs()Edward Welbourne2021-05-262-26/+27
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-263-165/+195
* Android: fix missing includeMårten Nordheim2021-05-261-0/+1
* Initialize SYSTEMTIME to {} instead of memset()ingAndreas Buhr2021-05-261-4/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-2621-63/+63
* Farewell Q_DISABLE_MOVEGiuseppe D'Angelo2021-05-262-19/+5
* Initialize SYSTEMTIME to {} instead of memset()ingEdward Welbourne2021-05-251-12/+6
* gcc 11: Adjust pragma warning placementFabian Kosmale2021-05-252-0/+16
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-251-18/+118
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-252-2/+8
* Remove unnecessary type conversionXiao YaoBing2021-05-251-2/+2
* QDateTime(Parser): code tidiesGiuseppe D'Angelo2021-05-252-22/+23
* Fix compilation for other compilersJanne Koskinen2021-05-241-0/+1
* QUrl: use QFlags::toInt / qToUnderlyingGiuseppe D'Angelo2021-05-231-8/+8
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-2/+15
* QRandomGenerator: let qt_initial_random_value() return 128 bits of dataThiago Macieira2021-05-234-29/+18
* QHash & QRandomGenerator: cooperate to provide a simpler initial seedThiago Macieira2021-05-234-11/+87
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-233-3/+9
* Mark QHashSeed::globalSeed() noexceptThiago Macieira2021-05-232-6/+9
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-233-36/+140
* QProcess/Unix: fix build in debug modeAlex Trotsenko2021-05-231-1/+1