summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure proper format of Info.plist6.4Maximilian Blochberger2023-03-281-4/+6
* git: ignore ._* filesLiang Qi2023-03-281-0/+1
* xcb: ignore the xscreens which don't belong to current connectionLiang Qi2023-03-241-12/+12
* QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-221-2/+4
* rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-211-9/+7
* fbconvenience: use smart pointer for QFbCursorLiang Qi2023-03-212-2/+2
* Doc: Update docs to reflect method being renamedAndreas Eliasson2023-03-172-4/+4
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-172-12/+29
* Android: demistify the "No platform plugin" androiddeployqt errorAssam Boudjelthia2023-03-161-9/+4
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-152-5/+16
* CMake: Pass CMAKE_EXE_LINKER_FLAGS to project-based try_compileAlexandru Croitor2023-03-141-0/+1
* QNetwork[http]: Discard or ignore corrupted cache entriesMårten Nordheim2023-03-142-1/+7
* Propagate QT_DISABLE_DEPRECATED_UP_TO to QtLibraryInfo libraryIvan Solovev2023-03-141-0/+3
* QFSFileEngine: fix overflow bug when using lseek64Ahmad Samir2023-03-142-2/+2
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-03-142-5/+47
* QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-133-46/+24
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* Fix listed files for sha3_keccakKai Köhne2023-03-131-1/+1
* GL paint engine: Fix drawPixmapFragments when using buffer objectsLaszlo Agocs2023-03-131-0/+4
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2023-03-114-16/+46
* QMimeDatabase: add a test to ensure we can detect Unix specialsThiago Macieira2023-03-102-0/+82
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-03-101-0/+1
* QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants)Marc Mutz2023-03-101-22/+6
* qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)Marc Mutz2023-03-101-0/+4
* tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-101-1/+1
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-101-1/+11
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-104-2/+64
* Simplify and relax UTF-8 locale override machinery for DarwinEdward Welbourne2023-03-101-6/+16
* QCoreApplication::initLocale(): Improve warning on failureEdward Welbourne2023-03-101-8/+18
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-072-15/+81
* qsimd_p.h: remove LZCNT feature from the ARCH_HASWELL listThiago Macieira2023-03-041-2/+2
* Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-021-12/+20
* Android: avoid duplicate paths from QStandardPaths::standardLocations()Assam Boudjelthia2023-03-021-49/+37
* QVarLengthArray: Extract Method QtPrivate::q_rotate()Marc Mutz2023-03-022-6/+21
* Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-02514-7721/+6158
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-021-2/+3
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-01338-28976/+44685
* 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
* Avoid resetting CMAKE_AUTOMOC_MACRO_NAMESAmir Masoud Abdol2023-03-011-1/+2
* SQLite: Update SQLite to v3.41.0Andy Shaw2023-02-283-1354/+2979
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-282-17/+14
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-281-2/+11
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-284-20/+42
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
* Examples doc: Tag 'To Do List Example' for iOSDoris Verria2023-02-271-7/+14
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-02-271-1/+2
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-271-0/+5