summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve docs for Qt Concurrent run with promise modeSona Kurazyan2021-03-041-0/+9
* QScopedPointer: deprecate swapGiuseppe D'Angelo2021-03-042-1/+21
* Redundant condition: tornoffZou Ya2021-03-041-1/+1
* Redundant condition: widgetHuang Jie2021-03-041-1/+1
* Variable is Assigned a never used value in qt_make_filter_list()Huang Jie2021-03-041-11/+4
* 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 "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
|/
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-024-341/+570
* 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-021-5/+3
|\ \ | |/ |/|
| * High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-021-5/+3
* | 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
|/
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* 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-011-3/+4
* Merge "Brush up the imageviewer example"Friedemann Kleint2021-03-011-6/+0
|\
| * Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-011-2/+0
| * Remove unused definitionsAlexey Edelev2021-03-011-4/+0
* | 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
* | QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* | Only store offsetFromUtc when sane (and assert sanity)Edward Welbourne2021-03-011-4/+8
* | Rework an assertion to eliminate a common sub-expression using a lambdaEdward Welbourne2021-03-011-8/+9
* | Use qint64 as base-type for an enum mostly cast to that typeEdward Welbourne2021-03-011-45/+47
* | Limit value in setFontSizeFromValue()Robert Löhning2021-03-011-2/+2
|/