summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-274-5/+27
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-274-5/+27
| |\
| | * Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-232-4/+10
| | * QStringLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-04-231-2/+1
| | * Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
* | | Fix docJarek Kobus2020-04-271-3/+3
* | | QUnicodeTables: port to charNN_tMarc Mutz2020-04-274-42/+32
|/ /
* | QStringIterator: port from uint to char32_tMarc Mutz2020-04-264-27/+25
* | Move Qt::codecForHtml() to qtextcodec.*Lars Knoll2020-04-242-0/+16
* | QUrlIdna: port qt_is_idn_enabed() to QStringViewMarc Mutz2020-04-241-3/+3
* | Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-242-30/+3
* | Move QMargins operator| into qmargins.h, add equivalent for QMarginsFVolker Hilsheimer2020-04-242-11/+48
* | QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-243-85/+169
* | QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-242-0/+49
* | QUrlIdna: re-enable NRVOMarc Mutz2020-04-241-2/+2
* | Doc: Remove mentioning of QXmlSimpleReader from QXmlStreamReaderKai Koehne2020-04-241-6/+4
* | QUrl: fix implicit int->QChar conversionMarc Mutz2020-04-231-1/+1
* | QFuture: the result type doesn't have to be a default-constructibleVitaly Fanaskov2020-04-231-13/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-234-53/+69
|\|
| * Standardise language about quoted text in date/time format stringsEdward Welbourne2020-04-221-14/+14
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-224-39/+55
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-2217-49/+283
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-2217-49/+283
| |\|
| | * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-213-4/+11
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-201-1/+1
| | |\
| | | * doc: AA_DisableSessionManager was added in 5.14Liang Qi2020-04-201-1/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-201-0/+2
| | |\|
| | | * Add information for macOS to qsystemdetection.hLars Schmertmann2020-04-141-0/+2
| | * | QSocketNotifier::activated(QSocketDescriptor...) doc fixupMårten Nordheim2020-04-171-0/+4
| | * | Docs: show more relevant and correct way of using Q_FLAGVolker Hilsheimer2020-04-162-13/+20
| | * | Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-165-11/+147
| | * | Fix display-name calls in QAndroidTimeZonePrivate::init()Edward Welbourne2020-04-161-13/+29
| | * | Windows: Make QStandardPaths::writableLocation low-integrity awareFredrik Orderud2020-04-151-2/+55
| | * | Refine deprecation warning for QMetaProperty::isEditableVolker Hilsheimer2020-04-151-1/+1
| | * | Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-141-0/+8
| | * | QSettings: Read past UTF-8 BOM even without textcodec supportKai Koehne2020-04-141-2/+4
| | * | QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-3/+2
* | | | CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-221-0/+54
* | | | Fix assigning int QFlag-type propertiesFriedemann Kleint2020-04-221-2/+11
|/ / /
* | | Remove QTextCodec dependency from QClipboardLars Knoll2020-04-212-0/+27
* | | Doc: Also fix qdoc signature of qHash(const QTypeRevision &key ...)Kai Koehne2020-04-211-1/+1
* | | Rework country setting to match how we return the script settingEdward Welbourne2020-04-211-3/+1
* | | Revert "Revert "QLocale: Actually get the language script for the system loca...Edward Welbourne2020-04-211-2/+3
* | | CMake: Move Resources API into Qt6CoreMacrosLeander Beernaert2020-04-202-5/+184
* | | Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-04-201-2/+10
* | | QMultiHash: Retrieve the value before deleting on take()Ulf Hermann2020-04-181-5/+7
* | | Make continuations work with move-only typesSona Kurazyan2020-04-181-26/+78
* | | Move larger code examples in QFuture docs into snippetsSona Kurazyan2020-04-172-72/+81
* | | Add an example of error handling of QFuture without using exceptionsSona Kurazyan2020-04-172-6/+55
* | | Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-24/+30