summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket (OpenSSL) improve alert messages handlingTimur Pocheptsov2019-12-0312-23/+682
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-3016-90/+101
|\
| * INTEGRITY: remove constexpr supportGiuseppe D'Angelo2019-11-292-4/+3
| * Remove QFlags(0), QFlags() does the same and is not deprecatedAlbert Astals Cid2019-11-293-4/+2
| * Silence MSVC build of Qt for PythonFriedemann Kleint2019-11-291-0/+3
| * QWindowsFontDatabase: Check preferred family names for all fontsMårten Nordheim2019-11-295-23/+49
| * Fix lancelot PaintCommands for reuseAllan Sandfeld Jensen2019-11-284-33/+42
| * Remove convert_ARGB_PM_to_ARGBAllan Sandfeld Jensen2019-11-281-26/+2
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2019-11-2944-405/+933
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2944-405/+933
| |\|
| | * QtWidgets/Windows: Simplify .pro filesFriedemann Kleint2019-11-282-4/+1
| | * androidtestrunner: Fix warnings about missing parameter to QStringLiteralFriedemann Kleint2019-11-281-1/+1
| | * Unicode tables: minor prettificationEdward Welbourne2019-11-282-6/+14
| | * Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-285-5/+22
| | * Improve QShortcutMap debug outputMitch Curtis2019-11-281-53/+28
| | * webassembly: enable opengl es3Lorn Potter2019-11-282-1/+2
| | * Widget autotests: replace deprecated QWidget::repaint() callsChristian Ehrlicher2019-11-276-80/+75
| | * rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-2713-68/+519
| | * Add Since markers to QChar::Script docs and sort in alphabetic orderEdward Welbourne2019-11-271-122/+122
| | * Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-2717-59/+118
| | * QLayoutItem: make QLayoutItem::widget() const in Qt6Christian Ehrlicher2019-11-274-6/+31
* | | Windows: Remove configure test for theme library uxthemeFriedemann Kleint2019-11-281-9/+1
|/ /
* | QSsl - delete all mentions of SslV2 and SslV3Timur Pocheptsov2019-11-289-182/+68
* | Moc Sort json file list in collectjsonLeander Beernaert2019-11-272-1095/+1097
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-2758-283/+694
|\|
| * Deprecate qMove(), Q_DECL_OVERRIDE and Q_DECL_FINALChristian Ehrlicher2019-11-261-8/+8
| * QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-265-18/+12
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-2640-168/+173
| * qtestsupport_widgets.h: Fix syncqt warningFriedemann Kleint2019-11-261-1/+1
| * Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-267-6/+444
| * QComboBox cleanup: use member initialization and nullptrChristian Ehrlicher2019-11-262-78/+52
| * Improve QTextDocumentPrivate cursor performanceLangonda Agag2019-11-252-4/+4
* | uic: Migrate from QList to QVectorFriedemann Kleint2019-11-264-62/+62
* | Fix Qt6 TODOs in qcolorAllan Sandfeld Jensen2019-11-252-60/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-25969-37395/+43778
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-238-19/+39
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-238-19/+39
| | |\
| | | * QSortFilterProxyModel: Add change signals for propertiesKai Uwe Broulik2019-11-222-6/+22
| | | * rhi: d3d11: Do not rely on Win10-only enum valueLaszlo Agocs2019-11-221-1/+1
| | | * Fuzzing: Update location of testcases in ReadmeRobert Loehning2019-11-211-1/+2
| | | * Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
| | | * Compile fontconfig-related code on non-Unix platformsJoerg Bornemann2019-11-201-3/+4
| | | * xcb: Simplify code by using helper QXcbIntegration::defaultConnection()Alexander Volkov2019-11-201-2/+1
| | | * QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
| * | | QList/Table/TreeWidgetItem: Allow reseting values by passing the default valueChristian Ehrlicher2019-11-229-16/+80
| |/ /
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-2233-129/+87
| * | Make transferTimeout getters constVille Voutilainen2019-11-224-4/+4
| * | Deprecate TlsV1SslV3Timur Pocheptsov2019-11-221-1/+3
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-20141-237/+249
| * | Windows QPA: Fix deprecation warningsFriedemann Kleint2019-11-201-4/+4