summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QTextStream: purge deprecated APIEdward Welbourne2020-08-312-74/+0
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-23/+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: 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-294-7/+11
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-292-21/+2
* qarraydataops: Fix compiler warnings under MSVC 2019.7Marcel Krems2020-08-291-25/+45
* Remove MSVC workaround for QPolygonMarcel Krems2020-08-293-68/+1
* 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-292-59/+100
* 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
* Add const to some methodsLars Knoll2020-08-283-8/+8
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-0/+5
* 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
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-284-30/+27
* Don't second-guess strcoll()Edward Welbourne2020-08-281-8/+3
* Include qhash.h in header instantiating QHashEdward Welbourne2020-08-281-0/+1
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-11/+12
* QLine: swap IntersectType and IntersectionTypeEdward Welbourne2020-08-282-12/+6
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-283-1023/+7