summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QHostInfo: simplify assignment operatorVolker Hilsheimer2021-03-031-4/+5
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-031-1/+1
* Merge "Port some value classes away from QScopedPointer"Giuseppe D'Angelo2021-03-035-70/+55
|\
| * Port some value classes away from QScopedPointerGiuseppe D'Angelo2021-03-035-70/+55
* | Initialize out-variableVolker Hilsheimer2021-03-031-1/+1
|/
* Merge "Convert elliptic curves and DH params to work with QTlsBackend"Timur Pocheptsov2021-03-0316-399/+381
|\
| * Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-0313-396/+372
| * Doc: Specify correct include for QWGLContextPaul Wicking2021-03-031-0/+1
| * QOpenGLTexture: Fix typo in enum valueLaszlo Agocs2021-03-032-3/+8
* | Merge "Don't access data in moved-from object"Volker Hilsheimer2021-03-031-2/+2
|\ \
| * | Don't access data in moved-from objectVolker Hilsheimer2021-03-031-2/+2
| |/
* / The condition 'if(oldChild)' is redundantZou Ya2021-03-031-4/+2
|/
* Merge "Improve support for QT_ADDITIONAL_PACKAGES_PREFIX_PATH"Kai Köhne2021-03-035-41/+39
|\
| * Improve support for QT_ADDITIONAL_PACKAGES_PREFIX_PATHKai Köhne2021-03-033-4/+12
| * Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-031-3/+5
| * Prospective fix for flaky test tst_QDoubleSpinBox::setReadOnly()Friedemann Kleint2021-03-031-34/+22
* | Merge "fix: Print a warning message if the Xcb EGL initialize failed"JiDe Zhang2021-03-035-23/+33
|\ \
| * | fix: Print a warning message if the Xcb EGL initialize failedJiDe Zhang2021-03-031-1/+5
| * | QGraphicsWidget: don't dereference nullptrVolker Hilsheimer2021-03-031-1/+1
| * | QGraphicsWidget: Check for nullptrs in focus chain handlingVolker Hilsheimer2021-03-031-2/+4
| * | Add nullptr checks to QGraphicsView classesVolker Hilsheimer2021-03-032-19/+23
| |/
* / Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-031-2/+3
|/
* Generate information about user-facing applications in build dirJoerg Bornemann2021-03-025-2/+34
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-029-361/+852
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-022-7/+7
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-0220-1726/+540
* Merge "Add the 6.2 deprecation macros"Giuseppe D'Angelo2021-03-021-0/+8
|\
| * Add the 6.2 deprecation macrosGiuseppe D'Angelo2021-03-021-0/+8
* | Merge "High-DPI: Set the minimum scale factor to 1"Morten Johan Sørvig2021-03-022-5/+18
|\ \ | |/ |/|
| * High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-022-5/+18
* | Merge "QLabel: simplify createStandardContextMenu"Volker Hilsheimer2021-03-022-14/+12
|\ \ | |/ |/|
| * QLabel: simplify createStandardContextMenuVolker Hilsheimer2021-03-021-7/+6
| * Don't access moved-from objectVolker Hilsheimer2021-03-021-7/+6
* | cmake: disable snippets/graphicsview if "printdialog" is not availableRichard Moe Gustavsen2021-03-021-1/+1
* | Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-03-021-0/+3
|/
* Merge "Handle para tags the same way for OOB checks as the other tags"Allan Sandfeld Jensen2021-03-021-21/+16
|\
| * Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* | Make qt_get_module_for_plugin() internal and do what its name saysCraig Scott2021-03-021-12/+7
|/
* Merge "Canonical type conversion"Hou Lei2021-03-021-1/+1
|\
| * Canonical type conversionHou Lei2021-03-021-1/+1
* | Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-021-0/+8
|/
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-012-3/+33
* Merge "Brush up the imageviewer example"Friedemann Kleint2021-03-0110-104/+89
|\
| * Brush up the imageviewer exampleFriedemann Kleint2021-03-012-4/+5
| * Improve QMakeLibraryInfo encapsulationAlexey Edelev2021-03-015-61/+72
| * Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-014-29/+12
| * Remove unused definitionsAlexey Edelev2021-03-012-12/+2
* | Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-011-7/+3
* | Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* | Try again if mktime() fails when we thought we knew DST-nessEdward Welbourne2021-03-011-0/+6