summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Doc: Replace 'In alternative' with 'Alternatively'Kai Koehne2020-02-281-1/+1
* | Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-2815-227/+208
* | QConcatenateTablesProxyModel: Add getter for sourceModelsKai Uwe Broulik2020-02-272-0/+12
* | QMimeXMLProvider: add missing semi-colon in the #else caseThiago Macieira2020-02-271-1/+1
* | Android: QFileDialog::selectedFiles() check isLocalFile()Assam Boudjelthia2020-02-271-2/+6
* | Fuzzing: Add fuzz target for QCborValue::fromCborRobert Loehning2020-02-272-0/+44
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Lars Knoll2020-02-2717-38/+128
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-2717-38/+128
| |\|
| | * Fix a quadratic behavior in the BiDi algorithmLars Knoll2020-02-271-2/+1
| | * Fix bounding box of zero-width entities in QFontEngineFTAllan Sandfeld Jensen2020-02-273-0/+30
| | * MinGW: Fix debug-and-release configurationKai Koehne2020-02-272-2/+2
| | * wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-275-9/+36
| | * Doc: List alternative ways to get the MySQL C ConnectorSze Howe Koh2020-02-271-9/+12
| | * Document the behavior of QLineEdit::inputMask correctlyVolker Hilsheimer2020-02-261-14/+18
| | * Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-02-261-4/+19
| | * Documentation: correctly use see-also tags to link to related membersVolker Hilsheimer2020-02-261-4/+5
| | * QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-262-0/+10
* | | Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-273-1/+260
* | | QWizard: deprecate visitedPages and add visitedIds insteadVolker Hilsheimer2020-02-273-17/+30
* | | Remove ### Qt 6 comment that we won't addressVolker Hilsheimer2020-02-271-1/+0
* | | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-2729-89/+103
|/ /
* | QComboBox: deprecate SizeAdjustPolicy::AdjustToMinimumContentLengthVolker Hilsheimer2020-02-263-4/+7
* | QDockWidget: mark AllDockWidgetFeatures enum value as deprecatedVolker Hilsheimer2020-02-261-1/+4
* | Add an expansion limit for entitiesLars Knoll2020-02-265-4/+106