summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-095-6/+9
* CMake: pro2cmake: Add mapping for qmldom libraryAlexandru Croitor2020-12-091-0/+1
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* tests: blacklist two functions in tst_QDateTimeEdit on openSUSELiang Qi2020-12-091-0/+4
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QMetaObjectBuilder: use constexpr ifFabian Kosmale2020-12-091-37/+43
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-092-22/+11
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-093-5/+25
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-094-55/+41
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Get rid of QPenPrivate::defaultWidthAllan Sandfeld Jensen2020-12-082-16/+8
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* Fix autotest config in cross-compiled prefix buildEirik Aavitsland2020-12-081-1/+5
* CMake: Improve tests wrapper arguments handlingAlexey Edelev2020-12-081-2/+15
* QList: update docsIvan Solovev2020-12-081-40/+48
* CMake: Document some missing configure cmake mappingsLi Xinwei2020-12-081-5/+5
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-082-2/+2
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-081-3/+8
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Remove qlalr documentation stubKai Koehne2020-12-084-261/+0
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-085-12/+20
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* CMake: Do not write Effective[Source]Paths to target_qt.confJoerg Bornemann2020-12-081-17/+0
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0811-20/+210
* tests: blacklist tst_QGlyphRun::drawRightToLeft() on openSUSELiang Qi2020-12-081-0/+2
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-084-2/+39
* Offer to build manual tests through QT_BUILD_MANUAL_TESTSAleix Pol2020-12-082-2/+4
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-082-2/+25
* wasm/js: fix invalid restartCount referenceAvindra Goolcharan2020-12-081-1/+1
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-071-6/+6
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-071-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-073-25/+31
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-074-7/+97
* TLS utils - remove useless static_assertTimur Pocheptsov2020-12-071-4/+0
* CMake: Force crosscompiling_emulator to empty string if not foundAlexey Edelev2020-12-071-3/+6
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-072-0/+9
* rcc: Remove support for Python2Friedemann Kleint2020-12-073-41/+23
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2