summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | Examples: request Android storage permissions when using QStandardPathsAssam Boudjelthia2020-02-262-1/+24
| | * | Doc: Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantMårten Nordheim2020-02-262-2/+2
| | * | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-2624-117/+94
| | * | 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-269-23/+32
| | |\|
| | | * tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
| | | * Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
| | | * tests/xcb: fix tst_QWidget::updateWhileMinimized() on mutter/GNOME ShellLiang Qi2020-02-252-6/+11
| | | * Delay the processing of the doc features to the endAndy Shaw2020-02-251-1/+4
| | | * 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
* | | | Get rid of QMatrixJarek Kobus2020-02-2856-2735/+168
* | | | Manual tests: Port diaglib from QGL to QOpenGLJohan Klokkhammer Helsing2020-02-283-15/+6
* | | | Prepend prefix path after loading toolchain fileSamuli Piippo2020-02-281-3/+3
|/ / /
* | | Remove opengl benchmarkJohan Klokkhammer Helsing2020-02-273-443/+0
* | | Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-274-48/+143
* | | Pass QDate and QTime as value classesEdward Welbourne2020-02-2720-183/+159
* | | QTextOption: fix handling Qt::AlignBaselineChristian Ehrlicher2020-02-271-2/+2
* | | Prepare QGuiAction::checked property for declarative useAllan Sandfeld Jensen2020-02-263-6/+55
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-26189-3203/+2667
|\| |
| * | 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-2428-298/+489
| |\|
| | * QAbstractItemView: Make sure to update the editor geometriesChristian Ehrlicher2020-02-232-1/+5
| | * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-2222-59/+74
| | * tst_qtcpsocket::bind - amend the recent fixTimur Pocheptsov2020-02-221-3/+24
| | * Stabilize QFileSystemModel::dirsBeforeFiles testVolker Hilsheimer2020-02-221-10/+18
| | * Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-221-5/+17
| | * Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-221-0/+22
| | * Update md4c to 0.4.3Giuseppe D'Angelo2020-02-223-235/+386
| * | QAbstractSocket: Use constructor delegationv5.15.0-beta1Alexander Akulich2020-02-221-6/+1
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-02-226-29/+175
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-226-29/+175
| | |\|
| | | * QStyle: Use primary screen DPI as default DPIMorten Johan Sørvig2020-02-211-0/+6
| | | * Replace usage of std::result_of with decltypeMårten Nordheim2020-02-211-1/+1
| | | * QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-202-6/+53
| | | * QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-202-28/+112
| | | * QString: Add missing number() crosslinks to setNum()Andre Hartmann2020-02-201-0/+6
| | | * Doc: Update description of QTextDocument::characterCountPaul Wicking2020-02-201-0/+3
| * | | QTableWidget: avoid complete redrawing when an item is removedChristian Ehrlicher2020-02-211-1/+1