summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build of the widgets doc snippetsFriedemann Kleint2020-05-071-1/+1
* Make QVector's default ctor constexprMårten Nordheim2020-05-061-1/+1
* QModelIndex/QAIM: improve const correctnessGiuseppe D'Angelo2020-05-062-4/+31
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-061-8/+20
* Template fetching of pixels for perspective transformed bilinearAllan Sandfeld Jensen2020-05-061-121/+79
* Fix build of the widgets doc snippets after opengl splitFriedemann Kleint2020-05-061-1/+1
* Fix build of the widgets doc snippets on WindowsFriedemann Kleint2020-05-062-2/+2
* Port baselineserver from QRegExp to QRegularExpressionLars Knoll2020-05-063-4/+6
* Remove some leftover includes of QRegExpLars Knoll2020-05-062-2/+1
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-0611-21/+36
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-066-28/+8
* Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-068-448/+1
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-064-165/+26
* CMake: Document versionless commandsKai Koehne2020-05-0611-88/+603
* QGridLayoutEngine: remove now-unused enumMarc Mutz2020-05-061-7/+0
* QSettings: prepare for QChar::unicode() return type changeMarc Mutz2020-05-061-1/+1
* QChar: fix missing warning for construction from char/ucharMarc Mutz2020-05-051-2/+2
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-052-14/+40
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-052-10/+4
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-053-11/+25
* Remove use of std::not1 completelyThiago Macieira2020-05-051-11/+5
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-051-2/+2
* Remove Perforce commands from setupSuite.shThiago Macieira2020-05-051-3/+1
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-051-6/+25
* Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-051-2/+3
* Fix Mesa warning that MESA_EGL_NO_X11_HEADERS is deprecatedThiago Macieira2020-05-051-0/+3
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-051-2/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-059-22/+110
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-059-22/+110
| |\
| | * Doc: Enable snippet compilationPaul Wicking2020-05-051-2/+23
| | * Compile fixes for clang10Lars Knoll2020-05-058-19/+19
| | * Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-052-6/+45
| | * Doc: Fix compilation of testlib snippets if sql, widgets are missingKai Koehne2020-05-051-0/+3
| | * Allow switching of QT_NO_CREATE_VERSIONLESS_TARGETSKai Koehne2020-05-053-8/+32
| | * Improve QTranslator documentation code snippetKai Koehne2020-05-052-5/+6
| | * Don't compile pcre2 if we will use the system libraryThiago Macieira2020-05-041-1/+1
* | | Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-052-2/+6
* | | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-052-20/+68
* | | Remove spurous initializer for QByteArrayEdward Welbourne2020-05-051-1/+1
* | | QUrlIdna: simplify a loop using QStringView::mid()Marc Mutz2020-05-051-6/+4
* | | QMimeDatabase: remove unused QSet includeMarc Mutz2020-05-051-1/+0
* | | Port two more local QSets to QDuplicateTrackersMarc Mutz2020-05-052-7/+6
* | | QDuplicateTracker: add rvalue overloadMarc Mutz2020-05-051-0/+12
* | | QChar: make std::hash'ableMarc Mutz2020-05-052-0/+22
* | | QStandardItemModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-4/+3
* | | Port qmake over to user QRegularExpressionLars Knoll2020-05-0514-98/+129
* | | Compile QRegularExpression into qmakeLars Knoll2020-05-0510-13/+266
* | | Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-0514-36/+80
|/ /
* | uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-054-12/+438
* | Fix solaris buildKai Koehne2020-05-051-0/+1