summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-3113-68/+15
* Remove unused exported functions from QWSITor Arne Vestbø2020-08-311-17/+0
* Remove QWSIPrivate::EventType::FrameStrutMouseTor Arne Vestbø2020-08-311-1/+0
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-3110-81/+17
* QTextStream: purge deprecated APIEdward Welbourne2020-08-312-74/+0
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-314-238/+0
* Doc: Make snippets Qt Gui compilable - textdocument-charformatsNico Vertriest2020-08-313-3/+9
* Doc: Make snippets Qt Gui compilable - textdocument-blocksNico Vertriest2020-08-313-9/+15
* Doc: Remove obsolete/removed snippet codePaul Wicking2020-08-318-482/+4
* Doc: rename qfontdatabase snippet project filePaul Wicking2020-08-311-0/+0
* Doc: Make Qt Gui snippets compilable - clipboardNico Vertriest2020-08-314-11/+16
* Doc: Fix documentation warnings in Qt NetworkTopi Reinio2020-08-313-6/+13
* Doc: Fix documentation warnings for Qt XMLTopi Reinio2020-08-311-28/+12
* Fix alignment of QVariant::Private::data on 32bit systemsLars Knoll2020-08-301-2/+3
* rhi: gl: Correctly report WideLines for OpenGLLaszlo Agocs2020-08-302-2/+3
* rhi: Work around qsizetype fallout in manual testsLaszlo Agocs2020-08-302-2/+2
* rhi: vulkan: Enable features on the deviceLaszlo Agocs2020-08-301-2/+17
* rhi: gl: Also try GLSL 140 and 130Laszlo Agocs2020-08-301-9/+13
* QSqlError: Remove unused members, kept for binary compatibilityMarcel Krems2020-08-302-16/+3
* Fix text issues when using typographic namesEskil Abrahamsen Blomfeldt2020-08-302-0/+17
* Display combobox popup on the correct screenMorten Johan Sørvig2020-08-303-12/+40
* QAbstractItemView: make clipboard copy less constrainedSamuel Gaist2020-08-291-1/+1
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-2912-51/+36
* Move the data for QTimer into the d-pointerLars Knoll2020-08-292-36/+75
* Fix comparison of QVariants that contain pointers to QObjectsLars Knoll2020-08-291-0/+26
* Inline some methods that only forward to another overloadLars Knoll2020-08-292-24/+16
* Use checked string iteration in case conversionsEdward Welbourne2020-08-296-7/+40
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-293-30/+2
* qarraydataops: Fix compiler warnings under MSVC 2019.7Marcel Krems2020-08-291-25/+45
* Remove MSVC workaround for QPolygonMarcel Krems2020-08-295-70/+2
* QLocalSocket: Print value OperationError on debug outputMarcel Krems2020-08-291-0/+3
* Doc: Remove obsolete snippet codePaul Wicking2020-08-293-181/+0
* Doc: Make Qt Gui snippets compilable - draganddropNico Vertriest2020-08-294-6/+14
* Doc: Make Qt Gui snippets compilable - brushPaul Wicking2020-08-294-50/+29
* Doc: rename snippet project filePaul Wicking2020-08-291-0/+0
* Prepend optimize QStringAndrei Golubev2020-08-293-59/+203
* Support GrowsBackwards in QByteArrayAndrei Golubev2020-08-292-57/+92
* Reserve extra space for '\0' in QArrayData::allocateAndrei Golubev2020-08-291-0/+30
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-295-57/+44
* Deprecate QIcon API which take a QWindow pointerMorten Johan Sørvig2020-08-292-0/+15
* QPixmapIconEngine: port to new virtual functionsMorten Johan Sørvig2020-08-292-24/+16
* QIconLoader: port to use new virtual functionsMorten Johan Sørvig2020-08-292-45/+40
* Port tst_qiconhighdpi to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-31/+20
* Add const to some methodsLars Knoll2020-08-283-8/+8
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-2812-22/+11
* Remove QUnicodeTools::DefaultOptionsCompatEdward Welbourne2020-08-282-8/+10
* Convert QStringView::toWCharArray() to return qsizetypeEdward Welbourne2020-08-282-4/+4
* Inline QString's conversions to integral types, except long long onesEdward Welbourne2020-08-282-39/+18
* QLatin1String: finish up the qsizetype conversionEdward Welbourne2020-08-281-2/+2
* Use qsizetype for the size of QByteArray's raw data methodsEdward Welbourne2020-08-281-7/+2