summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove htmlinfo exampleØystein Heskestad2023-03-0311-3494/+1
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-033-81/+141
* Doc: fix link to XML Streaming pageVolker Hilsheimer2023-03-031-1/+1
* Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-031-12/+20
* qobjectdefs.h: properly disable rvalue qReturnArg()Marc Mutz2023-03-031-1/+1
* QBasicTimer: replace new qint64 overloads with chrono onesMarc Mutz2023-03-033-29/+41
* Doc: point at tetrix example for QBasicTimer usageVolker Hilsheimer2023-03-012-3/+3
* Doc: move snippet for implicit translation contextVolker Hilsheimer2023-03-013-3/+3
* Doc: fix link to Widgets TutorialVolker Hilsheimer2023-03-011-1/+1
* doc: Fix spelling of 'equivalent' in QString documentationTor Arne Vestbø2023-03-011-3/+3
* qobjectdefs.h: optimize AreOldStyleArgsMarc Mutz2023-03-011-3/+3
* Apply q20::remove_cvref_t around the codeMarc Mutz2023-03-014-11/+11
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-012-15/+78
* QVarLengthArray: move a static_assert() to the correct placeMarc Mutz2023-03-011-1/+1
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-011-2/+2
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-017-11/+10
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* Doc: point at fetchmore example for QDir usageVolker Hilsheimer2023-03-011-1/+2
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Doc: rewrite shortcut focus sectionPaul Wicking2023-03-011-4/+9
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
* Document tracing location android meta-dataAntti Määttä2023-03-011-0/+7
* pingpong example: Remove pong.hIevgenii Meshcheriakov2023-03-014-19/+12
* pingpong example: Modernize the codeIevgenii Meshcheriakov2023-03-013-24/+22
* Avoid resetting CMAKE_AUTOMOC_MACRO_NAMESAmir Masoud Abdol2023-03-011-1/+2
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [8/13]Ahmad Samir2023-03-011-116/+104
* Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-01514-7721/+6158
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-01218-8939/+13973
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-03-011-0/+1
* QThread/Unix: move qt_nanosleep to qthread_unix.cppThiago Macieira2023-03-013-15/+13
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-03-011-1/+2
* SQLite: Update SQLite to v3.41.0Andy Shaw2023-02-283-1354/+2979
* SQL/OCI: use QDateTime::toString("ttt")Christian Ehrlicher2023-02-281-10/+1
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-282-4/+8
* Remove unneeded include of qfloat16.hVolker Hilsheimer2023-02-281-1/+0
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-282-17/+14
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* Increase cache size for QOpenGLTextureCacheKristoffer Skau2023-02-281-1/+11
* Align qt_internal_add_manual_test with qt_internal_add_testAmir Masoud Abdol2023-02-281-107/+72
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-281-2/+11
* QtConcurrent: yield CPU when spinning on atomicsMårten Nordheim2023-02-281-0/+6
* Fortune* Example: update screenshotsMårten Nordheim2023-02-284-0/+0
* Remove threadeqopenglwidget exampleLaszlo Agocs2023-02-2811-616/+0
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-281-0/+5
* Fix QCH:supportsAlgorithm() result for unsupported hashes in OpenSSLJan Grulich2023-02-281-1/+21
* QMessageAuthenticationCode: use QCryptographicHashPrivate in finalizeUnchecked()Marc Mutz2023-02-281-2/+3
* QCryptographicHash: don't include openssl/sha.hMarc Mutz2023-02-281-8/+0
* Merge qmessageauthenticationcode.cpp into qcryptographichash.cppMarc Mutz2023-02-284-273/+257