summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-1619-55/+55
* Add sys/types.h include to fix build with muslAndré Klitzing2024-01-152-1/+4
* Windeployqt: remove unused library listTimothée Keller2024-01-151-12/+1
* Make adding new rows to QTestTable more efficientIsak Fyksen2024-01-151-8/+6
* QQuaterion: fix formattingIvan Solovev2024-01-151-7/+13
* Remove temporary exclusion from unity buildJoerg Bornemann2024-01-151-2/+0
* QShader: add move constructor, move-assignment operator and swapAurélien Brooke2024-01-152-0/+34
* Fix stub qt_jspi_resume_js() return valueMorten Sørvig2024-01-151-1/+2
* Android: Bail early in showInputPanel() when focusWindow is not nativeAndy Nichols2024-01-151-0/+3
* Windeployqt: add output for determining plugin/module relationTimothée Keller2024-01-151-2/+2
* QObject: de-pessimize installEventFilter()Marc Mutz2024-01-151-3/+3
* QObject: Optimize removeEventFilterJarek Kobus2024-01-151-3/+5
* QDebug: add missing #include <optional>Marc Mutz2024-01-151-0/+1
* macOS: Add helper function for getting AppKit localized stringsTor Arne Vestbø2024-01-153-2/+13
* Remove HTTP headers equals() / comparisonJuha Vuolle2024-01-155-107/+0
* Rename QNetworkRequestFactory header functions to commonHeadersJuha Vuolle2024-01-152-9/+9
* QFileSystemEntry: store special index, -2, in a contexpr variableAhmad Samir2024-01-141-10/+14
* QProcess/Unix: detect ASan and TSan dynamicallyThiago Macieira2024-01-141-5/+13
* QDirIterator: manage fs/file iterators with unique_ptrAhmad Samir2024-01-141-24/+31
* QDirIteratorPrivate: assign to members directlyAhmad Samir2024-01-141-19/+34
* QObject: clarify docs wrt. member access following Q_OBJECT and coAhmad Samir2024-01-141-0/+11
* QFileSystem{Model,Watcher}: port to PMF signal/slot syntaxAhmad Samir2024-01-136-63/+49
* QImageIOHandler: doc tidiesGiuseppe D'Angelo2024-01-131-3/+3
* QUrlQuery/Doc: fix resulting query with ( and ) delimitersThiago Macieira2024-01-122-3/+3
* QSemaphore::release: Revert "Optimize cond var notification"Thiago Macieira2024-01-121-4/+4
* Styles/fusion: Adjust QSlider painting with modified paint rectChristian Ehrlicher2024-01-121-2/+6
* QCborStreamReader::lastError() - fix REMOVED_SINCE versionIvan Solovev2024-01-121-1/+1
* QColorDialog: Add trailing comma to new enum valueVolker Hilsheimer2024-01-121-1/+1
* QFusionStyle: fix painting handle with tickmarks enabledChristian Ehrlicher2024-01-121-16/+26
* QPA/Windows: Cleanup QShGetFileInfoThread on shutdownChristian Ehrlicher2024-01-121-83/+84
* QIcon::availableSizes(): don't return duplicatesChristian Ehrlicher2024-01-121-5/+6
* QComboBox: ignore hidden items when calculating popup sizeChristian Ehrlicher2024-01-121-0/+3
* syncqt: always use absolute path in the generated headersFlorian de Gaulejac2024-01-121-6/+1
* Rename the replace() function's value to newValue to reflect its roleJuha Vuolle2024-01-122-9/+9
* Rename qnetworkrequestfactory's request() to createRequest()Juha Vuolle2024-01-123-12/+12
* QRestReply: optionally return the QJsonParseError from json()Marc Mutz2024-01-122-8/+12
* QRestReply: include / fwd-declare what you needMarc Mutz2024-01-121-0/+6
* Change QRestReply json return type to QJsonDocumentJuha Vuolle2024-01-124-49/+13
* Doc: complete the snippet for a dialog with extensionVolker Hilsheimer2024-01-112-0/+6
* Use target-specific android-build directoryAlexey Edelev2024-01-111-1/+31
* Add the documentation for QT_USE_TARGET_ANDROID_BUILD_DIR variableAlexey Edelev2024-01-111-0/+21
* QObject: Make it clear we don't install duplicated event filtersJarek Kobus2024-01-111-0/+3
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-112-23/+53
* iOS: Avoid category method name clash for UIResponderPaul Heimann2024-01-116-12/+12
* Rename QHttpHeaders::has() to contains()Juha Vuolle2024-01-112-6/+6
* Simplify QTransform mappingAllan Sandfeld Jensen2024-01-111-49/+4
* Fix premultiply of RGB64 formatsAllan Sandfeld Jensen2024-01-112-0/+5
* Add QHttpHeaders::reserve()Juha Vuolle2024-01-112-0/+13
* QString::arg: don't pass nullptr to memcpy()Thiago Macieira2024-01-111-1/+2
* QDataStream: add missing #include <iterator>Thiago Macieira2024-01-101-0/+2