summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-041-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-041-5/+4
* Add Latin 1 case-insensitive Boyer-Moore searcherØystein Heskestad2022-08-041-22/+71
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-045-8/+26
* moc: use C++ constexpr to generate the meta object string dataThiago Macieira2022-08-042-0/+79
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-044-15/+51
* 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
* Fix a date-time with invalid QTime to use a valid oneEdward Welbourne2022-08-041-1/+1