summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-0/+8
* CMake: Add finalization to plugins created with qt_add_pluginJoerg Bornemann2022-09-232-0/+15
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-202-205/+227
* CMake: Add NO_TRANSLATIONS option to deployment functionsJoerg Bornemann2022-09-152-0/+12
* CMake: Introduce qt_deploy_translationsJoerg Bornemann2022-09-152-5/+114
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-151-2/+6
* CMake: Clarify qt_deploy_runtime_dependencies' EXECUTABLE argumentJoerg Bornemann2022-09-121-5/+4
* CMake: Introduce qt_generate_deploy_scriptJoerg Bornemann2022-09-115-11/+105
* CMake: Un-TP QT_NO_STANDARD_PROJECT_SETUPJoerg Bornemann2022-09-091-1/+0
* CMake: Un-TP QT_HOST_PATHJoerg Bornemann2022-09-091-1/+0
* CMake: Collect IMPORTED library dependencies for android deploymentAlexandru Croitor2022-09-062-0/+28
* CMake: Tidy up documentation regarding android library collectionAlexandru Croitor2022-09-061-7/+11
* CMake: Add reference documentation for QT_IOS_LAUNCH_SCREENAlexandru Croitor2022-09-022-5/+43
* QMetaObject/Doc: document the variadic invoke{,Method} and newInstanceThiago Macieira2022-09-011-0/+33
* Add CBOR documentationØystein Heskestad2022-09-013-1/+81
* CMake: Clarify documentation for target and project finalizationAlexandru Croitor2022-08-301-10/+19
* CMake: Add documentation for QT_NO_COLLECT_BUILD_TREE_APK_DEPSAlexandru Croitor2022-08-302-0/+23
* Doc: Fix faulty include file extensionJoerg Bornemann2022-08-303-4/+4
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-291-5/+5
* Doc: Remove "Container keywords" section from containers.htmlKai Köhne2022-08-241-23/+1
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-241-4/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Doc: Remove mentioning of outdated QDataStream versionKai Köhne2022-08-151-1/+1
* CMake: Add QT_ANDROID_SIGN_AAB variableJoerg Bornemann2022-08-121-0/+25
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* CMake: Put Qt-internal targets into a dedicated FOLDERJoerg Bornemann2022-08-113-0/+52
* CMake: Support big resources in qt_add_resourcesJoerg Bornemann2022-08-091-0/+11
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-091-0/+9
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-042-10/+8
* QAbstractNativeEventFilter: Fix the Mac example class nameLaszlo Papp2022-08-041-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* QAbstractNativeEventFilter: Add a Windows exampleLaszlo Papp2022-08-021-0/+20
* Remove outdated docs for qOverload()Sona Kurazyan2022-08-011-5/+0
* Doc: be more explicit about when a MEMBER property NOTIFY signal is emitted a...Albert Astals Cid2022-07-271-2/+3
* Include the QRegularExpression porting docs in Qt 6 porting guideSona Kurazyan2022-07-201-245/+6
* Clean up qt-cpp-defines.qdocconfKai Köhne2022-07-201-0/+2
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-1/+6
* Porting guide: recover the missing section titleSona Kurazyan2022-07-061-0/+2
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-291-0/+4
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-1/+3
* CMake: Warn when using qt6_add_big_resources on iOSAlexandru Croitor2022-06-201-0/+4
* Doc: Document how to treat qt_add_big_resources args as source filesCristian Adam2022-06-162-0/+9
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-131-7/+10
* Doc: Document the CorePrivate moduleTopi Reinio2022-06-081-0/+10
* Android: Extend make_apk target with the sign optionBartlomiej Moskal2022-05-301-1/+26
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-291-16/+0
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-201-0/+39
* Doc: Document qt_add_resources' OUTPUT_TARGETS argumentJoerg Bornemann2022-05-171-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-16217-9429/+437
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+34