summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QMessageAuthenticationCode: reuse messageHash mutexMarc Mutz2023-03-201-3/+2
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-186-24/+26
* SQL/Tests: Cleanup of tst_databases.hChristian Ehrlicher2023-03-172-124/+84
* SQLite: Update SQLite to v3.41.1Christian Ehrlicher2023-03-173-39/+92
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-174-31/+31
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-173-8/+13
* SQL/Tests: Cleanup tst_QSqlDatabaseChristian Ehrlicher2023-03-171-35/+16
* SQL/IBASE: misc cleanupChristian Ehrlicher2023-03-171-54/+45
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-172-11/+75
* Revert "QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' m...Timur Pocheptsov2023-03-171-16/+12
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-173-0/+21
* Adjust window rectangle for menu baseline test caseSanthosh Kumar2023-03-171-1/+4
* Remove window frame for combo-box widget baseline test caseSanthosh Kumar2023-03-171-1/+1
* Handle device loss for texture widgetsDavid Redondo2023-03-177-6/+61
* Silence a signed vs unsigned warning when char is signedEdward Welbourne2023-03-171-2/+2
* Wasm testing: Refactor test framework and update testsPiotr Wierciński2023-03-171-310/+367
* wasm: export qstdweb::readDataTransfer()Morten Sørvig2023-03-171-1/+1
* QProcess/Linux: fix file descriptor leak in case of failed child startThiago Macieira2023-03-163-8/+19
* QCryptographicHash: check addData() with null QByteArrayViewMarc Mutz2023-03-171-0/+23
* QCryptographicHash: move EVP struct into the contexts unionMarc Mutz2023-03-171-40/+80
* QCryptographicHash: move EVP members into a structMarc Mutz2023-03-171-15/+17
* QCryptographicHash: separate EVP and non-EVP OpenSSL3 operationsMarc Mutz2023-03-171-5/+22
* QCryptographicHash: separate OpenSSL3 and traditional modes moreMarc Mutz2023-03-171-21/+51
* QCryptographicHash: split initialization from reset()ingMarc Mutz2023-03-171-19/+86
* QCryptographicHash: fix missing EVP_DigestInit_ex() after EVP_MD_CTX_reset()Marc Mutz2023-03-171-0/+1
* QMessageAuthenticationCode: make reset() noexceptMarc Mutz2023-03-172-2/+2
* QMessageAuthenticationCode: port to QByteArrayView [3/3]: static hash()Marc Mutz2023-03-173-1/+14
* QMessageAuthenticationCode: port to QByteArrayView [2/3]: addData()Marc Mutz2023-03-173-2/+15
* QMessageAuthenticationCode: port to QByteArrayView [1/3]: ctor/setKey()Marc Mutz2023-03-173-3/+33
* Fix UBSAN warningsAllan Sandfeld Jensen2023-03-173-29/+39
* SQL/SQLDatabase: do not copy q within QSqlDatabasePrivate::copy()Christian Ehrlicher2023-03-161-9/+5
* Replace 'Network Examples' overview imageMårten Nordheim2023-03-163-1/+1
* QTimerInfo: fix lambda nameAhmad Samir2023-03-171-3/+4
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-164-44/+45
* QMessageAuthenticationCode: add move SMFs and swap()Marc Mutz2023-03-163-0/+84
* QDate: add epochDate() helper to unittestsAhmad Samir2023-03-161-6/+14
* Fix compilation issues for androidMichal Klocek2023-03-163-0/+9
* QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-161-5/+11