summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-101-4/+3
* 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 pragmas to the header files that needs to be skipped by syncqtAlexey Edelev2022-08-093-0/+15
* CMake: Support big resources in qt_add_resourcesJoerg Bornemann2022-08-092-93/+228
* RHI: Reduce redundant MTLDepthStencilState changesAndy Nichols2022-08-091-1/+7
* QCommonStyle: use logging categoriesTimur Pocheptsov2022-08-091-4/+8
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-091-0/+9
* 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
* 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
* Improve QDoubleValidator's docsEdward Welbourne2022-08-081-14/+28
* 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
* Only manually expose the wasm window on raise/lower if it is visibleMikolaj Boc2022-08-081-2/+4
* qputenv: port to QByteArrayViewMarc Mutz2022-08-064-13/+27
* Declare logging category exported in tst_QDockWidgetAxel Spoerl2022-08-051-1/+1
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-051-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-051-3/+4
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-051-0/+8
* 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
* 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
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-059-157/+93
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-056-36/+0
* Move Q_ASSUME and Q_UNREACHABLE to qassert.hSona Kurazyan2022-08-054-74/+75
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-054-77/+83
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-056-90/+127
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-053-4/+4
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* QBindingObserverPtr: add noexceptFabian Kosmale2022-08-051-5/+5