summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation issuesTopi Reinio2023-06-092-4/+4
* Fix some syntax errors in snippetsSzabolcs David2023-06-083-3/+3
* Move widgets Application example to manual testsAxel Spoerl2023-06-041-23/+10
* Link to Application Permissions docs from Qt Core overviewTor Arne Vestbø2023-06-021-0/+1
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-301-0/+13
* Doc: fix warnings for QSetIterator see-alsosVolker Hilsheimer2023-05-251-9/+0
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-161-0/+6
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-111-0/+19
* Doc: Don't advertise qt_add_big_resources on qt_add_resources pageJoerg Bornemann2023-05-111-2/+2
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Brush up the container code snippetsFriedemann Kleint2023-05-0411-110/+84
* Doc: Fix example for QT_DEPLOY_TRANSLATIONS_DIRJoerg Bornemann2023-04-281-0/+3
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-5/+5
* 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
* Remove unused documentation code snippetsFriedemann Kleint2023-04-1723-523/+3
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-111-1/+1
* Fix qdoc warning about missing QMultiMap code snippetFriedemann Kleint2023-04-061-13/+4
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-3/+17
* Long live QtFuture::makeReadyRangeFuture()Ivan Solovev2023-04-051-0/+14
* QtBase/doc: fix examples for QHash/QMap/QMultiMap::erase()Christian Ehrlicher2023-03-313-84/+32
* Move streambookmarks example into corelibe/serializationØystein Heskestad2023-03-311-1/+8
* Introduce QTP0002 policy for android-specific target propertiesAlexey Edelev2023-03-281-0/+64
* Doc: Clarify what's deployed by qt_deploy_runtime_dependenciesJoerg Bornemann2023-03-281-2/+6
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+14
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* CMake: Add NO_COMPILER_RUNTIME to deploy script macrosChristian Heimlich2023-03-132-0/+8
* Doc: fix more links to cmake functionsVolker Hilsheimer2023-03-104-9/+11
* Doc: Update docs to reflect method being renamedAndreas Eliasson2023-03-081-1/+1
* Doc: Fix keyword for CMake commands related to deploymentJoerg Bornemann2023-03-083-3/+3
* Doc: use () in references to cmake functionsVolker Hilsheimer2023-03-082-3/+3
* Doc: Fix syntax errorVolker Hilsheimer2023-03-051-1/+1
* Doc: fix link to XML Streaming pageVolker Hilsheimer2023-03-021-1/+1
* Document that to/FromLocal8Bit() does not consider CFStringGetSystemEncodingTor Arne Vestbø2023-03-021-0/+12
* Doc: point at tetrix example for QBasicTimer usageVolker Hilsheimer2023-03-011-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-284-4/+4
* QMessageAuthenticationCode: use SHA-256 instead of insecure SHA-1 in doc sippetMarc Mutz2023-02-231-3/+3
* QMessageAuthenticationCode: remove lazy initialization of messageHashMarc Mutz2023-02-231-2/+2
* Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()Marc Mutz2023-02-211-2/+2
* Add extra documentation about QT_ANDROID_EXTRA_LIBSAlexey Edelev2023-02-171-0/+23
* Update android deploy qt command line argument documentationNicholas Bennett2023-02-141-1/+2
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-0/+15
* Rename Qt CMake policies argument namesAmir Masoud Abdol2023-02-071-6/+6
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-062-2/+2
* Doc: Fix spelling of QT_TARGETS_FOLDERKai Köhne2023-01-311-1/+1
* Update qt_policy and add documentationAmir Masoud Abdol2023-01-302-18/+31
* Doc: Use \keyword for alternative name of CMake commandKai Köhne2023-01-3021-21/+21
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-01-242-0/+43
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-01-231-1/+1
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-2/+2