summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Polish the Mandelbrot ExampleFriedemann Kleint2020-03-103-33/+29
* 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
* qmake: Document qmltypes and metatypesUlf Hermann2020-03-091-0/+35
* 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-0638-15/+52
* 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
* Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-067-610/+908
* 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
* Doc: Let SQL Drill Down example show correct use of qgraphicsitem_castPaul Wicking2020-03-062-0/+6
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-0519-168/+451
* Fix deprecation warning in QGenericUnixServicesJoerg Bornemann2020-03-051-1/+2
* Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
* Add 'pass' test to testlib selftestsTor Arne Vestbø2020-03-0510-2/+170
* QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-053-28/+27
* tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
* tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
* QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-055-9/+58
* QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-054-8/+31
* Document TlsV1SslV3 as deprecatedTimur Pocheptsov2020-03-041-1/+1
* Android: Bump gradle (plugin) versionsBogDan Vatra2020-03-047-4/+38
* QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-044-93/+94
* 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
* macOS: Don't create QMacCGContext when printingTor Arne Vestbø2020-03-041-9/+12
* macOS: Reduce save dialog extension filters to their last componentTor Arne Vestbø2020-03-041-19/+42
* QMimeXMLProvider: fix another issue with -no-mimetype-databaseThiago Macieira2020-03-032-5/+10
* Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-034-3/+48
* Generate separate debug info for Qt tools tooJoerg Bornemann2020-03-031-1/+1
* QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-032-4/+84
* QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-033-4/+10
* Examples: add scrollbar to allow viewing all options on AndroidAssam Boudjelthia2020-03-032-12/+33
* Examples: update examples list for AndroidAssam Boudjelthia2020-03-031-78/+97
* Fix missing return-type in doc of qfloat16::copySign()Edward Welbourne2020-03-031-1/+1
* Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-0316-1/+49
* Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-032-0/+6
* QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-0311-35/+48
* QVulkanWindow: Remove queueCreateInfoModifier getterLaszlo Agocs2020-03-032-14/+0
* rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-034-0/+32
* Add since 5.15 to new QVulkanInstance functionLaszlo Agocs2020-03-031-0/+2
* rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-036-25/+31
* rhi: Include an arrayDims vector in InOutVariable tooLaszlo Agocs2020-03-032-1/+23
* rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-033-18/+44