summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-143-51/+51
* Add move semantics to QContiguousCacheLars Knoll2020-03-141-34/+60
* Cleanup code in QContiguousCacheLars Knoll2020-03-141-94/+74
* CMake: Pass --verbose flag to ninjaAlexandru Croitor2020-03-135-7/+7
* CMake: Don't make a private module depend 1kk times on the public oneAlexandru Croitor2020-03-131-1/+2
* QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-132-13/+13
* Remove an outdated commentGiuseppe D'Angelo2020-03-131-8/+0
* cmake: Add default Info.plist for macOS with some important keysTor Arne Vestbø2020-03-134-0/+61
* High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* cmake: Disable GL deprecations on Apple platformsTor Arne Vestbø2020-03-121-0/+6
* CMake: pro2cmake handle ${QT_SOURCE_TREE} for include statementsLeander Beernaert2020-03-121-0/+7
* CMake: Reformat the python scripts using blackAlexandru Croitor2020-03-123-29/+48
* CMake: Fix incorrect argument in QtBuildInternalsAndroidAlexandru Croitor2020-03-121-2/+2
* CMake: Install the QtBuildInternalsAndroid.cmake filleAlexandru Croitor2020-03-121-1/+5
* CMake: Regenerate tests projectsAlexandru Croitor2020-03-1227-18/+194
* CMake: Don't build tests and examples by default on Android and iOSAlexandru Croitor2020-03-121-2/+2
* CMake: Propagate minimum required C++ standard to consumers of QtAlexandru Croitor2020-03-122-0/+11
* CMake: pro2cmake: Handle LIBS_SUFFIX define correctlyAlexandru Croitor2020-03-123-2/+14
* rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-124-7/+33
* Fix spelling mistakesTor Arne Vestbø2020-03-111-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-11131-1213/+6180
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-11131-1213/+6180
| |\
| | * 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
| | * 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