summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace the commercial license header with LGPL headerv6.2.8-lts-lgpl6.2Tarja Sundqvist2024-03-262-40/+40
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-221092-45223/+73142
|\
| * Windows: Send synthetic mouse release after move/resize using right APITor Arne Vestbø2023-03-281-3/+7
| * Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2
| * Windows: Don't send non-client mouse events unless frameStrutEventsEnabledTor Arne Vestbø2023-03-281-2/+6
| * Explicitly propagate screen to QComboBoxListView constructorAxel Spoerl2023-03-281-1/+5
| * QPluginLoader: modernize static plugin instance codeThiago Macieira2023-03-281-6/+5
| * Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-241-0/+1
| * rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-221-9/+7
| * QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-211-2/+4
| * Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
| * Add QImage null check when QOpenGLTexture convertsLaszlo Agocs2023-03-211-1/+6
| * QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-201-5/+11
| * Update Copyright year to 2023Kai Köhne2023-03-203-3/+3
| * Android: demistify the "No platform plugin" androiddeployqt errorAssam Boudjelthia2023-03-201-9/+4
| * SQLite: Update SQLite to v3.41.1Christian Ehrlicher2023-03-173-39/+92
| * doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-173-0/+21
| * QOpenGLTexture: Add a doc note about the unavoidable conversionLaszlo Agocs2023-03-161-0/+6
| * Add QOpenGLWindow/Widget doc note about depth/stencilLaszlo Agocs2023-03-162-0/+24
| * emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-2/+9
| * QNetwork[http]: Discard or ignore corrupted cache entriesMårten Nordheim2023-03-142-1/+7
| * QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-142-45/+23
| * QFSFileEngine: fix overflow bug when using lseek64Ahmad Samir2023-03-142-2/+2
| * macOS: Guard text input client from destroyed QCocoaWindowTor Arne Vestbø2023-03-132-13/+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
| * Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-133-2/+35
| * QCryptographicHash: fix UB (data race on concurrent result()) [2nd try]Marc Mutz2023-03-111-36/+35
| * Windows: initialize COM in internal threadVolker Hilsheimer2023-03-101-0/+2
| * 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
| * Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-101-12/+20
| * Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-03-091-0/+9
| * QDBusError: don't refer to a QT_NAMESPACE'ed get() as ::get()Marc Mutz2023-03-091-3/+3
| * QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants)Marc Mutz2023-03-091-22/+20
| * qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)Marc Mutz2023-03-041-0/+4
| * Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-032-15/+81
| * GL paint engine: Fix drawPixmapFragments when using buffer objectsLaszlo Agocs2023-03-021-0/+4
| * Android: avoid duplicate paths from QStandardPaths::standardLocations()Assam Boudjelthia2023-03-021-49/+37
| * Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-02217-8892/+13974
| * Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
| * Avoid resetting CMAKE_AUTOMOC_MACRO_NAMESAmir Masoud Abdol2023-03-011-1/+2
| * Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
| * Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-01514-7721/+6158
| * Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-03-011-1/+2
| * QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
| * SQLite: Update SQLite to v3.41.0Andy Shaw2023-02-283-1354/+2979
| * QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-284-20/+42
| * QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
| * SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-271-2/+11