summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-04123-5851/+15197
|\
| * QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class in...Marc Mutz2023-02-191-20/+9
| * Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-142-4/+13
| * QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
| * Update bundled libjpeg-turbo to version 2.1.5Eirik Aavitsland2023-02-1321-86/+165
| * Revert "Copy only files that belongs to QML module"Alexey Edelev2023-02-081-43/+16
| * macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-081-0/+8
| * QXcbConnection::getTimestamp: do not return stale timestampRoland Pallai2023-02-033-4/+6
| * Update comments in QQuaternion::getEulerAnglesInho Lee2023-02-031-2/+3
| * QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2023-02-031-39/+35
| * Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-031-6/+8
| * Android: fix height calculationSamuel Mira2023-02-031-74/+11
| * SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-031-70/+83
| * ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-021-4/+5
| * Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-02-015-0/+59
| * QODBC: correctly fill cache when index() is calledChristian Ehrlicher2023-01-311-1/+1
| * Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2023-01-311-1/+1
| * GTK3 theme: simplify codeYuhang Zhao2023-01-311-1/+1
| * QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2023-01-301-1/+2
| * forkfd/linux: add support for LoongArchWANG Xuerui2023-01-301-1/+2
| * ibus: check object validity before honoring `inputMethodAccepted()`Phan Quang Minh2023-01-301-1/+1
| * ODBC SQL driver: deal with different sizes of SQLTCHAR correctlyMarc Mutz2023-01-261-14/+30
| * Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-232-6/+28
| * Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-01-234-4/+1
| * QFileSystemEngine: URL encode path in trash info, use relative pathJonas Kvinge2023-01-211-1/+12
| * [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-192-0/+10
| * [doc] QSharedPointer: add some missing docsMarc Mutz2023-01-182-1/+58
| * Disable feature vkgen if vulkan was explicitly disabledJoerg Bornemann2023-01-181-0/+1
| * Android: handle move operation with content urisAssam Boudjelthia2023-01-171-0/+25
| * Android: handle rename() operation with content urisAssam Boudjelthia2023-01-172-0/+59
| * Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2023-01-173-261/+716
| * Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2023-01-174-2/+8
| * Return the QFileInfo::baseName/QDir::dirName() from fileEngine implAssam Boudjelthia2023-01-162-2/+6
| * Fix deletion order also for QImageReader/Writer::setDevice()Eirik Aavitsland2023-01-132-4/+4
| * SQLite: Update SQLite to v3.40.1Andy Shaw2023-01-063-48/+151
| * Fix cache maybe invalid while the signal is actived from queueJannis Xiong2023-01-063-1/+8
| * Fix potential corruption with image format conversion on arm neonEirik Aavitsland2023-01-051-1/+1
| * Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-051-0/+9
| * ibus: support high dpi for cursor rectangleLiang Qi2023-01-051-3/+24
| * ibus: add SetCursorLocationRelative in InputContext.xmlLiang Qi2023-01-052-0/+13
| * Fix deletion order in QImageReader/Writer destructorsEirik Aavitsland2023-01-042-2/+2
| * QString: use inheritance, not template aliases, for arg() constraintsMarc Mutz2023-01-031-3/+3
| * Fix the ref-counting for the std::function version of tryStart()Allan Sandfeld Jensen2023-01-031-0/+4
| * Android: Fix UI is scaled smaller than beforeSamuel Mira2023-01-022-16/+7
| * Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2023-01-021-1/+8
| * Android: fix deprecations for getDrawable() on QtMessageDialogHelperAssam Boudjelthia2022-12-271-4/+8
| * Android: Fix deprecations AlertDialog.setButton()Assam Boudjelthia2022-12-271-3/+10
| * Doc: Increase Test Function TimeoutJaishree Vyas2022-12-211-0/+41
| * QtMiscUtils: add missing toAsciiUpper(), use it in mocMarc Mutz2022-12-202-2/+9
| * QLatin1/String/View: don't decay the arg() argumentsMarc Mutz2022-12-191-6/+3