summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change android target SDK version to 31Fabio Falsini2023-03-243-3/+3
* Windeployqt: change qml import handlingTimothée Keller2023-03-241-1/+1
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-242-0/+11
* remotecontrolledcar example: Modernize the codeIevgenii Meshcheriakov2023-03-246-57/+27
* tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-241-3/+6
* tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-241-60/+20
* tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-241-24/+24
* Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-241-0/+1
* mainwindow example: Fix implicit conversion from qsizetype warningsTor Arne Vestbø2023-03-242-3/+3
* QNetworkDiskCache: Update doc snippetsMårten Nordheim2023-03-241-3/+6
* Remove loopback network exampleMårten Nordheim2023-03-2413-287/+2
* Clean up multicast examplesMårten Nordheim2023-03-247-6/+10
* Change paintedwindow example to be a manual testLaszlo Agocs2023-03-237-3/+1
* Move hellowindow and qopenglwindow to be a manual testsLaszlo Agocs2023-03-2314-6/+2
* Remove dead code from QWasmCompositorMikolaj Boc2023-03-231-14/+0
* Remove the unused QWasmWindow::m_pointerMoveCallbackMikolaj Boc2023-03-231-1/+0
* Set the cursor in QWasmWindowMikolaj Boc2023-03-234-91/+41
* wasm: add support for input languages win32 mobileLorn Potter2023-03-231-16/+18
* Change computegles31 example to a manual testLaszlo Agocs2023-03-239-2/+0
* Move hellovulkantexture example to manual testLaszlo Agocs2023-03-2315-21/+1
* Handle the wheel event in the wasm windowMikolaj Boc2023-03-226-79/+94
* Windows QPA: Change handling of maximised frame/title-less windowsTimothée Keller2023-03-223-34/+37
* Handle the drop event in the wasm window elementMikolaj Boc2023-03-2210-137/+176
* xcb: Delete QInputDevice instances that X11 no longer findsShawn Rutledge2023-03-221-22/+60
* QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-211-2/+2
* QCryptographicHash: constexpr ALL of QSmallByteArrayMarc Mutz2023-03-211-19/+19
* QMessageAuthenticationCode: have setKey() call initMessageHash()Marc Mutz2023-03-211-3/+2
* rhi: widgets: Try sw adapter if D3D11 init failsLaszlo Agocs2023-03-211-0/+6
* QMessageAuthenticatonCode: re-use QCryptographicHash's result bufferMarc Mutz2023-03-211-8/+3
* Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
* macOS: Disable interaction for modally blocked transient parent windowsTor Arne Vestbø2023-03-212-4/+32
* Remove libQt6Xml dependency in rsslisting exampleØystein Heskestad2023-03-212-3/+2
* Remove libQt6Xml dependency in streambookmarks exampleØystein Heskestad2023-03-212-3/+2
* Doc: Fix wording in the Simple Style Plugin documentationJoerg Bornemann2023-03-211-5/+5
* rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-211-9/+7
* Add QImage null check when QOpenGLTexture convertsLaszlo Agocs2023-03-211-1/+6
* macOS: Bail out if handling cut/copy/paste action from non-Qt NSMenuItemTor Arne Vestbø2023-03-211-3/+15
* macOS: Add logging category for menu machineryTor Arne Vestbø2023-03-218-27/+27
* Example: rename progressdialog to primecounter and modernize itDennis Oberst2023-03-2115-86/+494
* remotecontrolledcar example: Move executables into single example projectIevgenii Meshcheriakov2023-03-214-17/+13
* remotecontrolledcar example: Move car.xml to common directoryIevgenii Meshcheriakov2023-03-216-15/+4
* Trace: Make Q_TRACEPOINT publicAntti Määttä2023-03-211-2/+2
* Move CTF tracing plugin to plugins directoryAntti Määttä2023-03-2111-19/+21
* Fix RTA test build for INTEGRITYTatiana Borisova2023-03-211-1/+3
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-211-4/+2
* Silence warnings from unused variablesVolker Hilsheimer2023-03-214-2/+5
* QProcess: reimplement systemEnvironment() using QProcessEnvironmentThiago Macieira2023-03-211-18/+1
* Use local names to make some numeric_limits references more readableEdward Welbourne2023-03-211-5/+7
* QTextLayout/text cursor: use the same height as the selectionChristian Ehrlicher2023-03-211-1/+1
* Fix CMakeLists.txt of Style Plugin Example (broken on macOS)Axel Spoerl2023-03-201-1/+1