summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-2910-35/+42
| | | |\
| | | | * Fix geometry handling for native child windowsFriedemann Kleint2020-02-284-8/+23
| | | | * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-282-3/+6
| | | | * 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
| | | | * qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1
| | * | | Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-0316-91/+0
| | * | | Warn about Q(Date|Time)+ switching to C locale in Qt 6Edward Welbourne2020-03-031-0/+24
* | | | | QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-047-14/+521
* | | | | CMake: Remove incorrect hardcoded harfbuzz conditionAlexandru Croitor2020-03-041-1/+0
* | | | | Revert "Remove flagBits from QMatrix4x4"Fabian Kosmale2020-03-042-181/+654
* | | | | 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
* | | | | Update to Harfbuzz 2.6.4Eskil Abrahamsen Blomfeldt2020-03-04285-18451/+70409
* | | | | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-0419-130/+140
* | | | | Android: Increase minimum API level to Android-23 / Android 6Eskil Abrahamsen Blomfeldt2020-03-045-22/+10
|/ / / /
* | | | 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-0364-182/+481
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0364-182/+481
| |\| | |
| | * | | 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-2818-24/+23
| | * | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-2811-13/+14
| | * | 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-282-8/+8
| | * | 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
| | * | Doc: Replace 'In alternative' with 'Alternatively'Kai Koehne2020-02-281-1/+1
* | | | Only declare comparison operators for QVector when comparableAllan Sandfeld Jensen2020-03-031-5/+9
|/ / /
* | | Remove flagBits from QMatrix4x4Jarek Kobus2020-02-282-654/+181
* | | Bump the datastream version for Qt 6Jarek Kobus2020-02-281-7/+1
* | | QDebug::toString(): use nospace()Mitch Curtis2020-02-282-2/+4
* | | STL compatibility: erase() should take a const_iterator as argumentLars Knoll2020-02-281-7/+6
* | | Remove various traces of QGLJohan Klokkhammer Helsing2020-02-284-23/+1
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-02-2858-220/+362
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-2858-220/+362
| |\| |
| | * | Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-282-27/+3
| | * | QConcatenateTablesProxyModel: Add getter for sourceModelsKai Uwe Broulik2020-02-272-0/+12