summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move Q_OF_ELF/Q_OF_MACH_O macros to qsystemdetection.hSona Kurazyan2022-08-112-7/+7
* Move Qt 6/7 specific macros to qtversionchecks.hSona Kurazyan2022-08-112-52/+59
* Move qMin/qMax/qBound() to a separate qminmax.h headerIvan Solovev2022-08-116-106/+137
* Extract header qtypes.h from qglobal.hSona Kurazyan2022-08-116-453/+497
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* QUnicodeTools: fix truncation in debug statementsMarc Mutz2022-08-111-5/+5
* QUnicodeTools: fix data race in initialization of libthai symbolsMarc Mutz2022-08-111-5/+12
* QUnicodeTools: fix types used around th_brk()Marc Mutz2022-08-111-2/+2
* QUnicodeTools: fix types used around th_next_cellMarc Mutz2022-08-111-3/+4
* qlocale: Fix some flags not being exposed to the metatype systemMaximilian Goldstein2022-08-111-0/+2
* Wait for window focus instead of expose eventDimitrios Apostolou2022-08-112-3/+1
* RHI: Take advantage of Apple GPU specific features when availableAndy Nichols2022-08-112-28/+159
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-113-10/+14
* CMake: Put Qt-internal targets into a dedicated FOLDERJoerg Bornemann2022-08-115-0/+87
* Remove HEADER_MODULE from qt_internal_extend_targetAlexey Edelev2022-08-112-7/+10
* Move Q_STATIC_ASSERT* macros to qassert.hSona Kurazyan2022-08-112-29/+29
* Move QT_SHARED, QT_STATIC and QT_CONFIG macos to qtconfigmacros.hSona Kurazyan2022-08-112-39/+38
* Rename qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-114-78/+88
* QTranslator: generalize a UNIX-only pathGiuseppe D'Angelo2022-08-101-2/+7
* Remove QSqlTableModel::setQuery(const QSqlQuery &)Ivan Solovev2022-08-103-15/+11
* Make QSqlQueryModel::query() return a reference to the const QSqlQueryIvan Solovev2022-08-103-5/+17
* QtSql: establish removed_api.cpp for upcoming QT_SQL_REMOVED_SINCEIvan Solovev2022-08-102-0/+27
* QSqlQueryModel: guard the definition of deprecated methodIvan Solovev2022-08-101-1/+2
* Try to stabilize window activation on macOSDimitrios Apostolou2022-08-101-14/+30
* Test is stable on OpenSUSE, un-blacklist itDimitrios Apostolou2022-08-101-1/+0
* Test is no longer flaky, unblacklist itDimitrios Apostolou2022-08-101-2/+0
* Test is not flaky any longerDimitrios Apostolou2022-08-101-4/+0
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-103-76/+69
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
* Add the output of qlalr to the consuming target source filesAlexey Edelev2022-08-101-3/+4
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* Generate forward headers for Q{,Const, NonConst}OverloadSona Kurazyan2022-08-101-1/+0
* QSqlQuery: Do not use deleted constructor in docsFabian Kosmale2022-08-101-2/+2
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-103-127/+83
* vulkan: Port to VK_EXT_debug_utilsLaszlo Agocs2022-08-109-114/+293
* rhi: vulkan: Log instance extensionsLaszlo Agocs2022-08-101-3/+8
* rhi: vk: d3d: Zero init most structs normallyLaszlo Agocs2022-08-102-239/+121
* rhi: vulkan: Adjust API version based on the physical deviceLaszlo Agocs2022-08-102-11/+20
* rhi: vulkan: Enable all core features on the deviceLaszlo Agocs2022-08-102-4/+41
* Remove assertion from ownMethodIndex that breaks testsSami Shalayel2022-08-102-4/+42
* Tests: remove #define COMMAThiago Macieira2022-08-092-13/+12
* Documentation: Fix "Using Model Indexes" in Model View Programming guide to workFriedemann Kleint2022-08-092-29/+40
* Add missing characters with diacritics to the WASM mapping tableMikolaj Boc2022-08-091-1/+4
* Add "content file" mode for the qt_internal_add_linker_version_scriptAlexey Edelev2022-08-093-15/+66
* Add pragmas to the header files that needs to be skipped by syncqtAlexey Edelev2022-08-093-0/+15
* Add the common headersclean_check targetAlexey Edelev2022-08-092-8/+17
* CMake: Support big resources in qt_add_resourcesJoerg Bornemann2022-08-0912-93/+365
* CMake: Bail when configuring multiple configurations and plain NinjaAlexandru Croitor2022-08-091-0/+6
* RHI: Reduce redundant MTLDepthStencilState changesAndy Nichols2022-08-091-1/+7