summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve QDoubleValidator's docsEdward Welbourne2022-08-081-14/+28
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-082-1/+6
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* wasm: add event loop auto testMorten Sørvig2022-08-087-1/+352
* QNetworkInformation: Add missing \since markerMårten Nordheim2022-08-081-0/+1
* cmake: Allow adding extra content to plugin pri fileTor Arne Vestbø2022-08-081-1/+12
* cmake: Use file instead of qt_configure_file for generating plugin priTor Arne Vestbø2022-08-081-4/+5
* Basiclayouts: Add scrolling to exampleElias Hautala2022-08-081-2/+17
* cmake: Move qt_install call into qt_generate_plugin_pri_fileTor Arne Vestbø2022-08-082-6/+4
* cmake: Defer generating plugin .pri file until finalizerTor Arne Vestbø2022-08-081-9/+11
* 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
* Remove blacklist of tryAcquireWithTimeout on WindowsAllan Sandfeld Jensen2022-08-071-6/+0
* qputenv: port to QByteArrayViewMarc Mutz2022-08-0612-29/+43
* tests: add a textfield in qt-client-widgetLiang Qi2022-08-062-0/+13
* tests: make xembed/qt-client-raster betterLiang Qi2022-08-062-1/+3
* tests: make xembed/qt-client-widget betterLiang Qi2022-08-062-1/+5
* tests: replace gtk-embedder.py with a gtk3 appLiang Qi2022-08-0619-92/+122
* Declare logging category exported in tst_QDockWidgetAxel Spoerl2022-08-052-7/+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-052-1/+13
* 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
* CMake: Fix mockplugins test not to fail in a non-prefix buildAlexandru Croitor2022-08-051-5/+10
* Allow specifying multiple header types in qt_copy_framework_headersAlexey Edelev2022-08-052-38/+31
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-4/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* 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-057-37/+1
* 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
* tst_QFocusFrame: fix -WparanthesesMarc Mutz2022-08-041-1/+1
* 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-042-22/+175
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-046-8/+87
* 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