summaryrefslogtreecommitdiffstats
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-221211-45841/+75296
|\
| * 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
| * Fix pointer mismatch after QList::move() in tooltip exampleAxel Spoerl2023-03-283-24/+36
| * git: ignore ._* filesLiang Qi2023-03-281-0/+1
| * 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
| * tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-241-3/+6
| * tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-241-61/+18
| * tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-241-24/+24
| * 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-204-4/+4
| * 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-152-5/+16
| * QNetwork[http]: Discard or ignore corrupted cache entriesMårten Nordheim2023-03-142-1/+7
| * QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-143-46/+24
| * 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-134-2/+62
| * 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
| * Update the bindable properties exampleJames DeLisle2023-03-099-47/+43
| * tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
| * 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
| * tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-03-071-17/+25
| * tst_QAlgorithms: fix misleading indent in data tableEdward Welbourne2023-03-071-8/+11
| * Clean up tst_QAlgorithms::count{Trail,Lead}ing_data_impl()Edward Welbourne2023-03-071-12/+15
| * tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-041-1/+1
| * 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