summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-2014-283/+66
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-2017-565/+136
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-2012-44/+109
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-209-92/+25
* QBasicTimer: purge deprecated APIEdward Welbourne2020-07-202-34/+2
* QAbstractEventDispatcher: purge deprecated APIEdward Welbourne2020-07-201-11/+1
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-202-10/+5
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-202-38/+2
* QTemporaryFile: purge deprecated APIEdward Welbourne2020-07-201-7/+1
* QUrl: purge deprecated APIEdward Welbourne2020-07-202-133/+2
* QChar: purge deprecated APIEdward Welbourne2020-07-202-82/+1
* cmake: Slience bening warnings in 3rdparty codeTor Arne Vestbø2020-07-202-2/+11
* Doc: Update sql-driver to reflect current minimum versions neededAndy Shaw2020-07-202-24/+13
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-178-20/+22
* Fix OCSP-Stapling error if identity cannot be verifiedAndré Klitzing2020-07-171-0/+5
* 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-175-18/+46
* QDomNode: Add namespaceURI parameter to browse methodsLinus Jahn2020-07-172-24/+34
* CMake: Get tests/auto/cmake tests workingAlexandru Croitor2020-07-173-63/+102
* 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
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-162-7/+8
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-163-28/+43
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-163-166/+169
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-162-0/+71
* 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
* Use qsizetype instead of int in QByteArrayMatcherSona Kurazyan2020-07-152-8/+7
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-152-6/+12
* 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-141-6/+13
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-143-13/+56