summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QJsonArray: use new comparison helper macrosTatiana Borisova2024-03-213-18/+47
* QWindows11Style: Add offset for decoration in QComboBoxPrivateContainerWladimir Leuschner2024-03-211-4/+10
* Make deployment of openssl plugin optionalOliver Wolff2024-03-211-5/+77
* UDP: Protect call to UDP API based on featureMårten Nordheim2024-03-211-1/+5
* QFileInfo: checkAttribute should take lambdas by valueAhmad Samir2024-03-212-6/+7
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-2117-82/+48
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-2116-58/+68
* wasm: Qt::WA_ShowWithoutActivating was not respectedEven Oscar Andersen2024-03-211-2/+6
* QSignalSpy: Extract Method init() from three ctorsMarc Mutz2024-03-211-23/+16
* Add the error output for syncqt normilizedPath functionAlexey Edelev2024-03-211-5/+12
* Use the correctly versioned variable when resolving ABI-specific cmake directoryAlexey Edelev2024-03-211-1/+2
* QHttpNetworkConnection: optimize startNextRequestAnton Kudryavtsev2024-03-211-5/+9
* QSignalSpy::appendArgs(): move-append the QVariantListMarc Mutz2024-03-211-1/+1
* QSignalSpy: fix clazy-function-args-by-valueMarc Mutz2024-03-212-2/+2
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-211-1/+1
* qtversionchecks.h: hide Q_OBJECT macro in C-style comment from automocMarc Mutz2024-03-211-1/+1
* QTest::qWaitFor(., int): remove superfluous static keywordMarc Mutz2024-03-211-1/+1
* QSignalSpy: use NSDMI for m_waitingMarc Mutz2024-03-211-4/+1
* QSignalSpy: fix indexed loop (int instead of qsizetype)Marc Mutz2024-03-201-1/+1
* QObjectPrivate::Signal: initialize all membersMarc Mutz2024-03-201-1/+1
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-2012-118/+77
* Xml: use new comparison helper macrosTatiana Borisova2024-03-203-39/+84
* Doc: Fix QDoc syntax in bindable properties overviewPaul Wicking2024-03-201-2/+2
* Rename files for header generationLucie Gérard2024-03-204-3/+3
* Extract method `bool QDomNodeListPrivate::maybeCreateList()`Isak Fyksen2024-03-202-14/+14
* QCborMap: use new comparison helper macrosTatiana Borisova2024-03-203-19/+102
* iOS: Don't apply UIWindow safeAreInsets to available geometry on visionOSTor Arne Vestbø2024-03-201-5/+20
* iOS: Compute screen available geometry without UIScreen.applicationFrameTor Arne Vestbø2024-03-201-22/+9
* QMovie: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-201-5/+1
* xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()Liang Qi2024-03-191-1/+6
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-191-15/+25
* Suppress bogus warning from gcc 12Ulf Hermann2024-03-191-2/+1
* QObjectPrivate: fix data race on ConnectionData contentsDavid Faure2024-03-192-22/+29
* QSignalSpy: make the mutex a member variableDavid Faure2024-03-191-1/+1
* QSignalSpy: fix C'n'P mistake in a qWarning()Marc Mutz2024-03-191-1/+1
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-6/+26
* CMake: Add option to allow skipping app deployment when building in CIAlexandru Croitor2024-03-191-1/+123
* CMake: Evaluate genexes for extra deploy file pathsAlexandru Croitor2024-03-191-2/+2
* QCborArray: use new comparison helper macrosTatiana Borisova2024-03-193-18/+80
* Add configure feature for MetalTor Arne Vestbø2024-03-198-14/+19
* iOS: Replace deprecated UTType constantsTor Arne Vestbø2024-03-191-4/+4
* iOS: Remove support QClipboard::FindBufferTor Arne Vestbø2024-03-191-31/+8
* Add a means to send a PUT request with an empty bodyMate Barany2024-03-192-0/+18
* Add a means to send a POST request that has an empty bodyMate Barany2024-03-192-0/+19
* wasm: Fix minimum and default window sizesPiotr Wierciński2024-03-192-19/+4
* QProperty: Use RefCounted as intendedUlf Hermann2024-03-192-6/+10
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* qxkbcommon: fix isKeypadYifan Zhu2024-03-191-1/+40
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure2024-03-191-6/+21