summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Small typo fixSimon Hausmann2020-03-101-13/+13
* Remove template leftoverFabian Kosmale2020-03-101-1/+0
* Fix warning in qmetaobjectbuilder.cppMitch Curtis2020-03-101-1/+1
* Fix distribution of font properties in QTextFormatEskil Abrahamsen Blomfeldt2020-03-102-12/+38
* CMake: Remove old 3rdparty mechanism for harfbuzz-non-ngAlexandru Croitor2020-03-104-17/+17
* CMake: Remove old 3rdparty mechanism for double conversionAlexandru Croitor2020-03-105-33/+61
* CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-098-0/+267
* Simplify OpenGL and OpenGL ES2 library tests in Gui's configure.jsonLeander Beernaert2020-03-091-12/+2
* QFlatMap: explicitly include <vector>Vitaly Fanaskov2020-03-061-0/+1
* Remove trivial overrides from QProcessJoerg Bornemann2020-03-062-31/+0
* Merge QProcess::startDetached(QString, QStringList, ...) overloadsJoerg Bornemann2020-03-062-20/+1
* CMake: Remove special case handling for OpenSSLLeander Beernaert2020-03-063-26/+50
* Enabler: Store more properties of application fontsEskil Abrahamsen Blomfeldt2020-03-0619-238/+439
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-0514-138/+31
* CMake: Depend on automoc timestamp for metatypes extractionLeander Beernaert2020-03-051-13/+40
* CMake: Convert Core_qobject to a static moduleLeander Beernaert2020-03-051-13/+9
* Remove QImageIOHandler::name()Shawn Rutledge2020-03-052-14/+0
* Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-051-73/+0
* CMake: Handle conditions in third party find modules correctlyAlexandru Croitor2020-03-051-0/+4
* CMake: fix typoMårten Nordheim2020-03-051-1/+1
* QHash/QMap: don't return const from value(), key()Marc Mutz2020-03-054-15/+15
* Add support for attaching continuations to QFutureSona Kurazyan2020-03-059-7/+647
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-03-0468-401/+642
|\
| * Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0468-401/+642
| |\
| | * 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-032-3/+36
| | * QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-4/+5
| | * QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-033-4/+10
| | * Fix missing return-type in doc of qfloat16::copySign()Edward Welbourne2020-03-031-1/+1
| | * Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
| | * QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-035-6/+21
| | * 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-035-23/+29
| | * rhi: Include an arrayDims vector in InOutVariable tooLaszlo Agocs2020-03-032-1/+23
| | * rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-033-18/+44
| | * rhi: d3d: Use native resource binding mapping table when presentLaszlo Agocs2020-03-032-64/+215
| | * rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-037-30/+43
| | * Do not constantly create new surfaces with MoltenVK on macOSLaszlo Agocs2020-03-033-7/+8
| | * macOS: MoltenVK: Pass in the layer instead of the viewLaszlo Agocs2020-03-031-1/+1
| | * QMap: undeprecate QMap::count(Key)Mårten Nordheim2020-03-032-32/+19
| | * QMap/QHash: Use versioned deprecation macroMårten Nordheim2020-03-032-10/+10
| | * Undeprecate QHash::count(Key)Mårten Nordheim2020-03-032-29/+14
| | * Avoid UB in QList::removeAt()Lars Knoll2020-03-031-2/+5
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-0310-35/+42
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-2910-35/+42
| | | |\
| | | | * Fix geometry handling for native child windowsFriedemann Kleint2020-02-284-8/+23