summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-191-9/+2
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-192-2/+5
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-192-1/+5
* Build fixes for GCC 11Ville Voutilainen2021-01-194-4/+4
* Fix framework path for *_header_check targetsJoerg Bornemann2021-01-191-1/+1
* Remove unused variable from QNetworkReply benchmarkVolker Hilsheimer2021-01-191-1/+0
* Android: Finish composing text before Key handlingBartlomiej Moskal2021-01-191-0/+11
* Update QOperatingSystemVersion version names for AndroidAssam Boudjelthia2021-01-192-0/+40
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...Friedemann Kleint2021-01-191-2/+2
* pro2cmake: Add mapping for Qt::StateMachineJoerg Bornemann2021-01-191-0/+1
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-196-9/+79
* Adjust sql drivers documentation to cmakeAlexey Edelev2021-01-192-163/+195
* Move UNICODE and _UNICODE definitions to internal platform targetAlexey Edelev2021-01-192-1/+5
* tst_QThreadPool: avoid a potential memory leaksSona Kurazyan2021-01-191-53/+45
* Add QNX7.1 to CIMarianne Yrjänä2021-01-191-1/+1
* Windows QPA: Fix blurry title icons with fractional scale factorFriedemann Kleint2021-01-191-1/+2
* Adjust database packages FindFoo.cmake files to CMake conventionAlexey Edelev2021-01-193-36/+41
* Fix qt_add_big_resources with namespace buildsAlexey Edelev2021-01-192-2/+2
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* vkmemalloc: Silence clang warning about unused member varLaszlo Agocs2021-01-192-3/+43
* Update QVulkan(Device)Functions to Vulkan 1.2Laszlo Agocs2021-01-198-1903/+12006
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-182-4/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-01-183-32/+12
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-184-22/+32
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-183-3/+80
* QVectorND: make some constructors explicitGiuseppe D'Angelo2021-01-181-3/+3
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-183-2/+65
* QVariant::fromValue<T>: require T to be copy constructibleFabian Kosmale2021-01-182-0/+20
* QUntypedBindable: Add documentationFabian Kosmale2021-01-181-0/+113
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* macOS: Fix assert with Freetype engineEskil Abrahamsen Blomfeldt2021-01-181-1/+1
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-182-5/+21
* rhi: Stop hardcoding the Vulkan backend's desired instance extensionsLaszlo Agocs2021-01-185-15/+44
* Add qvkgen header template to its own fileLaszlo Agocs2021-01-182-1/+39
* vulkan: Add instance-level version getterLaszlo Agocs2021-01-186-5/+73
* eglfs: Use drmClose in drm/EGLDevice backendLaszlo Agocs2021-01-181-1/+1
* Fix lancelot GL painting test for GLESEirik Aavitsland2021-01-181-5/+8
* FindLibb2: Don't rely solely on pkg-configCraig Scott2021-01-185-7/+38
* Make -pkg-config configure option actually workCraig Scott2021-01-181-0/+6
* Add "Q_UNUSED" to (3rdparty) strtod.cc for a 32 bit code pathAndrei Golubev2021-01-172-0/+23
* QMatrix4x4: mark it as Q_PRIMITIVE_TYPEGiuseppe D'Angelo2021-01-171-1/+1
* QHeaderView: fix moving sections with mouse in RTL modeChristian Ehrlicher2021-01-171-3/+4
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-153-37/+37
* Get rid of blend_color_rgb16Allan Sandfeld Jensen2021-01-151-82/+1
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-155-0/+29
* QTestlib/JUnit XML: Log most messages to standard output instead of error outputFriedemann Kleint2021-01-1528-79/+133
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-01-152-1/+27
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-1548-85/+200
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-01-151-0/+3