summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtSql: establish removed_api.cpp for upcoming QT_SQL_REMOVED_SINCEv6.4.0-beta3Ivan Solovev2022-08-102-0/+27
* QSqlQueryModel: guard the definition of deprecated methodIvan Solovev2022-08-101-1/+2
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
* QSqlQuery: Do not use deleted constructor in docsFabian Kosmale2022-08-101-2/+2
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-08-101-3/+8
* cmake: Work around bug in CMake's Xcode generator setting INSTALL_PATHTor Arne Vestbø2022-08-101-0/+18
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-08-101-0/+2
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-08-101-4/+8
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-101-0/+9
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-101-2/+2
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-091-3/+3
* QDBusMetaObjectGenerator: use qsizetype for counting thingsThiago Macieira2022-08-091-26/+28
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-081-1/+5
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* QNetworkInformation: Add missing \since markerMårten Nordheim2022-08-081-0/+1
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-083-30/+146
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-081-0/+8
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-061-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-061-3/+4
* QFixed: add implicit conversion from long longMarc Mutz2022-08-051-0/+1
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement opsJoerg Bornemann2022-08-051-4/+4
* rhi: gl: Unify end/finish behaviorLaszlo Agocs2022-08-051-0/+12
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-051-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-051-5/+4
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-08-051-0/+20
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* eglfs: Ensure correct z-order of windowsSérgio Martins2022-08-052-3/+52
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-052-0/+20
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-052-24/+0
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-08-051-1/+1
* Fix several more improperly placed #include mocThiago Macieira2022-08-0412-26/+26
* Fix composition of render-to-texture widgets on big endianMarcus Comstedt2022-08-046-13/+23
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-044-7/+12
* rhi: vulkan: Enable all but one of the 1.0 core featuresLaszlo Agocs2022-08-041-17/+15
* QtHttp: Lower the severity of some log outputMårten Nordheim2022-08-041-5/+4
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-041-0/+1
* Eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-08-041-7/+0
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-041-0/+4
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-041-1/+1
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16