summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Change generated resources namingAlexey Edelev2020-11-241-1/+1
* CMake: Use lower cased property name for entrypoint library opt-outAlexandru Croitor2020-11-241-2/+2
* Update container overview documentation - section on growth strategiesAndreas Buhr2020-11-241-30/+14
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-4/+4
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-232-45/+63
* Do not advise using AUTORCC anymoreKai Koehne2020-11-231-3/+0
* Doc: Update CMake functions in Qt Core for Qt 6Kai Koehne2020-11-237-494/+115
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Add convenience functions for QFuture creationIvan Solovev2020-11-232-1/+170
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-238-94/+13
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+60
* QCache: fix accidental pessimizationMÃ¥rten Nordheim2020-11-211-2/+1
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* CMake: add CMAKE_FIND_ROOT_PATH as extraPrefixDirs for androiddeployqtAssam Boudjelthia2020-11-201-0/+11
* CMake: Fix resource_name variable name in __qt_propagate_generated_resourceAlexey Edelev2020-11-201-2/+2
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-201-0/+44
* QScopedPointer: streamline code with qExchangeGiuseppe D'Angelo2020-11-201-4/+2
* QScopedPointer helper deletes: add operator()Giuseppe D'Angelo2020-11-201-3/+13
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-204-151/+1
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-203-4/+10
* Add deprecation warnings for 6.1Giuseppe D'Angelo2020-11-201-0/+8
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-204-533/+284
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-44/+40
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0
* Prevent time zone lookup from using infinite amounts of memoryAndreas Buhr2020-11-191-6/+6
* CMake: Rename the qt resource properties to be internalAlexandru Croitor2020-11-191-1/+1
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-192-10/+19
* QChar: use =delete instead of privateGiuseppe D'Angelo2020-11-191-2/+2
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-193-4/+13
* QXmlStream: sanitize input before building a QCharGiuseppe D'Angelo2020-11-181-2/+2
* CBOR: remove the X11 True and False for goodThiago Macieira2020-11-184-7/+6
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-181-0/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-182-3/+3
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-176-29/+4
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-172-3/+4
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-172-1425/+782
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-172-137/+101
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-175-81/+73
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-172-3/+45
* Don't initialize POD types with memset(0)Lars Knoll2020-11-172-6/+6
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-174-96/+85
* Remove unused methodLars Knoll2020-11-171-22/+0