summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-198-125/+113
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-27/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-197-142/+2
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-192-0/+14
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Fix the doc exampleJarek Kobus2020-08-191-1/+1
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* CMake Build: Do not link to pthread for QNX for cxx11_future detectionCristian Adam2020-08-191-1/+1
* CMake Build: Add socket as a dependency for QtNetwork on QNXCristian Adam2020-08-191-0/+2
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-194-2/+237
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-195-2/+14
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* QMultiMap: fix regression in find(Key, T)Giuseppe D'Angelo2020-08-191-5/+12
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-3/+9
* 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
* 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-184-27/+49
* Reorder operations to align with exception model in qarraydataops.hAndrei Golubev2020-08-181-9/+18
* Separate exception safety primitives from operationsAndrei Golubev2020-08-181-195/+189
* 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-181-8/+8
* 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
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+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
* CMake: Link Boostrap against PlatformCommonInternalJoerg Bornemann2020-08-171-0/+1
* CMake: Fix what Android plugin suffix should be passed as a defineAlexandru 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-178-63/+36
* 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: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-179-0/+87