summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-106-4805/+4835
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-172/+174
* Don't quit application if we're not in execTor Arne Vestbø2021-11-091-0/+3
* Doc: Move Q_OBJECT_COMPUTED_PROPERTY to QObjectComputedPropertyLuca Di Sera2021-11-091-1/+1
* qoperatingsystemversion_win: fix thread raceMårten Nordheim2021-11-081-3/+4
* Make sure that all plugin targets are built before deploying to AndroidAlexey Edelev2021-11-082-2/+18
* QCoreApplication: document the app's bindir is in libraryPaths()Thiago Macieira2021-11-061-4/+5
* Extract Header qbindingstorage.hMarc Mutz2021-11-053-62/+120
* QByteArrayList: fix narrowing in join() implementations [1/2]Marc Mutz2021-11-052-8/+13
* Suppress rc.exe default outputKai Köhne2021-11-041-2/+10
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-11-041-4/+6
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-041-3/+6
* QMultiHash: Add forgotten documentationMårten Nordheim2021-11-031-6/+16
* qoperatingsystemversion_win: cache the retrieved versionYuhang Zhao2021-11-031-6/+8
* Add Android qml staging prefix to qml import pathsAlexey Edelev2021-11-021-0/+7
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-024-35/+6
* Add warning about QCoreApplication deferred deleteMichal Klocek2021-11-011-0/+4
* Match documentation of shared pointers to new definitionsAllan Sandfeld Jensen2021-11-011-4/+8
* Fix target existence check in qt6_android_generate_deployment_settingsAlexey Edelev2021-10-291-1/+1
* QVarLengthArray: Add explicit assertions for implicit assumptionsRobert Löhning2021-10-291-0/+2
* Extend documentation for bindable propertiesIvan Solovev2021-10-292-4/+26
* Fix QDebug operator<< for QMultiMap when Q_CLANG_QDOC is definedJoerg Bornemann2021-10-271-1/+1
* Remove an overly-complex assertionEdward Welbourne2021-10-271-9/+0
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-1/+2
* QVarLengthArray: Reduce memory allocations in insert()Robert Löhning2021-10-261-1/+2
* QObjectComputedProperty docs: move example to snippetIvan Solovev2021-10-262-36/+38
* Avoid warnings when compiling bootstrap library without zstdUlf Hermann2021-10-261-0/+4
* Fix -trace build on WindowsIvan Solovev2021-10-251-1/+1
* Make QObjectComputedProperty documentation visibleIvan Solovev2021-10-251-2/+0
* Update windows version detectionMårten Nordheim2021-10-241-1/+11
* Remove superfluous qfuture.h includes from qcoreapplication[_p].hJoerg Bornemann2021-10-223-6/+2
* Remove unused qapplicationpermission.hJoerg Bornemann2021-10-224-82/+0
* Back-port QEventDispatcherWasm to 6.2Morten Johan Sørvig2021-10-224-0/+710
* QProperty: Eliminate further unnecessary TLS operationsUlf Hermann2021-10-222-6/+13
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+14
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-0/+2
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-1/+1
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-1/+1
* QProperty: Don't needlessly calculate inBindingWrapper()Ulf Hermann2021-10-201-14/+14
* Allow negative delta for designer animation driverAntti Määttä2021-10-182-2/+6
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-188-0/+161
* Q_GLOBAL_STATIC: suppress warning about expressions in noexcept()Thiago Macieira2021-10-181-1/+4
* QUtf32: remove set-but-not-used variableThiago Macieira2021-10-181-4/+0
* qtlogging: Document QT_MESSAGELOGCONTEXT defineKevin Funk2021-10-171-1/+5
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-172-40/+54
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-171-5/+5
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-161-2/+5
* Optimize mime type matchingJarek Kobus2021-10-153-36/+92
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-1545-58/+58
* Document QFutureWatcher::isFinished behavior changeMårten Nordheim2021-10-141-0/+4