summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-1622-57/+57
* Introduce always constexpr variants of qCountTrailingZeroBitsFabian Kosmale2020-03-161-19/+46
* Get rid of QRegExp usage in the cocoa pluginLars Knoll2020-03-152-4/+9
* Fix QNetworkAccessCache after QHash stability semantics changeLars Knoll2020-03-152-43/+42
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-148-179/+177
* Use qsizetype for size related methods in QMapLars Knoll2020-03-142-47/+47
* Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-142-38/+38
* Add move semantics to QContiguousCacheLars Knoll2020-03-141-34/+60
* Cleanup code in QContiguousCacheLars Knoll2020-03-141-94/+74
* QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-132-13/+13
* Remove an outdated commentGiuseppe D'Angelo2020-03-131-8/+0
* High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* CMake: pro2cmake: Handle LIBS_SUFFIX define correctlyAlexandru Croitor2020-03-122-2/+2
* rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-123-7/+23
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-1177-993/+1790
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1177-993/+1790
| |\
| | * Doc: Fix documentation for class qfloat16Topi Reinio2020-03-102-22/+24
| | * QVulkanWindow: Fix setQueueCreateInfoModifier signatureLaszlo Agocs2020-03-102-2/+2
| | * Mimetypes: Build fix for Android builds on WindowsCristian Adam2020-03-101-2/+5
| | * rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124
| | * QDataStream: keep brace delimiters inside #if-scopesMårten Nordheim2020-03-101-1/+2
| | * Schannel: Fix readBufferMaxSize impl with incomplete data optimizationMårten Nordheim2020-03-101-1/+2
| | * Bearer management deprecation cleanupMårten Nordheim2020-03-103-1/+18
| | * Doc: Mention .qrc compression attributes in resource compiler docsTopi Reinio2020-03-101-4/+15
| | * Multithread some QImage routinesAllan Sandfeld Jensen2020-03-096-519/+996
| | * macOS: Support printing when no printers are installedTor Arne Vestbø2020-03-091-35/+37
| | * Document how to use CMake for Qt NetworkKai Koehne2020-03-096-25/+26
| | * WinRT: Use the fallbacks for getting the save file nameAndy Shaw2020-03-091-1/+9
| | * QDataStream: fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x0050F00David Faure2020-03-081-4/+8
| | * QtSql/ODBC: allow table names with unicode charsChristian Ehrlicher2020-03-071-1/+1
| | * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-0616-10/+26
| | * rhi: vulkan: Silence useless desc.set validation warningsLaszlo Agocs2020-03-061-0/+9
| | * macOS: Disable system provided tabbing by defaultTor Arne Vestbø2020-03-061-0/+1
| | * Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-062-2/+7
| | * Doc: Mark QColorSpace enum as introduced in Qt 5.15Kai Koehne2020-03-061-2/+2
| | * Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
| | * rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-059-168/+290
| | * Fix deprecation warning in QGenericUnixServicesJoerg Bornemann2020-03-051-1/+2
| | * Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
| | * QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-052-26/+22
| | * QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-054-6/+53
| | * QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-053-4/+31
| | * Document TlsV1SslV3 as deprecatedTimur Pocheptsov2020-03-041-1/+1
| | * Android: Bump gradle (plugin) versionsBogDan Vatra2020-03-045-4/+29
| | * QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-043-8/+9
| | * Windows QPA: Add support to UiaRaiseNotificationEvent()Andre de la Rocha2020-03-044-6/+49
| | * Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-042-3/+2
* | | QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-114-3020/+76
|/ /
* | Fix typoSimon Hausmann2020-03-101-3/+3
* | Small typo fixSimon Hausmann2020-03-101-13/+13