summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qnetworkcookie: replace QString with QL1SAnton Kudryavtsev2023-08-241-2/+2
* qhsts: use const methods moreAnton Kudryavtsev2023-08-241-8/+8
* qhsts: use QBAV moreAnton Kudryavtsev2023-08-241-2/+2
* http2protocol: use QSB to reduce allocationsAnton Kudryavtsev2023-08-241-5/+3
* QToolButton: Replace macro based connectionsAxel Spoerl2023-08-242-28/+29
* QPushButton: Replace macro based connectionsAxel Spoerl2023-08-243-9/+5
* Do not generate the deprecated 'QtTest/qtest_global.h'Alexey Edelev2023-08-241-4/+0
* Update public suffix listIevgenii Meshcheriakov2023-08-242-4165/+4127
* Use the Callable helper in QCallableObjectMårten Nordheim2023-08-241-5/+6
* invokeMethod: enable passing parameters to overload taking functorsMårten Nordheim2023-08-245-28/+206
* Make qReturnArg return a type templated with the return typeMårten Nordheim2023-08-243-36/+45
* Doc: add missing docs for QFileInfo::filesystemReadSymLink()Thiago Macieira2023-08-231-0/+7
* Use qintptr for socket handlesMårten Nordheim2023-08-232-10/+10
* QSqlIndex: implement member swap() and use a macro for move-assignmentIvan Solovev2023-08-231-1/+10
* SQL: add missing Q_DECLARE_SHARED to the value typesIvan Solovev2023-08-232-0/+4
* QDialogButtonBox: Use separate eventFilter classAxel Spoerl2023-08-233-27/+26
* qcommandlineparser: use string view type moreAnton Kudryavtsev2023-08-231-1/+2
* macOS: Re-apply QWindow visibility when moved between NSWindowsTor Arne Vestbø2023-08-231-0/+1
* Doc: Fix typo in commentKai Köhne2023-08-231-1/+1
* Doc: Mention version of QApplication::setActiveWindow() deprecationKai Köhne2023-08-231-1/+1
* qhttpnetworkheader: port some methods to QBAVAnton Kudryavtsev2023-08-232-4/+4
* QDeadlineTimer: make the (Qt::TimerType) ctor explicitMarc Mutz2023-08-232-3/+6
* QUuid: drop the noexcept of fromBytes()Marc Mutz2023-08-231-3/+2
* Fix definition of QOSV::MacOSSonomaKai Köhne2023-08-231-1/+2
* QString: use equalStrings in operator== and operator!=Thiago Macieira2023-08-221-2/+2
* Fix build with -no-feature-openglTasuku Suzuki2023-08-231-0/+3
* QDateTime: refactor an if-elseAhmad Samir2023-08-221-8/+2
* qhttpheaderparser: port some methods to QBAVAnton Kudryavtsev2023-08-222-9/+9
* Fix build with -no-feature-threadTasuku Suzuki2023-08-232-1/+14
* qcommandlineparser: replace QSL with QL1SVAnton Kudryavtsev2023-08-221-2/+1
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-08-221-1/+2
* qhttpheaderparser: replace QBA with QBAVAnton Kudryavtsev2023-08-221-1/+1
* CMake: Fix build when developer-build is on but private_tests is OFFAlexandru Croitor2023-08-221-2/+2
* Add clang-format guards around EM_JS code in WASM dispatcherMikolaj Boc2023-08-221-0/+4
* Remove the unix dispatcher from WASM buildsMikolaj Boc2023-08-225-7/+12
* Mimer SQL driver plugin: Fix messagesFriedemann Kleint2023-08-221-1/+2
* Update CLDR version in qt_attribution.jsonEdward Welbourne2023-08-221-1/+1
* QDBusServer: Delegate construction to two-argument constructorIevgenii Meshcheriakov2023-08-221-18/+6
* QDBusConnectionManager: Remove unused member variablesIevgenii Meshcheriakov2023-08-221-3/+0
* QDBusConnectionManager: Move all locking inside the classIevgenii Meshcheriakov2023-08-225-31/+59
* QDBusConnectionManager: Use invokeMethod() to create connectionsIevgenii Meshcheriakov2023-08-222-90/+104
* macOS: Use enumerateWindowsWithOptions to implement QCocoaScreen::topLevelAt()Tor Arne Vestbø2023-08-221-29/+27
* Remove elfreader and other unix leftovers from windeployqtOliver Wolff2023-08-226-654/+18
* Doc: Qt OpenGL: Remove duplicate source dir from documentation configTopi Reinio2023-08-221-7/+6
* Update version of FreeType attributionEskil Abrahamsen Blomfeldt2023-08-221-2/+2
* qlogging: replace QSL with QL1SVAnton Kudryavtsev2023-08-211-2/+1
* QString/QByteArray: fix append() wrt. raw dataMårten Nordheim2023-08-212-2/+8
* Make IDB settings work sync with JSPIMikolaj Boc2023-08-212-103/+89
* QObject: Do not register an observer when writing objectName propertyUlf Hermann2023-08-211-2/+2
* QDBusConnectionManager: Use invokeMethod() to create serversIevgenii Meshcheriakov2023-08-213-11/+16