summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support digit-grouping correctlyEdward Welbourne2020-07-146-653/+652
* 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-142-43/+81
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-141-12/+14
* 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
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-1414-62/+144
* Android: add missing printStackTrace() in catch statementsAssam Boudjelthia2020-07-144-3/+21
* Don't flatten link color in QTextHtmlParser::declarationsForNodeTor Arne Vestbø2020-07-141-2/+2
* Fix gif parsing error for large imagesTang HaiXiang2020-07-141-2/+2
* Linux: fix crash in AtSpi adaptor when handling window activationLu YaNing2020-07-141-1/+3
* Doc: make cleanup on error more prominant in SQL driver instructionsSamuel Gaist2020-07-131-1/+1
* Remove support for users to create their own Qt::Desktop type widgetsVolker Hilsheimer2020-07-131-20/+15
* QtGui: Clean up event headers, #2Friedemann Kleint2020-07-131-6/+0
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-1366-289/+292
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-135-12/+41
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-131-0/+1
* QtConcurrent: Get rid of code repetition for RunFunctionTask::run()Jarek Kobus2020-07-132-34/+21
* macOS: Use Cocoa to map key events to possible shortcut key sequencesTor Arne Vestbø2020-07-131-3/+19
* macOS: Modernize QCocoaKeyMapper key mapTor Arne Vestbø2020-07-132-53/+36
* rhi: Allow null resources in srbLaszlo Agocs2020-07-133-64/+135
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-137-5438/+0
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+2