summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-047-88/+365
* QNX: assume QNX is always UTF-8Samuli Piippo2020-06-041-1/+2
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-154/+129
* Overhaul documentation of QByteArray numeric conversionsEdward Welbourne2020-06-041-74/+96
* QByteArray: clean up docs of trimmed() and simplified()Edward Welbourne2020-06-041-15/+17
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-0419-159/+159
* Long live QStringTokenizer!Marc Mutz2020-06-033-0/+797
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-033-14/+82
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-032-0/+26
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-1/+5
* QPoint(F): API cleanupsGiuseppe D'Angelo2020-06-031-117/+117
* Add missing lock in QFactoryLoaderAlex Blasche2020-06-031-0/+1
* Add Q_OS_WEBOS to qsystemdetectionDominik Holland2020-06-031-0/+4
* Doc: fix some typos in QRegularExpression documentationSamuel Gaist2020-06-031-8/+8
* QTranslator: replace manual memory handling with std::unique_ptrMarc Mutz2020-06-021-18/+14
* QMetaType: create metatype for voidFabian Kosmale2020-06-022-11/+23
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-026-38/+129
* Support qbswap for all integral typesLars Knoll2020-06-011-41/+13
* Add QStringView::split() methodsLars Knoll2020-06-012-7/+68
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-014-16/+27
* Refactor splitString to use QStringViewLars Knoll2020-06-011-12/+11
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-313-177/+109
* Add QStringView::constData()Lars Knoll2020-05-302-0/+12
* Add support for count() to QStringViewLars Knoll2020-05-304-11/+46
* Return correct threadId in all casesSamuli Piippo2020-05-301-10/+1
* CMake: Regenerate src/corelibAlexandru Croitor2020-05-292-4/+5
* Add toInt() and friends to QStringViewLars Knoll2020-05-294-0/+258
* CMake: Check CMAKE_CONFIGURATION_TYPES when doing automoc extractionAlexandru Croitor2020-05-291-1/+1
* CMake: Use default location for installing metatypes json filesAlexandru Croitor2020-05-291-47/+66
* Cosmetic whitespace / indentationIvan Tkachenko2020-05-292-55/+65
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-297-16/+82
* CMake Build: Do not set "lib" prefix for modules (plugins)Cristian Adam2020-05-291-0/+4
* Fix a typo and an odd phrasingEdward Welbourne2020-05-291-7/+6
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-285-4/+382
* Add missing number/setNum() overloadsLars Knoll2020-05-282-0/+46
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-283-18/+18
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* Add a QPropertyAliasUlf Hermann2020-05-273-10/+399
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-272-187/+3
* QProperty: Support multiple observersUlf Hermann2020-05-274-17/+32
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-1/+1
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-272-26/+15
* QMimeDatabase/xml: use xmlstarlet instead of xmlEric Lemanissier2020-05-261-2/+2
* Don't change the implementation of a method depending on QT_USE_QSTRINGUILDERLars Knoll2020-05-261-23/+13
* Initialize variableLars Knoll2020-05-261-1/+1
* Doc: Document Qt 6 changes for QHash, QMultiHash, QSetKai Koehne2020-05-261-0/+47
* Add 'Qt Core Changes in Qt 6'Kai Koehne2020-05-262-0/+46
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-262-8/+80