summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-072-0/+5
* [docs] qCompress/qUncompress: document size limitsMarc Mutz2022-09-071-0/+22
* qUncompress: statically assert that arithmetic overflow cannot occurMarc Mutz2022-09-071-1/+3
* Remove dummy test instructionsToni Saario2022-09-072-8/+0
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-072-4/+8
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-072-1/+56
* wasm: export new Promise functionsLorn Potter2022-09-071-2/+2
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-061-1/+1
* Introduce the qt_deprecates pragmaAlexey Edelev2022-09-063-0/+9
* findclasslist.pl: print the line number of where the occurrence cameThiago Macieira2022-09-061-3/+3
* findclasslist.pl: do match subclasses in private headers tooThiago Macieira2022-09-061-3/+7
* findclasslist.pl: match unexported classes tooThiago Macieira2022-09-061-3/+11
* CMake: propagate deprecation definitions to unit-testsIvan Solovev2022-09-061-1/+20
* QXmlStreamReader: use qOffsetStringArray for storing token typesSona Kurazyan2022-09-061-51/+16
* 3rdparty: apply a fix to the last zlib fixThiago Macieira2022-09-062-2/+35
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-062-1/+2
* tst_qmatrixnxn: port away from deprecated APIsIvan Solovev2022-09-062-55/+105
* Clear the timer target time when stopping a timer on WASMMikolaj Boc2022-09-061-0/+1
* CMake: Collect IMPORTED library dependencies for android deploymentAlexandru Croitor2022-09-063-0/+104
* CMake: Remove duplicate libraries during android library collectionAlexandru Croitor2022-09-061-0/+1
* CMake: Tidy up documentation regarding android library collectionAlexandru Croitor2022-09-062-11/+15
* Fix compilation with clangSona Kurazyan2022-09-062-2/+2
* QMimeMagicRule: use qOffsetStringArray for storing typesSona Kurazyan2022-09-061-17/+15
* qdbusxml2cpp: modify the behavior of -m/--moc optionMate Barany2022-09-063-40/+153
* xcb: fix QXcbCursor build with -DFEATURE_xcb_xlib=OFF -DFEATURE_xlib=OFFLiang Qi2022-09-063-0/+95
* xcb: use libxcb-cursor to replace Xlib/libXcursorLiang Qi2022-09-065-104/+60
* Update bundled libjpeg-turbo to version 2.1.4Eirik Aavitsland2022-09-069-16/+75
* wasm: suppress pthreads-mem-growth warningMorten Sørvig2022-09-061-0/+6
* Windows QPA: Don't highlight the first entry of the system menu if not approp...Yuhang Zhao2022-09-061-0/+6
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-053-0/+10
* a11y atspi: Add null check in GetRowHeader handlingMichael Weghorn2022-09-051-3/+3
* tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3Mårten Nordheim2022-09-051-1/+1
* QTlsBackendOpenSSL: Make ensureLibraryLoaded() privateIevgenii Meshcheriakov2022-09-051-2/+1
* QOffsetStringArray: fix size_t/qsizetype mismatchMarc Mutz2022-09-051-1/+1
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-052-1/+38
* Don't attempt to access permissions.request if no such method existsMikolaj Boc2022-09-051-3/+3
* Fix crash when setting override cursor on multiple clientsEskil Abrahamsen Blomfeldt2022-09-052-5/+5
* Fix tst_QWindow::requestUpdate on WaylandEskil Abrahamsen Blomfeldt2022-09-051-7/+9
* Fix cmake warnings from using deprecated PUBLIC_LIBRARIESVolker Hilsheimer2022-09-052-2/+2
* QOffsetStringArray: highlight closing of namespace QtPrivateMarc Mutz2022-09-051-1/+1
* QOffsetStringArray: fix ambiguous qOffsetStringArray overloadsMarc Mutz2022-09-051-2/+2
* wasm: handle cmake's RUNTIME_OUTPUT_DIRECTORYLorn Potter2022-09-061-10/+24
* Android: Light/dark modes detectionBartlomiej Moskal2022-09-057-0/+43
* CMake: allow user specified boolean values to have any caseRolf Eike Beer2022-09-051-1/+1
* Fix compiler warning: don't copy in ranged-for loopVolker Hilsheimer2022-09-031-2/+2
* Fix warning from testing assignmentVolker Hilsheimer2022-09-031-1/+1
* Update zconf.h prefixes to match zlib v1.2.12 updateChristian Heimlich2022-09-032-2/+15
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-031-2/+4
* tracegen: add support for QSizeRafael Roquetto2022-09-034-1/+11
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0211-93/+511