summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* Kill qHash(QPointF)Giuseppe D'Angelo2021-02-281-0/+2
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-02-281-1/+1
* QBrush: get rid of an unused private functionGiuseppe D'Angelo2021-02-282-6/+0
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-265-0/+54
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-252-6/+38
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-251-0/+1
* Fix qmake's metatype generation feature after moving moc to libexecJoerg Bornemann2021-02-251-1/+1
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-252-30/+9
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-252-6/+6
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-255-0/+238
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-251-0/+1
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-2525-565/+550
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-251-3/+14
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-252-0/+21