summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-282-27/+3
* 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
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Lars Knoll2020-02-2712-32/+77
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-2712-32/+77
| |\
| | * 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-272-0/+6
| | * 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
| | * 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-261-0/+4
* | | Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-272-1/+29
* | | QWizard: deprecate visitedPages and add visitedIds insteadVolker Hilsheimer2020-02-272-2/+15
* | | Remove ### Qt 6 comment that we won't addressVolker Hilsheimer2020-02-271-1/+0
* | | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-2713-34/+50
|/ /
* | 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-264-2/+64
* | Doc: Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantMårten Nordheim2020-02-262-2/+2
* | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-2611-59/+36
* | QShortcut: fix ambiguity with new PMF ctorsChristian Ehrlicher2020-02-261-3/+7
* | QHash/QSet: Base iterator tag on warning version rather than deprecationMårten Nordheim2020-02-262-52/+52
* | Improve argument name for std::function argumentAllan Sandfeld Jensen2020-02-264-19/+19
* | QScreen::virtualSiblingAt(): pass QPoint by valueShawn Rutledge2020-02-262-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-265-14/+14
|\|
| * Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
| * Set the size of the buffer so it is big enough to hold the contentsAndy Shaw2020-02-251-1/+1
| * Remove misplaced backslash from documentationVolker Hilsheimer2020-02-251-1/+1
* | Add replacement message to deprecation of QImage::alphaChannel()Allan Sandfeld Jensen2020-02-251-1/+2
* | Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-254-7/+7
* | Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantTimur Pocheptsov2020-02-253-6/+6
* | QStyle: deprecate enum values that are marked for removal in Qt 6Volker Hilsheimer2020-02-252-8/+12
* | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-259-20/+21
* | QGraphicsView: Clear the rubber band when dragMode changesVolker Hilsheimer2020-02-252-14/+27
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-2426-295/+463
|\|
| * QAbstractItemView: Make sure to update the editor geometriesChristian Ehrlicher2020-02-231-1/+3
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-2222-59/+74
| * Update md4c to 0.4.3Giuseppe D'Angelo2020-02-223-235/+386