summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wayland: Remove XFAIL after underlying bug was fixedEskil Abrahamsen Blomfeldt2022-08-091-2/+0
* QCommonStyle: use logging categoriesTimur Pocheptsov2022-08-091-4/+8
* qmake: Fix installation of separate debug info for pluginsJoerg Bornemann2022-08-091-1/+1
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-091-0/+9
* Remove cmake/FindCups.cmakeJoerg Bornemann2022-08-091-99/+0
* QtNetwork: Modernize JNI usageMårten Nordheim2022-08-091-8/+7
* NetworkInformation/Android: Delete member only used for validity checkMårten Nordheim2022-08-092-10/+9
* NetworkInformation/Android: Convert enum to integer in java sideMårten Nordheim2022-08-092-15/+9
* NetworkInformation/Android: Modernize with new JNI functionalityMårten Nordheim2022-08-092-32/+27
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-091-2/+2
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* Polish the model/view tutorial examplesFriedemann Kleint2022-08-0911-51/+55
* QDBusMetaObjectGenerator: replace a few more intThiago Macieira2022-08-081-7/+7
* QDBusMetaObjectGenerator: use qsizetype for counting thingsThiago Macieira2022-08-081-26/+28
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-081-3/+3
* Add pragma qt_no_master_include to the qvulkanfunctions header fileAlexey Edelev2022-08-081-0/+4
* Add some testing of QTestEventLoopEdward Welbourne2022-08-0810-2/+333
* tst_qimage: skip exifReadComments when the feature is not activeJanne Juntunen2022-08-081-0/+3
* Improve QDoubleValidator's docsEdward Welbourne2022-08-081-14/+28