summaryrefslogtreecommitdiffstats
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-04155-5875/+15648
|\
| * QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class in...Marc Mutz2023-02-191-20/+9
| * Android: use test QFileInfo fileName() instead of completeBaseName()Assam Boudjelthia2023-02-161-1/+1
| * Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-143-7/+14
| * QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
| * savegame ex.: fix include order [2/2]: game.hMarc Mutz2023-02-131-3/+3
| * savegame ex.: use NSDMI, =default the default ctorMarc Mutz2023-02-132-6/+4
| * savegame ex.: fix include orderMarc Mutz2023-02-132-3/+4
| * savegame ex.: fix extra ';' after Q_GADGETMarc Mutz2023-02-131-1/+1
| * tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-131-0/+34
| * Apple: Add CFBundleAllowMixedLocalizations=YES to Info.plist filesTor Arne Vestbø2023-02-135-0/+10
| * qmake: Add CFBundleDevelopmentRegion to iOS Info.plistTor Arne Vestbø2023-02-131-0/+2
| * 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
| * savegame ex.: make Level ctor explicitMarc Mutz2023-02-081-1/+1
| * macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-081-0/+8
| * Apple: Use 'en' instead of 'English' as development regionTor Arne Vestbø2023-02-071-1/+1
| * qmake: Add CFBundleDevelopmentRegion to the macOS Info.plistTor Arne Vestbø2023-02-071-0/+2
| * 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-032-39/+64
| * Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-032-8/+9
| * 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
| * Fix ContextInfo example crashing on AndroidJani Korteniemi2023-01-311-0/+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
| * Doc: Update copyright yearTopi Reinio2023-01-244-4/+4
| * 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-172-19/+71
| * Android: handle rename() operation with content urisAssam Boudjelthia2023-01-173-0/+83
| * Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2023-01-176-261/+923
| * 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