summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-029-173/+205
* 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-012-5/+47
* permissions: Finalize permission example at end of CMakeLists.txtTor Arne Vestbø2023-02-011-2/+2
* 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
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-016-14/+18
* Examples: Add missing include guardsFriedemann Kleint2023-02-0112-0/+59
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* Add right and middle mouse button to tst_QLabel::mouseEventPropagationAxel Spoerl2023-02-011-2/+11
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-013-16/+10
* QMimeDatabase: use unique QTest data tag namesAhmad Samir2023-02-011-4/+4
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-0112-270/+69
* 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-312-1/+22
* 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-3114-360/+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
* Fix ContextInfo example crashing on AndroidJani Korteniemi2023-01-311-0/+2
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-3119-19/+10
* jpeg handler: log error message on fatal errorIlya Fedin2023-01-311-0/+1
* QString: remove a try/catch from replace_helper()Ahmad Samir2023-01-311-65/+55
* QString: use QVLA instead of built-in arrayAhmad Samir2023-01-311-64/+24
* QString: name args in replace() overloads consistentlyAhmad Samir2023-01-311-4/+4
* QString: use QtPrivate::q_points_into_rangeAhmad Samir2023-01-311-12/+5
* xkbcommon: make shortcuts persistent across layoutsAndrey Butirsky2023-01-311-36/+3
* Doc: Do ignore \since 5.xKai Köhne2023-01-311-2/+2
* QtCore: Disambiguate QCalendar locale dataFriedemann Kleint2023-01-316-6/+18
* QtNetwork: Disambiguate static variablesFriedemann Kleint2023-01-313-12/+12
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-315-0/+16