summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-12-021-2/+10
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Android: print tailored warning if qml dependency path is a dirAssam Boudjelthia2020-12-011-0/+6
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-013-25/+16
* Revert "xcb: add xcb-util dependency for xcb-image"Liang Qi2020-12-011-12/+2
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-12-011-2/+0
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-12-011-1/+12
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-29/+30
* Create qtlibjpeg for jpeg image pluginMichal Klocek2020-11-305-66/+87
* Install 3rd party headers and meta for static buildsMichal Klocek2020-11-303-1/+6
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-302-12/+17
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-1/+2
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-302-4/+15
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-301-9/+13
* qstring.h: fix warnings about shortening qsizetype to intThiago Macieira2020-11-301-2/+2
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-301-1/+1
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-11-271-2/+4
* QVLA: always use new to create new objectsGiuseppe D'Angelo2020-11-271-14/+3
* Change android target SDK version to 29Fabio Falsini2020-11-272-2/+2
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-272-45/+63
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-241-1/+1
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* QMutex: Work around ICC bug in dealing with constexpr constructorThiago Macieira2020-11-221-1/+1
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-211-1/+1
* Android: Fix android accessibility not being set activeVikke Matikainen2020-11-213-1/+17
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-211-0/+2
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* Be more consistent when converting JSON values from variantSona Kurazyan2020-11-205-100/+127
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-201-1/+1
* 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