summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Avoid UB in QList::removeAt()Lars Knoll2020-03-031-2/+5
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-0317-69/+141
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-2917-69/+141
| | | |\
| | | | * Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
| | | | * Fix geometry handling for native child windowsFriedemann Kleint2020-02-284-8/+23
| | | | * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-286-3/+38
| | | | * Android: Don't recurse into directories inside the assets when iteratingAndy Shaw2020-02-271-20/+5
| | | | * Windows: Enable closing the system tray menu when clicking outside of itAndy Shaw2020-02-271-1/+5
| | | | * uic: handle header tag for python importsCristián Maureira-Fredes2020-02-271-0/+2
| | | | * Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-02-271-17/+30
| | | | * qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1
| | | | * Stabilize task255529_transformationAnchorMouseAndViewportMarginsVolker Hilsheimer2020-02-271-1/+3
| | * | | Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-0316-91/+0
| | * | | Examples: use QDialog::showMaximaized() for AndroidAssam Boudjelthia2020-03-033-1/+14
| | * | | Warn about Q(Date|Time)+ switching to C locale in Qt 6Edward Welbourne2020-03-031-0/+24
| | * | | Rename the localexml module to qlocalexmlEdward Welbourne2020-03-033-4/+4
| | * | | Rename the endonym members of the Locale typeEdward Welbourne2020-03-032-7/+6
* | | | | QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-049-19/+1309
* | | | | CMake: Remove incorrect hardcoded harfbuzz conditionAlexandru Croitor2020-03-042-2/+0
* | | | | CMake: Adapt to latest upstream Ninja Multi-Config changesAlexandru Croitor2020-03-042-7/+7
* | | | | Revert "Remove flagBits from QMatrix4x4"Fabian Kosmale2020-03-043-185/+657
* | | | | QTypeRevision: Fix warnings about max macro from windows.hFriedemann Kleint2020-03-041-1/+2
* | | | | Update uic's class lib map to reflect QtOpenGLWidgetsFriedemann Kleint2020-03-041-0/+1
* | | | | Finally remove splash.xml to fix a lint warningLars Schmertmann2020-03-041-4/+0
* | | | | CMake: Fix stack-protector-strong test and featureJoerg Bornemann2020-03-043-5/+16
* | | | | Update to Harfbuzz 2.6.4Eskil Abrahamsen Blomfeldt2020-03-04287-18456/+70417
* | | | | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-0423-134/+144
* | | | | Android: Increase minimum API level to Android-23 / Android 6Eskil Abrahamsen Blomfeldt2020-03-047-24/+12
|/ / / /
* | | | QImageIOPlugin: fix typo in class documentationRolf Eike Beer2020-03-031-1/+1
* | | | MSVC: Suppress warning C4910 for exported extern templatesMårten Nordheim2020-03-031-0/+3
* | | | QMetaType: support manual unregistrationFabian Kosmale2020-03-033-0/+17
* | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-0399-238/+540
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0399-238/+540
| |\| | |
| | * | | Deprecate public bearer classesMårten Nordheim2020-02-298-4/+64
| | |/ /
| | * | Name method parameters in declaration, even when it's obviousVolker Hilsheimer2020-02-282-8/+8
| | * | Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-282-2/+2
| | * | Android: Add support for getting information about content urisAndy Shaw2020-02-283-2/+108
| | * | Avoid using deprecated QTabletEvent::device() methodAllan Sandfeld Jensen2020-02-282-5/+5
| | * | Deprecate QString::SplitBehavior in favor of Qt::SplitBehaviorEdward Welbourne2020-02-282-34/+101
| | * | De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-284-81/+142
| | * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-2830-47/+46
| | * | QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-287-10/+10
| | * | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-2817-26/+27
| | * | SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-285-5/+5
| | * | Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-2811-18/+20
| | * | Remove a "### Qt 6" that I forgot to removeJan Arve Sæther2020-02-281-1/+0
| | * | Doc: Fix punctuation for QMetaType::QMetaType()Kai Koehne2020-02-281-1/+1
| | * | Doc: Fix documentation for deprecated methods in QJsonDocumentKai Koehne2020-02-281-4/+10
| | * | Doc: Fix wording of operator=!(QMetaType, QMetaType()Kai Koehne2020-02-281-1/+1
| | * | Doc: Fix punctation in QPdfWriter::addFileAttachmentKai Koehne2020-02-281-1/+1