summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not invalidate the entire window on window move on WASMMikolaj Boc2022-08-202-2/+9
* Avoid image format conversion when drawing window nonclient areaMikolaj Boc2022-08-201-4/+11
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-191-2/+8
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-0/+2
* Rename QT_DEPRECATED_WARNINGS_SINCE -> QT_WARN_DEPRECATED_UP_TOIvan Solovev2022-08-191-19/+24
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-19/+34
* Break out overflow-calculations into semantically-named inlinesEdward Welbourne2022-08-192-22/+35
* qcompilerdetection.h: modernize the check for exception supportSona Kurazyan2022-08-191-2/+1
* Move warning suppression macros from qglobal.h to qcompilerdetection.hSona Kurazyan2022-08-192-14/+14
* Extract header qtclasshelpermacros.hSona Kurazyan2022-08-196-178/+205
* Don't assume that QtFontFamily::ensurePopulated() will populateTor Arne Vestbø2022-08-192-13/+18
* freetype: Propagate font data from font database to engine if availableTor Arne Vestbø2022-08-193-4/+15
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-195-13/+3
* Extract header qexceptionhandling.h from qglobal.hSona Kurazyan2022-08-195-41/+67
* Move QT_NO_EXCEPTIONS define to qcompilerdetection.hSona Kurazyan2022-08-192-12/+11
* QMetaObject: export the invokeImpl inner methodThiago Macieira2022-08-192-27/+32
* Use popup() instead of exec() for file dialog's context menuMikolaj Boc2022-08-191-7/+10
* a11y atspi: Drop commented out "say hello to d-bus" codeMichael Weghorn2022-08-191-3/+0
* a11y atspi: Send correct D-Bus reply for GetAttributeValueMichael Weghorn2022-08-192-12/+4
* a11y atspi: Add missing closing tag in introspection XMLMichael Weghorn2022-08-191-0/+1
* QGtk3Theme: Support setting dialog parent on WaylandIlya Fedin2022-08-191-2/+21
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* iOS: use NSProcessInfo to resolve timestamps in simulator buildsRichard Moe Gustavsen2022-08-181-5/+31
* Make it clear that a hyphen may be used to log to stdout in qtestMikolaj Boc2022-08-181-1/+1
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-184-27/+113
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-174-1/+23
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-173-3/+67
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-172-2/+82
* QSslServer: pass 'this' as a context to connections to socketMårten Nordheim2022-08-171-9/+9
* CMake: Add function to create qmake build testsAlexandru Croitor2022-08-171-0/+131
* a11y atspi: Support AT-SPI table cell interfaceMichael Weghorn2022-08-172-0/+63
* CMake: fix the sorting order in CMakeLists.txtSona Kurazyan2022-08-171-1/+1
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-171-7/+4
* [docs] QAbstractItemEngine: fix signature of seek()Marc Mutz2022-08-171-1/+1
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-172-1/+22
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-171-1/+1
* a11y atspi: Forward change of focused stateMichael Weghorn2022-08-171-0/+5
* Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-08-172-71/+20
* a11y atspi: Drop unused forward-declaration QSpiAccessibleInterfaceMichael Weghorn2022-08-171-1/+0
* a11y atspi: Drop 'if (0)' branchMichael Weghorn2022-08-171-3/+1
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-172-7/+22
* xcb: Propagate a few theme hint changes to QGuiApplicationJiDe Zhang2022-08-171-5/+23
* a11y atspi: Send D-Bus reply for "GetCaption" in expected formatMichael Weghorn2022-08-171-3/+3
* a11y atspi: Add support for ATSPI_COORD_TYPE_PARENTMichael Weghorn2022-08-172-56/+66
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-29/+35
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-172-30/+0
* a11y atspi: translate coords for GetOffsetAtPoint the right wayMichael Weghorn2022-08-171-1/+1
* a11y atspi: Take dialog into account as top-level windowMichael Weghorn2022-08-171-2/+3
* a11y atspi: Fix incorrect use of x instead of y positionMichael Weghorn2022-08-171-1/+1