summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-3/+5
* QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-4/+6
* QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-4/+19
* Don't output a warning that can trigger before Qt has fully initializedAndy Shaw2020-04-301-2/+0
* Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-32/+0
* Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-4/+4
* Merge 5.15 into 5.15.0Alexandru Croitor2020-04-235-53/+85
|\
| * Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
| * 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
* | QCborValue: don't update internal states if decoding a string failedThiago Macieira2020-04-221-1/+1
* | QCborValue: fix double-accounting of the usedData when decoding stringsThiago Macieira2020-04-221-2/+0
|/
* 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
* | Fix warning about QMetaObject::isEditable() being deprecatedThiago Macieira2020-04-091-1/+11
* | Switch to using versioned deprecated macrosAllan Sandfeld Jensen2020-04-091-24/+24
* | QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-1/+1
* | QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-3/+7
* | QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+3
* | QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
* | QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-085-28/+14
|\|
| * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-04-071-1/+2
| * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
| * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
* | Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-073-26/+103
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-065-45/+64
|\|
| * Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
| * Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
| * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
| * QLibrary/Android: Correct improper mergingThiago Macieira2020-04-031-4/+4
* | Doc: Make Qt Test snippets compilableNico Vertriest2020-04-031-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-031-20/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-20/+13
| |\|
| | * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
* | | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-038-12/+12
* | | No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
|/ /