summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-271-0/+5
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-02-271-1/+2
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-271-2/+11
* Doc: Fix typo in word mnemonicIvan Tkachenko2023-02-261-1/+1
* QMessageAuthenticationCode: Extract Method setKey() from initMessageHash()Marc Mutz2023-02-261-15/+32
* QSmallByteArray: add sufficient API to make conversion to QByteArrayView impl...Marc Mutz2023-02-261-3/+18
* tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-261-0/+46
* QCryptographicHash: implement non-OpenSSL3 part of supportsAlgorithm()Marc Mutz2023-02-261-2/+30
* QDeadlineTimer: add a few missing default template parametersThiago Macieira2023-02-251-3/+3
* QElapsedTimer & QDeadlineTimer: use NSDMI for their two fieldsThiago Macieira2023-02-253-12/+7
* QThread/Unix: move qt_nanosleep to qthread_unix.cppThiago Macieira2023-02-253-15/+14
* tst_benchlibcallgrind: silence a compiler warningAhmad Samir2023-02-261-1/+1
* examples: port widget examples to new connection styleSamuel Gaist2023-02-257-34/+41
* q_core_unix: move timspec<->chrono helpers from qtools_p.hAhmad Samir2023-02-254-28/+27
* QString: make insert_helper take the insertee by const-refThiago Macieira2023-02-251-1/+1
* Revert "QLocale: update the disabling of -Wfree-nonheap-object to GCC 10 only"Thiago Macieira2023-02-251-1/+1
* QMessageAuthenticationCode: make finalizeUnchecked() properly noexceptMarc Mutz2023-02-251-4/+21
* QMessageAuthenticationCode: replace result QByteArray with QSmallByteArrayMarc Mutz2023-02-251-4/+4
* QMessageAuthenticationCode: reuse messageHash in finalizeUnchecked()Marc Mutz2023-02-251-5/+5
* QCryptographicHash: give the result container a catchy nameMarc Mutz2023-02-251-1/+3
* QMessageAuthenticationCode: make qt_hash_block_size() constexprMarc Mutz2023-02-251-1/+1
* QCryptographicHash: auto-calculate MaxHashLengthMarc Mutz2023-02-253-12/+36
* Use one common repeatCount() function in QLocale and QDateTimeParserAhmad Samir2023-02-251-8/+5
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-259-20/+50
* QTimerInfo: replace a goto with a lambdaAhmad Samir2023-02-241-58/+66
* QTimerInfo: use range-for; use STL algorithmsAhmad Samir2023-02-242-57/+45
* QTimerInfo: don't shadow member variable nameAhmad Samir2023-02-241-19/+19
* QTimerInfo: use chrono for time intervalsAhmad Samir2023-02-244-76/+100
* q_core_unix_p.h: use std::chrono for time intervalsAhmad Samir2023-02-242-30/+43
* Android: use FileProvider with QDesktopServices::openUrl()Assam Boudjelthia2023-02-248-6/+70
* Android: Set TMPDIR to point to cache dir rather than a persistent dirSharaf Zaman2023-02-242-2/+2
* QVLA: Optimize assign() for non-throwing copiesMårten Nordheim2023-02-241-6/+17
* QVLA: Skip one unneeded reallocate call for assign()Mårten Nordheim2023-02-241-4/+2
* Do not add trace_location meta-data by defaultAntti Määttä2023-02-241-3/+0
* Fix warning from signed/unsigned mismatchVolker Hilsheimer2023-02-241-1/+1
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-243-1/+24
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-245-96/+318
* Use isAsciiDigit() in a few more places in qlocale.cppEdward Welbourne2023-02-241-6/+5
* Reflow some code and comments in the aftermath of a dedentEdward Welbourne2023-02-241-16/+13
* Dedent some switch statement bodies to match coding styleEdward Welbourne2023-02-241-114/+114
* Add missing shbang line to shell scriptEdward Welbourne2023-02-241-0/+1
* Add QtConcurrent Examples pageIvan Solovev2023-02-243-1/+24
* Skip non-qtbase tests on CoinMikolaj Boc2023-02-241-9/+16
* QMessageAuthenticationCode: make messageHash a QCryptographicHashPrivateMarc Mutz2023-02-241-2/+4
* QCryptographicHash: move addData(QIODevice*) to PrivateMarc Mutz2023-02-241-1/+7
* QMessageAuthenticationCode: re-use messageHash for hashing the keyMarc Mutz2023-02-241-1/+11
* QMessageAuthenticationCode: use SHA-256 instead of insecure SHA-1 in doc sippetMarc Mutz2023-02-231-3/+3
* QMessageAuthenticationCode: remove lazy initialization of messageHashMarc Mutz2023-02-232-14/+33
* QMessageAuthenticationCode: make Private::method member constMarc Mutz2023-02-231-1/+1
* QMessageAuthenticationCode: use QCryptographicHashPrivate in finalizeUnchecked()Marc Mutz2023-02-231-2/+3