summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-022-108/+48
* Apple: Detect missing bundle identifier when using location permissionsTor Arne Vestbø2023-02-021-0/+7
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-029-68/+252
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-022-3/+3
* Correct an inaccurate comment in inDateTimeRange()Edward Welbourne2023-02-021-1/+2
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-023-17/+31
* Reset dark palettes for widgets to light in windows styleSanthosh Kumar2023-02-022-0/+36
* Modernize the VK_EXT_debug_utils callbackLaszlo Agocs2023-02-022-16/+19
* QtMiscUtils: replace uint args with char32_tAhmad Samir2023-02-021-6/+6
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* Q*Permission: un-Q_GADGET classes w/o Q_ENUMsMarc Mutz2023-02-021-3/+3
* Q<Typed>Permission: add alignment checks for future BC changesMarc Mutz2023-02-021-0/+7
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-023-34/+76
* QCryptographicHash: fix UB (data race on concurrent result()) [2nd try]Marc Mutz2023-02-021-55/+61
* Q<Typed>Permission: use move-and-swap, not pure-swap, for move-assignmentMarc Mutz2023-02-021-1/+1
* QPaintEngineRaster: port from QSharedPointer to std::shared_ptrMarc Mutz2023-02-022-12/+8
* QLocaleData: fix AlphaCode::op== for C++20Marc Mutz2023-02-021-1/+2
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-028-172/+204
* Android: fix height calculationSamuel Mira2023-02-021-73/+15
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* QtWidgets: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-013-3/+8
* uic: Add option for absolute Python resource importsFriedemann Kleint2023-02-014-27/+108
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-5/+20
* Don't include qnetworkproxy_generic.cpp for iOSTor Arne Vestbø2023-02-011-1/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-015-23/+51
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-012-8/+2
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-019-251/+68
* Doc: Fix smaller issues in new Qt 6.5 QStyleHints APIKai Köhne2023-02-011-1/+2
* Migration from int to qsizetype of QAnimationGroupKonrad Kujawa2023-02-016-13/+13
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* Fix comparison sign missmatch warningAntti Määttä2023-02-011-1/+1
* DTLS cookie: use CRYPTO_memcmp instead of std::memcmpTimur Pocheptsov2023-02-013-2/+5
* IPC/QSharedMemory: make the enums Q_ENUMThiago Macieira2023-01-311-0/+2
* IPC/QSharedMemory: include the QSystemSemaphore error message in oursThiago Macieira2023-01-311-1/+2
* IPC: don't close(-1)Thiago Macieira2023-01-311-1/+2
* IPC: rationalize use of O_CLOEXECThiago Macieira2023-01-311-14/+4
* IPC: move the removal of the file and shm to cleanHandle()Thiago Macieira2023-01-311-35/+26
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-1/+7
* QStandardPaths/Unix: fix logic in xdgDataDirs() functionAhmad Samir2023-02-011-18/+25
* Short live q20::construct_at()!Friedemann Kleint2023-02-013-11/+49
* QDateTime: refactor readInt()Ahmad Samir2023-01-311-49/+67
* QString: use QtPrivate::qustrchrAhmad Samir2023-01-311-3/+8
* QString: change replace_helper() to take a QStringViewAhmad Samir2023-01-311-17/+16
* Remove wiggly exampleJan Arve Sæther2023-01-312-2/+2
* MetaObject: Apply some cosmeticsUlf Hermann2023-01-312-3/+7
* QtNetwork/Windows: Add exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-01-311-0/+19
* Document the shortcut isFile() for "exists and is a file"Andreas Hartmetz2023-01-311-2/+5
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-3119-19/+10
* jpeg handler: log error message on fatal errorIlya Fedin2023-01-311-0/+1