summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-201-1/+2
* Doc: Fix documentation warnings in Qt NetworkTopi Reinio2020-11-193-6/+13
* Doc: Fix documentation warnings for Qt XMLTopi Reinio2020-11-191-28/+12
* Doc: Document QGradient::Preset enum valuesTopi Reinio2020-11-191-1/+170
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* HTTP2: fix crash from assertionMårten Nordheim2020-11-192-2/+7
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-11-191-2/+2
* Fix shaping problems on iOS 14 / macOS 11Eskil Abrahamsen Blomfeldt2020-11-192-2/+2
* macOS: Account for Big Sur always enabling layer backed viewsTor Arne Vestbø2020-11-191-2/+9
* [Android] Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-181-0/+11
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-161-1/+1
* Android: Treat ACTION_CANCEL as TouchPointReleasedBartlomiej Moskal2020-11-141-1/+1
* QCharRef: properly disable assignment from charGiuseppe D'Angelo2020-11-131-0/+4
* Android: fix android java and templates targets with -developer-buildAssam Boudjelthia2020-11-132-5/+15
* Android: Add the QtAndroidBearer.jar to the jar dependenciesAndy Shaw2020-11-121-1/+1
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-121-1/+1
* Android: Don't use putIfAbsent as that is not available in older APIsAndy Shaw2020-11-111-2/+2
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-111-5/+13
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-101-2/+3
* Fix pcre2 feature conditionsJoerg Bornemann2020-11-101-2/+2
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-101-3/+3
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-11-091-0/+4
* Update CLDR to v38Edward Welbourne2020-11-098-5491/+5501
* Correct processEvents documentationAndreas Buhr2020-11-082-4/+4
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* xcb: ensure that available glx version is greater than requested one or equal...Aleksei Nikiforov2020-11-071-1/+7
* QNAM: Work around QObject finicky orphan cleanup detailsMårten Nordheim2020-11-061-1/+11
* QMap: don't tell everyone QMapNode has no friendsThiago Macieira2020-11-061-0/+1
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-061-35/+13
* QMap: suppress warning about strict aliasing violation in end()Thiago Macieira2020-11-051-0/+3
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Linux: fix crash in AtSpi adaptor when handling window activationLu YaNing2020-11-051-1/+3
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-041-1/+4
* qglobal: Only define QT_ENSURE_STACK_ALIGNED_FOR_SSE for i386Martin Storsjö2020-11-041-1/+1
* Add possibility to set QNX Screen pipeline valueTeemu Holappa2020-11-041-0/+15
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-3/+19
* Update third-party md4c to version 0.4.6Shawn Rutledge2020-11-033-129/+135
* testlib: Add private API to add test loggerTor Arne Vestbø2020-11-033-8/+25
* Android: fix crash by passing the right Handle to dlsym()Assam Boudjelthia2020-11-031-2/+2
* Do not #define dynamic_castGiuseppe D'Angelo2020-11-021-13/+0
* Offscreen QPA: implement a native interfaceGiuseppe D'Angelo2020-11-026-17/+50