summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMenu: clear popup screen after exec()Axel Spoerl2024-03-271-0/+1
* Add the note about data size to QByteArray::operator=(const char*)Alexey Edelev2024-03-271-0/+3
* QRhiVulkan: fix random values in pipelineCacheData() resultMarc Mutz2024-03-271-0/+1
* Clean up windows accessibility backendMiguel Costa2024-03-2722-1482/+185
* QLibrary/Unix: remove two unused, exported private functionsThiago Macieira2024-03-271-14/+0
* configure: Fix -system-zlib and -system-sqlite optionsJoerg Bornemann2024-03-271-1/+1
* Fix potentially unaligned 128-bit store/loadsAllan Sandfeld Jensen2024-03-271-1/+1
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-273-11/+39
* qHash: fix compilation of SipHash64 on 32-bit: shift >= 32Thiago Macieira2024-03-261-2/+2
* QCborMap: add missing comparator to QCborValueConstRefThiago Macieira2024-03-262-1/+14
* QString::arg: apply the Qt 7 Unicode digit semantics to the bootstrapThiago Macieira2024-03-261-6/+6
* qErrnoWarning: downgrade from critical to warningDavid Faure2024-03-271-2/+2
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-261-18/+2
* QJsonArray iterators: use new comparison helper macrosTatiana Borisova2024-03-262-47/+130
* QDbusTrayIcon: handle open() failureGiuseppe D'Angelo2024-03-261-1/+4
* QTextStream: discard+comment the possibility of file opening failureGiuseppe D'Angelo2024-03-261-1/+4
* Fix 8-bit mAB tablesAllan Sandfeld Jensen2024-03-261-1/+2
* QMainWindowLayout: rewrite validateToolBarArea() to return by valueMarc Mutz2024-03-261-5/+6
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-9/+4
* QStorageInfo: fix use-after-moveMarc Mutz2024-03-251-2/+3
* QJsonObject: use new comparison helper macrosTatiana Borisova2024-03-253-18/+45
* QWindowsVistaStyle:Revert polishing of QAbstractScrollArea/QGraphicsViewWladimir Leuschner2024-03-251-12/+0
* macdeployqt: wait forever for otoolMorten Sørvig2024-03-251-1/+1
* Fix multiscreen menu popup positioning corner caseMorten Sørvig2024-03-251-2/+9
* QDebug: fix copy-instead-of-move issuesMarc Mutz2024-03-251-12/+12
* syncqt: remove dead codeMarc Mutz2024-03-251-1/+0
* QMap: Use qHash SFINAE workaround with MSVCJøger Hansegård2024-03-241-2/+2
* QJsonValue: use new comparison helper macrosTatiana Borisova2024-03-223-40/+73
* CMake: Move various rcc generated files into .qt subdirectoryAlexandru Croitor2024-03-221-5/+5
* CMake: Fix semicolon warnings for generated resource init codeAlexandru Croitor2024-03-221-1/+1
* Android: don't append slash for content paths under QAFEAssam Boudjelthia2024-03-221-1/+7
* Clarify the priority in selecting TLS backendsTimur Pocheptsov2024-03-221-1/+6
* Move QtInstallPaths.cmake to the Qt6 packageAlexey Edelev2024-03-224-36/+1
* QSignalSpy: inline verify(obj, func) into the only callerMarc Mutz2024-03-221-12/+1
* Revert "QTypeInfo: add detection for Clang's __is_trivially_relocatable"Tor Arne Vestbø2024-03-221-7/+1
* QSignalSpy: separate messages for invalid and non-signal meta-methodsMarc Mutz2024-03-221-11/+10
* QSignalSpy: inline init() into its only callerMarc Mutz2024-03-221-8/+3
* QSignalSpy: move signal verification from init() to verify()Marc Mutz2024-03-221-4/+1
* xcb: try to repopulate xinput2 devices when neededLiang Qi2024-03-221-1/+10
* Doc: Remove table for listing imagesVenugopal Shivashankar2024-03-221-15/+12
* QJsonDocument: use new comparison helper macrosTatiana Borisova2024-03-223-12/+27
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-222-1/+23
* QTypeInfo: add detection for Clang's __is_trivially_relocatableGiuseppe D'Angelo2024-03-221-1/+7
* QSignalSpy: share more codeMarc Mutz2024-03-221-9/+39
* gui: fix build against gcc-14 (-Werror=calloc-transposed-args)Liang Qi2024-03-221-1/+1
* Don't accept QFileDialog when disabled item is activatedKeith Kyzivat2024-03-211-2/+3
* CMake: Consider NO_UNSUPPORTED_PLATFORM_ERROR for non-bundle mac appsAlexandru Croitor2024-03-222-17/+32
* 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