summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* qwindowstheme: Remove unused functionMårten Nordheim2022-10-251-12/+0
* Make Qt on WASM correctly draw windows with QT_SCALE_FACTORMikolaj Boc2022-10-251-3/+4
* Revert "Android: fix Android assets handler not listing dirs with only sub dirs"Jani Heikkinen2022-10-255-32/+5
* QBenchlib/Perf: remove ioctl(FD_CLOEXEC)Thiago Macieira2022-10-251-2/+0
* QBenchlib/Perf: use WalltimeNanoseconds for the task timeThiago Macieira2022-10-251-8/+4
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-252-4/+22
* Baseline: add stylesheet setting show-decoration-selected for treeviewVolker Hilsheimer2022-10-252-8/+24
* Initialize flag memory in raster paint engine to avoid valgrind warningEirik Aavitsland2022-10-251-0/+1
* QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-242-5/+17
* Baseline test: add coverage for treeview with alternate rowsVolker Hilsheimer2022-10-241-2/+7
* QCoreTextFontEngine: Mark CGAffineTransformConcat as unusedTor Arne Vestbø2022-10-241-1/+2
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-232-2/+105
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-232-33/+45
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-232-50/+181
* qnumeric_p.h: fix comparison of signed to unsigned in saturationThiago Macieira2022-10-232-2/+38
* qCompress: use saturation, not truncation, for the size headerMarc Mutz2022-10-232-1/+31
* qCompress: return null, not empty, for OOMMarc Mutz2022-10-231-3/+2
* qUn/Compress: reject negative lengthsMarc Mutz2022-10-231-0/+12
* qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-10-231-23/+49
* DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-10-231-11/+23
* qCompress: use qToBigEndian() to write the length prefixMarc Mutz2022-10-231-4/+1
* Fix qUncompress for BE LLP64 platformsMarc Mutz2022-10-231-10/+7
* qUncompress: limit MaxDecompressedSize to what zlib can handleMarc Mutz2022-10-231-1/+2
* qUncompress: use existing MaxByteArraySizeMarc Mutz2022-10-231-13/+9
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' menuTimur Pocheptsov2022-10-221-12/+16
* Fix texture-based native child widget stretchingLaszlo Agocs2022-10-221-2/+1
* Update bundled libpng to version 1.6.38Eirik Aavitsland2022-10-2221-252/+173
* Android: fix Android assets handler not listing dirs with only sub dirsAssam Boudjelthia2022-10-215-5/+32
* QBenchlib/Perf: open the perffd with PERF_FLAG_FD_CLOEXECThiago Macieira2022-10-212-55/+837
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-212-1/+27
* Do not use client-side data pointers in qopenglpaintengineMikolaj Boc2022-10-212-63/+43
* macOS: Fix less common writing systems on Catalina and laterEskil Abrahamsen Blomfeldt2022-10-212-8/+138
* Windows: Don't force native file dialogs to index compressed filesVolker Hilsheimer2022-10-211-1/+11
* tst_QSql*/sqlite: Don't use random output in the datatagsMårten Nordheim2022-10-211-1/+9
* tst_QTcpServer: use a random port number in addressReusableThiago Macieira2022-10-212-6/+21
* tests: skip tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget() on WaylandLiang Qi2022-10-211-0/+3
* tests: skip tst_QGraphicsProxyWidget::scrollUpdate() on WaylandLiang Qi2022-10-211-0/+3
* Android: Fix clipboard issue with urlsChristian Strømme2022-10-211-12/+10
* QRhi: Allow negative viewport originAntti Määttä2022-10-214-22/+33
* Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-211-2/+24
* qmake: Add CFBundleDevelopmentRegion to the macOS Info.plistTor Arne Vestbø2022-10-201-0/+2
* Android: Add a way to disable accessibility via an environment varVille Voutilainen2022-10-201-0/+3
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* QOperatingSystemVersion: add new Win10 versionYuhang Zhao2022-10-202-0/+8
* tst_QTcpServer: Unblacklist addressReusableMårten Nordheim2022-10-201-4/+0
* iOS plugin: Add support for wheel eventsDoris Verria2022-10-201-0/+81
* Android: properly retrieve mime type of uri to for openUrl()Assam Boudjelthia2022-10-201-5/+6
* Fix generating PDFs with DirectWrite engineEskil Abrahamsen Blomfeldt2022-10-202-0/+77
* wasm: fix crash when network reply is closedLorn Potter2022-10-202-5/+22