summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-141-0/+3
* moc: Use a much, much shorter structure name for the StringDataThiago Macieira2023-05-021-22/+23
* Doc: Fix documentation warningsTopi Reinio2023-05-013-14/+6
* QCoreApplication: fix use-after-free of nl_langinfo() resultThiago Macieira2023-04-291-2/+2
* [docs] QList: fix history of resize(n) semantics changeMarc Mutz2023-04-281-2/+7
* QVariant: Fix support for metatypes created by Qt < 6.5Fabian Kosmale2023-04-282-3/+15
* Doc: Fix example for QT_DEPLOY_TRANSLATIONS_DIRJoerg Bornemann2023-04-281-0/+3
* Doc: Fix return value for Q_ARG and Q_RETURN_ARGAndreas Eliasson2023-04-271-6/+7
* QApplicationStatic: enforce acquire-release semantics on creationThiago Macieira2023-04-261-8/+8
* Darwin: Add debug logging of locale/language key parametersTor Arne Vestbø2023-04-261-0/+36
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-5/+5
* Fix crash at exit when tracingAntti Määttä2023-04-262-7/+4
* QProcess/Unix: don't overwrite openChannels() error messageThiago Macieira2023-04-261-2/+6
* QCommandLineParser: fix some narrowing conversion warningsAhmad Samir2023-04-251-15/+15
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-258-14/+10
* QEventDispatcherGlib: fix some narrowing conversion warningsAhmad Samir2023-04-251-3/+2
* Revert "Exclude files from unity build"Thiago Macieira2023-04-251-8/+0
* Doc: Fix issues in CMake command docsLeena Miettinen2023-04-256-29/+30
* Doc: Exclude licensing header when including a .qdocincTopi Reinio2023-04-253-2/+4
* Exclude files from unity buildAmir Masoud Abdol2023-04-251-0/+8
* Doc: Show correct headerfile for StringLiteralsPaul Wicking2023-04-251-0/+2
* Silence MSVC warning on constructing QList from initializer_listEdward Welbourne2023-04-241-3/+3
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-242-1/+4
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-29/+35
* wasm: add setting type to BlobLorn Potter2023-04-202-3/+9
* QSet: fix a qdoc warning about method signatureAhmad Samir2023-04-201-1/+1
* Split multi-file Files entries in qt_attribution.json as listsEdward Welbourne2023-04-201-2/+4
* Deploy Comment fields in qt_attribution.json filesEdward Welbourne2023-04-202-6/+8
* Update the list of CLDR-based filesEdward Welbourne2023-04-201-1/+1
* Improve QTimeZone's documentation about territoriesEdward Welbourne2023-04-201-16/+28
* Exclude files from unity build to resolve Android's buildAmir Masoud Abdol2023-04-191-0/+6
* QWaitCondition/Android: remove support for relative time waitsThiago Macieira2023-04-191-25/+1
* Remove unused documentation code snippetsFriedemann Kleint2023-04-1723-523/+3
* Doc: Fix dead link in QCA::translate()Kai Köhne2023-04-171-1/+2
* mimetypes/: port to qsizetypeAhmad Samir2023-04-167-26/+31
* Exclude thread/qwaitcondition_unix.cpp from the Unity BuildAmir Masoud Abdol2023-04-141-0/+4
* qfloat16: fix a compiler warning about shadowed variablesAhmad Samir2023-04-131-3/+3
* Darwin: Document that permissions can only be requested in GUI appsTor Arne Vestbø2023-04-121-0/+3
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-117-12/+16
* Exclude sources from the Unity BuildAmir Masoud Abdol2023-04-111-0/+2
* Fix qdoc warning about missing QMultiMap code snippetFriedemann Kleint2023-04-061-13/+4
* Permissions: respect context object's thread and life timeVolker Hilsheimer2023-04-051-5/+60
* Fix some extra semicolon warningsJoni Poikelin2023-04-051-2/+2
* QPluginLoader: don't instantiante multiple, identical instancesThiago Macieira2023-04-051-1/+13
* QDateTime: Fix inline use of deprecated ctorMårten Nordheim2023-04-051-1/+1
* QPermission: return the combined result of a permission group on AndroidIvan Solovev2023-04-051-4/+21
* Android:CMake: use correct key for manual deployment dependenciesAssam Boudjelthia2023-04-051-1/+1
* QCborValue: fix build with GCC 13: extended FP supportThiago Macieira2023-04-041-1/+1
* QMultiHash: fix missing update to m_sizeThiago Macieira2023-04-041-1/+3
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-041-30/+24