summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
* 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
* macOS: Avoid modifying hash while iterating itTor Arne Vestbø2020-04-301-1/+4
* Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-282-34/+0
* Fix 32bit int overflowAllan Sandfeld Jensen2020-04-271-2/+5
* Fix 8bit image conversions with non-default bytes_per_lineAllan Sandfeld Jensen2020-04-271-11/+33
* Doc: add since for QWheelEvent::positionPaul Wicking2020-04-271-0/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-1/+10
|\
| * Doc: Describe updating fonts with substitutes5.14Leena Miettinen2020-04-241-1/+10
* | Don't warn when loading icons via the image loadersTor Arne Vestbø2020-04-261-2/+0
* | Cocoa: If the grabRect is null then add in a null image for the areaAndy Shaw2020-04-261-1/+10
* | Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-4/+4
* | Doc: Fix compilation issue with QVERIFY2 exampleKai Koehne2020-04-231-1/+1
* | note QFileDialog::setNameFilters() is not supported on AndroidAssam Boudjelthia2020-04-231-0/+6
* | Merge 5.15 into 5.15.0Alexandru Croitor2020-04-238-55/+102
|\ \
| * | macOS: Don't optimize out aggressive backingstore flushes when single-bufferedTor Arne Vestbø2020-04-221-2/+4
| * | Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-04-222-0/+4
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-222-0/+4
| | |\|
| * | | 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-226-39/+68
| |/ /
* | | 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
* | | Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-221-0/+2
|\ \ \ | | |/ | |/|
| * | QAuthenticator: Reset the authentication challengeMårten Nordheim2020-04-211-0/+2
| * | Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-215-21/+22
| |\ \
| | * | Revert "wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5"v5.14.2Morten Johan Sørvig2020-03-274-21/+20
| | * | widgets: Re-calculate focus frame style option after setting new geometryTor Arne Vestbø2020-03-241-0/+2
* | | | Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-2132-80/+398
|\ \ \ \ | | |_|/ | |/| |
| * | | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-213-4/+11
| * | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-204-2/+112
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-204-2/+112
| | |\| |
| | | * | sqlite: Fix CVE-2020-11656Andy Shaw2020-04-202-1/+80
| | | * | sqlite: Fix CVE-2020-11655Andy Shaw2020-04-202-0/+31
| | | * | doc: AA_DisableSessionManager was added in 5.14Liang Qi2020-04-201-1/+1
| * | | | Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-201-1/+1
| * | | | Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-201-7/+10
| |/ / /
| * | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-04-202-1/+3
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-202-1/+3
| | |\| |
| | | * | OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-166-7/+36
| | | * | wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-04-141-1/+2
| | | * | Add information for macOS to qsystemdetection.hLars Schmertmann2020-04-141-0/+2
| * | | | Add support for high resolution wheel events from Linux 5.0+Allan Sandfeld Jensen2020-04-202-2/+36
| |/ / /
| * | | QSocketNotifier::activated(QSocketDescriptor...) doc fixupMårten Nordheim2020-04-171-0/+4
| * | | rcc: Always seed the hash with 0hjk2020-04-171-5/+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-1617-33/+169