summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QAnimationDriver: remove deprecated startTime(), setStartTime()Edward Welbourne2020-08-282-36/+0
* Remove deprecated QDataStream::unsetDevice()Edward Welbourne2020-08-282-17/+0
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-283-72/+6
* Remove QTimeLine's curveShapeEdward Welbourne2020-08-282-101/+1
* CMake: Support add_executable for AndroidCristian Adam2020-08-281-0/+1
* Use ApplicationInfo to get metaDataMike Achtelik2020-08-281-5/+5
* Remove fxc configure testJoerg Bornemann2020-08-281-37/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-285-15/+7
* macOS: Remove documentation for removed functionTor Arne Vestbø2020-08-281-11/+0
* rhi: d3d: Allow compiling source shaders with debug at run timeLaszlo Agocs2020-08-283-6/+56