summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QSslCertificate: remove manual parsing code for ASN.1 (on OpenSSL)Giuseppe D'Angelo2020-07-172-104/+8
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-177-35/+81
* QDomNode: Add namespaceURI parameter to browse methodsLinus Jahn2020-07-173-25/+100
* CMake: Get tests/auto/cmake tests workingAlexandru Croitor2020-07-1741-436/+333
* CMake: Provide old style CMake variables for target infoAlexandru Croitor2020-07-173-0/+62
* CMake: Fix old style find_package(Qt6Foo) to workAlexandru Croitor2020-07-172-1/+16
* Cover more properties in the QAction testVolker Hilsheimer2020-07-171-1/+120
* QWizard/Windows: Fix deprecation warnings about old mouse event APIFriedemann Kleint2020-07-171-3/+10
* Fix syntax error in containers documentation codeSander Visser2020-07-161-1/+0
* Fix QXmlStreamPrivateTagStack uninitialized memberSander Visser2020-07-161-0/+1
* Fix missing member in QXmlStreamReaderPrivate::initSander Visser2020-07-161-0/+1
* Fix return of uninitialized pointer in guiloader exampleSander Visser2020-07-161-1/+1
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-162-7/+8
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-165-40/+55
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-163-166/+169
* CMake: Fix top-level configureJoerg Bornemann2020-07-162-5/+12
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-163-1/+94
* sqlite: Upgrade to 3.32.3Andy Shaw2020-07-163-82/+255
* Android: Don't treat gradle.pro as a buildable targetAndy Shaw2020-07-161-0/+2
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-164-5/+5
* Skip LGTM analysis for the bootstrap library and toolsDimitrios Apostolou2020-07-161-4/+14
* Use qsizetype instead of int in QByteArrayMatcherSona Kurazyan2020-07-152-8/+7
* Add OS-specific prelude to qt-cmake-standalone-testJonas Karlsson2020-07-152-0/+4
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-153-6/+84
* Allow Windows accessibility backend to receive focus updatesAndre de la Rocha2020-07-151-5/+0
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-154-7/+0
* Set QEventPoint::state properly in QSinglePointEventShawn Rutledge2020-07-151-0/+6
* moc: Accept NAME attribute for any propertiesUlf Hermann2020-07-151-2/+0
* Work around compiler problems on MSVC 16.6.XLars Knoll2020-07-151-1/+2
* Compare the showDecorationSelected variable when caching the optionAndy Shaw2020-07-151-1/+2
* Update documentation of Qt::TextDateEdward Welbourne2020-07-151-1/+1
* QSystemLocalePrivate::substituteDigits(): change to move semanticsEdward Welbourne2020-07-151-6/+6
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-152-61/+60
* Simplify qlocale_win's getLocaleInfo() and its _int variantEdward Welbourne2020-07-151-32/+28
* QMouseEvent: Set QEventPoint globalPressPosition and globalLastPositionShawn Rutledge2020-07-151-1/+5
* Remove linuxofonoFriedemann Kleint2020-07-157-635/+0
* Fix namespaced buildGiuseppe D'Angelo2020-07-151-2/+0
* Replace emit with Q_EMIT in headerFabian Kosmale2020-07-141-1/+1
* Remove wrapper APIs from QDesktopWidgetPrivateVolker Hilsheimer2020-07-141-45/+0
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-142-51/+222
* qtypeinfo: Improve container checkFabian Kosmale2020-07-142-6/+22
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-144-13/+63
* Support digit-grouping correctlyEdward Welbourne2020-07-1410-663/+703
* Refactor QLocale's integer formattingEdward Welbourne2020-07-142-127/+51
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-144-201/+130
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-143-50/+122
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-142-21/+23
* CMake: Fix call to qvkgen for cross-builds with toolsJoerg Bornemann2020-07-141-1/+10
* QtGui: Clean up event headers, #3Friedemann Kleint2020-07-141-5/+0