summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix network status code propagationLorn Potter2020-09-252-6/+14
* CMake: Fix sanitizer build when using Clang on LinuxAlexandru Croitor2020-09-241-0/+3
* QWindowsPrintDevice: Fix signedness warningsFriedemann Kleint2020-09-241-7/+6
* QWindowsPrintDevice: Brush up the codeFriedemann Kleint2020-09-241-19/+22
* Windows: Build print support plugin directly into QtPrintSupportFriedemann Kleint2020-09-2419-142/+101
* Fix qdoc warning from QLibraryInfo after API changeVolker Hilsheimer2020-09-241-18/+23
* Fix some qdoc warnings in QMetaType and QVariantVolker Hilsheimer2020-09-242-50/+33
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-235-5/+84
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-234-38/+36
* Use QMetaType instead of integer based type idsLars Knoll2020-09-2330-183/+173
* Use a hash to store the DBus marshalling dataLars Knoll2020-09-232-38/+44
* Cleanup DBus type registration codeLars Knoll2020-09-2311-71/+47
* Cleanup QDBusPendingReplyLars Knoll2020-09-232-96/+93
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4
* Initialize trayWatcher from QSystemTrayIconPrivateVolker Hilsheimer2020-09-231-1/+1
* Give QPixmap a move constructorVolker Hilsheimer2020-09-233-0/+26
* rhi: gl: Enable seamless cubemap filteringLaszlo Agocs2020-09-231-0/+10
* Simplify QHighDpi::fromNativeLocalExposedRegion()Alexander Volkov2020-09-231-7/+3
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-232-48/+29
* CMake Build: Add support for -qtlibinfix configure parameterCristian Adam2020-09-236-6/+10
* Add a ValidWhenMask to QDateTimePrivate::StatusFlagEdward Welbourne2020-09-232-14/+6
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-232-6/+7
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-231-7/+7
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-232-6/+8
* Assert some conditions instead of testing for themEdward Welbourne2020-09-231-14/+7
* Make more consistent use of m_offsetFromUtc()Edward Welbourne2020-09-232-19/+25
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-232-5/+50
* QStringBuilder: use qsizetype for size() methodsEdward Welbourne2020-09-231-15/+15
* Fix qdoc warnings for QByteArrayViewVolker Hilsheimer2020-09-232-5/+8
* Fix qdoc warnings: QSplitterVolker Hilsheimer2020-09-231-5/+3
* Fix qdoc warning from broken snippetVolker Hilsheimer2020-09-231-1/+1
* Fix qdoc warning: use correct parameter type in QVariant c'torVolker Hilsheimer2020-09-231-2/+2
* Fix qdoc warning from flag instead of enum type in \enumVolker Hilsheimer2020-09-231-1/+1
* Fix qdoc warnings from removed enum valuesVolker Hilsheimer2020-09-232-11/+0
* Fix qdoc warning: yet another std::filesystemVolker Hilsheimer2020-09-231-1/+1
* Fix some qdoc warnings from QByteArrayVolker Hilsheimer2020-09-232-18/+1
* Documentation: purge QSet and QHash members that no longer existVolker Hilsheimer2020-09-233-442/+54
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-234-0/+39
* Android: set default API level to 23 in docsAssam Boudjelthia2020-09-233-4/+4
* CMake: partially revert 00a1e5dAssam Boudjelthia2020-09-232-216/+4
* Android: add qmlimportscanner and rcc paths to deployment-settings.jsonAssam Boudjelthia2020-09-231-0/+3
* Doc: Make network snippets a subdirs/lib projectPaul Wicking2020-09-232-8/+12
* Doc: Make widgets snippets a subdirs/lib projectPaul Wicking2020-09-2310-41/+62
* Remove ### comment on QT5_NULL_STRINGSEdward Welbourne2020-09-231-1/+1
* Use 'A' for Apple framework version instead of Qt major versionTor Arne Vestbø2020-09-234-6/+7
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-236-25/+60
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-237-36/+125
* rhi: Report an "optimal capacity" from res.update batchesLaszlo Agocs2020-09-233-2/+30
* rhi: Do not just pick the first free res.upd. batch all the timeLaszlo Agocs2020-09-232-1/+13
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-2316-15/+246