summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-184-8/+8
* QSsl: introduce qtls_utils_p.h with simple RAII helpersTimur Pocheptsov2020-08-183-4/+102
* CMake: Purge remains of the -cmake-makefiles configure argumentJoerg Bornemann2020-08-181-5/+0
* Android: Copy required gradle files in non-prefix shadow buildsAlexandru Croitor2020-08-181-4/+10
* Replace WIN32 with CMAKE_HOST_WIN32Mason McParlane2020-08-181-1/+1
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-185-27/+88
* Reorder operations to align with exception model in qarraydataops.hAndrei Golubev2020-08-181-9/+18
* Separate exception safety primitives from operationsAndrei Golubev2020-08-184-197/+802
* Refactor array data operationsAndrei Golubev2020-08-181-99/+46
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-182-21/+1
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-182-12/+17
* Extend array operations tests with extra casesAndrei Golubev2020-08-182-15/+481
* Remove Qt 5.1 binary-compatibility warningJoerg Bornemann2020-08-182-10/+0
* CMake: Re-generate src/network/configure.cmakeJoerg Bornemann2020-08-181-1/+1
* QCache: Fix the usage of std::is_nothrow_assignable_vMartin Storsjö2020-08-181-1/+1
* CMake: Fix usage of ccache when no executable was foundAlexandru Croitor2020-08-181-3/+8
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-182-14/+1
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-189-133/+140
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-188-416/+32
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-174-22/+29
* rhi: Enable msaatexture manual test on OpenGLLaszlo Agocs2020-08-176-1/+1
* CMake: Link Boostrap against PlatformCommonInternalJoerg Bornemann2020-08-171-0/+1
* CMake: Handle -D, -I, -F and -L configure argumentsJoerg Bornemann2020-08-176-4/+75
* CMake: Fix what Android plugin suffix should be passed as a defineAlexandru Croitor2020-08-171-1/+1
* CMake: Fix typo in README about how to build Android for arm64Alexandru Croitor2020-08-171-1/+1
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-173-4/+6
* Move QDesktopWidget API used by QApplication into QDesktopWidgetVolker Hilsheimer2020-08-173-10/+15
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-1714-64/+239
* Remove call to static QGuiApplication::keyboardModifiers methodVolker Hilsheimer2020-08-171-2/+2
* QDecompressHelper: Fix warnings in zstd codeMårten Nordheim2020-08-171-4/+1
* Add missing 'We mean it' header to qwindowsmime_p.hKai Koehne2020-08-171-0/+11
* Remove 'less than' comparison methodJonas Karlsson2020-08-171-7/+0
* Fix a valgrind warning about accessing uninitialized memoryLars Knoll2020-08-171-1/+1
* Remove dead code in qrandomVolker Hilsheimer2020-08-171-25/+0
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* rhi: QRhiGles2 use proper texture target for multisampled texturesPaul Lemire2020-08-172-3/+18
* CMake: De-duplicate list input handling code in QtProcessConfigureArgsJoerg Bornemann2020-08-171-13/+10
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-1713-100/+997
* Reset version of QStyleOption types to 1 for Qt 6Volker Hilsheimer2020-08-161-10/+10
* Purge versioned style options from UICVolker Hilsheimer2020-08-161-12/+0
* Fix compiler warning about implict cast to doubleLars Knoll2020-08-161-1/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Disentangle QIODevice dependenciesLars Knoll2020-08-1524-50/+130
* Add overload for char to QDataStreamLars Knoll2020-08-151-0/+8
* Some work to handle enums that are larger than 32bitLars Knoll2020-08-152-3/+3
* Remove friend declarations that aren't requiredLars Knoll2020-08-152-4/+7
* Small cleanupLars Knoll2020-08-151-2/+2
* Constrain the data stream operators for containersLars Knoll2020-08-154-18/+46
* Constrain the debug stream operators for containersLars Knoll2020-08-153-12/+41
* Make QVariant(Type) and QVariant(QDataStream) explicitLars Knoll2020-08-151-2/+2