summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-072-4/+8
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-1/+1
* 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
* 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
* 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-062-13/+65
* 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-064-104/+53
* Update bundled libjpeg-turbo to version 2.1.4Eirik Aavitsland2022-09-069-16/+75
* 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
* 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-051-1/+1
* 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
* 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
* 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
* tracegen: add support for QSizeRafael Roquetto2022-09-034-1/+11
* Windows: avoid losing transparency when pasting images into Qt appsEirik Aavitsland2022-09-021-3/+32
* Doc: 3rd party: Fix reference to FreeType LICENSE.txtTopi Reinio2022-09-021-1/+1
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-021-0/+4
* CMake: Add reference documentation for QT_IOS_LAUNCH_SCREENAlexandru Croitor2022-09-022-5/+43
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-021-5/+11
* QTlsBackendOpenSSL: Use a function-static variable in ensureLibraryLoaded()Ievgenii Meshcheriakov2022-09-022-10/+6
* TLS backend OpenSSL: Use function-static variable for symbol loadingIevgenii Meshcheriakov2022-09-021-343/+331
* Reland macdeployqt: Don't copy .prl files into the Resources folderMichael Brüning2022-09-021-3/+9
* Correct typo in destination path variable namesMichael Brüning2022-09-021-6/+6
* QMetaObject/Doc: document the variadic invoke{,Method} and newInstanceThiago Macieira2022-09-014-85/+305
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-014-47/+112
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-025-6/+31
* QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-09-011-2/+0
* xcb: fix D&D in same xembed clientLiang Qi2022-09-011-9/+24
* xcb: use global coordinates for position of D&D for xembed clientLiang Qi2022-09-011-1/+1
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-5/+13
* Windows: Add helper function to check if the app has a package identityTor Arne Vestbø2022-09-012-1/+39