summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgpl5.15Tarja Sundqvist2023-03-23924-31140/+38426
|\
| * Update bundled zlib to version 1.2.12André Klitzing2022-04-0121-1082/+10921
| * QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
| * QLibrary: restore translated stringMarc Mutz2022-03-181-6/+6
| * QLibrary: fix possible arg() format clobberingMarc Mutz2022-03-181-3/+3
| * iOS: Use python3 for enumerating test target devicesAlexandru Croitor2022-03-181-1/+1
| * Android: Treat ACTION_CANCEL as TouchCancelEventMike Achtelik2022-03-182-9/+40
| * Check for null driver() before trying to exec()Edward Welbourne2022-03-172-2/+37
| * Doc: Fix broken formattingIvan Tkachenko2022-03-161-1/+1
| * QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-161-4/+1
| * tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2022-03-161-3/+6
| * QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-161-0/+6
| * Backport recent QFlags testsMarc Mutz2022-03-161-0/+69
| * network: Fix typos in documentationJonas Kvinge2022-03-1610-10/+10
| * Fix accuracy with screen compositionAllan Sandfeld Jensen2022-03-161-4/+4
| * Doc: Update documentation for QElapsedTimer's in WindowsKai Köhne2022-03-161-24/+3
| * QPathEdge: Fix array initializationIvan Tkachenko2022-03-161-5/+1
| * Document that QStandardPath::findExecutable works with absolute pathsAlbert Astals Cid2022-03-161-0/+3
| * macOS: Use native resize cursors for diagonal resizeViktor Arvidsson2022-03-161-4/+33
| * Fix clipped glyphs in text rendering of QGraphicsTextItemViktor Arvidsson2022-03-162-7/+7
| * Change comparison data type to fix int overflowSivan Nanthiran2022-03-161-3/+3
| * QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()Thiago Macieira2022-03-161-1/+1
| * Add missing Q_WEAK_OVERLOAD definitionMarc Mutz2022-03-161-0/+6
| * Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-151-5/+7
| * Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-151-2/+7
| * Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-03-151-13/+11
| * Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-141-30/+32
| * QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-142-0/+12
| * Fix compilation for wasmEirik Aavitsland2022-03-141-0/+2
| * QIOSFileDialog/QIOSDocumentPickerController - handle dismissed view controllerTimur Pocheptsov2022-03-132-1/+18
| * Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
| * Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-03-113-0/+58
| * Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-115-7/+79
| * Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-115-11/+51
| * Blacklist: test cases blacklisted in tst_QDBusConnection:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
| * wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7
| * QHostInfo/Unix: Fix resolv never unloadingMårten Nordheim2022-03-091-1/+0
| * macOS: Pass multi arch flags when linking qmakeTor Arne Vestbø2022-03-091-0/+1
| * QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
| * Android: terminate argv passed to main() with nullptrAssam Boudjelthia2022-03-041-4/+6
| * Remove unused internal flag from raster painting engineEirik Aavitsland2022-03-032-27/+0
| * Update bundled libjpeg-turbo to version 2.1.3Eirik Aavitsland2022-03-0332-223/+280
| * xcb: fix a typo for WindowTypesLiang Qi2022-03-031-1/+1
| * ANGLE: Load the DirectX libraries from the system path directlyAndy Shaw2022-03-023-4/+99
| * QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-288-15/+196
| * QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-282-3/+21
| * SQLite: Update SQLite to v3.37.2Andy Shaw2022-02-253-43/+87
| * Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
| * Fix getsockopt option_value initial initializationPasi Petäjäjärvi2022-02-241-2/+3
| * Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-224-8/+19