summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: Add include guards for FindPPS.cmake and FindSlog2.cmakeCristian Adam2020-08-192-0/+8
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* 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
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-195-3/+858
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-195-2/+14
* Document qmake variable ANDROID_TARGET_ARCHKai Koehne2020-08-191-8/+8
* CMake Port: Remove outdated information in README.mdKai Koehne2020-08-191-3/+0
* Windows: Avoid syncqt needlessly re-generating headersKai Koehne2020-08-191-1/+2
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-196-2/+28
* 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-192-3/+180
* 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