summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QMetaType::convert: Avoid some copies in ranged-forFabian Kosmale2023-03-211-4/+4
* Add a manual test to show a QTreeView with QInputDevice::devices()Shawn Rutledge2023-03-214-0/+360
* xcb: Delete QInputDevice instances that X11 no longer findsShawn Rutledge2023-03-211-22/+60
* Widgets/QCheckBox: change signature of stateChanged() for Qt7Christian Ehrlicher2023-03-213-14/+34
* 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
* CMake: Write target architecture into module info filesJoerg Bornemann2023-03-211-1/+2
* Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
* rhi: widgets: Try sw adapter if D3D11 init failsLaszlo Agocs2023-03-211-0/+6
* docs: Remove map and runfunction exampleDennis Oberst2023-03-211-2/+0
* Move rsslisting example into corelibe/serializationØystein Heskestad2023-03-219-8/+10
* Remove libQt6Xml dependency in rsslisting exampleØystein Heskestad2023-03-212-3/+2
* Remove libQt6Xml dependency in streambookmarks exampleØystein Heskestad2023-03-212-3/+2
* Change android target SDK version to 31Fabio Falsini2023-03-213-3/+3
* Doc: Fix wording in the Simple Style Plugin documentationJoerg Bornemann2023-03-211-5/+5
* CMake: remove tests for C++17 and C11 and earlierThiago Macieira2023-03-213-109/+4
* Add QImage null check when QOpenGLTexture convertsLaszlo Agocs2023-03-211-1/+6
* rhi: metal: Share semaphore code within the backendLaszlo Agocs2023-03-212-25/+34
* rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-211-9/+7
* Example: rename progressdialog to primecounter and modernize itDennis Oberst2023-03-2115-86/+494
* 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
* Silence warnings from unused variablesVolker Hilsheimer2023-03-214-2/+5
* QProcess: reimplement systemEnvironment() using QProcessEnvironmentThiago Macieira2023-03-201-18/+1
* QLocaleData: move CharBuff typedef out of QLocaleDataAhmad Samir2023-03-211-2/+3
* QLocaleData: replace two static helpers with if constexprAhmad Samir2023-03-211-16/+8
* Skip QTimeZone::isTimeZoneIdAvailable()'s validity check on UnixEdward Welbourne2023-03-201-2/+8
* Recognize POSIX rules as valid timezone IDs for the TZ backendEdward Welbourne2023-03-201-7/+20
* Replace Q_CORE_EXPORT with Q_AUTOTEST_EXPORT in qlocalfileapi_p.hMikolaj Boc2023-03-201-3/+6
* QTextLayout/text cursor: use the same height as the selectionChristian Ehrlicher2023-03-201-1/+1
* Example: update wordcount exampleDennis Oberst2023-03-203-64/+127
* Rework documentation of cbordump exampleEdward Welbourne2023-03-201-23/+24
* Use local names to make some numeric_limits references more readableEdward Welbourne2023-03-201-5/+7
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-2043-85/+85
* QTimeZone: use correct Darwin define in #if-eryEdward Welbourne2023-03-202-6/+6
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-202-3/+3
* CMake: Write Qt's namespace into module info JSON filesJoerg Bornemann2023-03-201-0/+4
* macOS: Disable interaction for modally blocked transient parent windowsTor Arne Vestbø2023-03-202-4/+32
* macOS: Bail out if handling cut/copy/paste action from non-Qt NSMenuItemTor Arne Vestbø2023-03-201-3/+15
* macOS: Add logging category for menu machineryTor Arne Vestbø2023-03-208-27/+27
* Revert "Skip socket and server tests on Ubuntu 22.04 and QEMU"Mårten Nordheim2023-03-205-23/+0
* remotecontrolledcar example: Move car.xml to common directoryIevgenii Meshcheriakov2023-03-206-15/+4
* remotecontrolledcar example: Move executables into single example projectIevgenii Meshcheriakov2023-03-204-17/+13
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-201-4/+2
* QMessageAuthenticatonCode: re-use QCryptographicHash's result bufferMarc Mutz2023-03-201-8/+3
* Wasm: Fix displaying frameless QWasmWindow with transparent contentPiotr Wierciński2023-03-203-8/+20
* Centralize copyright information for QtKai Köhne2023-03-209-5/+19
* Update Copyright year to 2023Kai Köhne2023-03-204-4/+4
* QMessageAuthenticationCode: remove Private::methodMarc Mutz2023-03-201-3/+2