summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-0/+15
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-2/+2
* Documentation: Port code snippets to new connection syntaxFriedemann Kleint2023-01-111-1/+1
* QUrl/doc: explain that the scheme-less URL is probably not intendedThiago Macieira2023-01-061-0/+8
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-051-1/+1
* QStringBuilder: document issues with using "auto" keywordAhmad Samir2023-01-011-0/+23
* CMake: Allow contents of resources to be replaced by empty filesUlf Hermann2022-12-171-0/+4
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+8
* Doc: Add documentation for qCFatal()Kai Köhne2022-12-051-0/+14
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-051-0/+11
* Brush up the container documentationFriedemann Kleint2022-12-021-6/+6
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-241-18/+0
* Documentation: Expand documentation on how to iterate Qt containersFriedemann Kleint2022-11-241-0/+21
* Documentation: Modernize the Qt container doc snippetsFriedemann Kleint2022-11-241-23/+15
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-181-2/+2
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2022-11-011-3/+3
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-212-9/+6
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-0/+13
* QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-021-0/+3
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-0/+8
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-201-5/+89
* CMake: Introduce qt_generate_deploy_scriptJoerg Bornemann2022-09-111-0/+27
* QMetaObject/Doc: document the variadic invoke{,Method} and newInstanceThiago Macieira2022-09-011-0/+33
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-291-5/+5
* 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-232-2/+2
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* 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-032-0/+6
* QAbstractNativeEventFilter: Add a Windows exampleLaszlo Papp2022-08-021-0/+20
* Remove outdated docs for qOverload()Sona Kurazyan2022-08-011-5/+0
* Doc: Document how to treat qt_add_big_resources args as source filesCristian Adam2022-06-161-0/+5
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-131-7/+10
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-291-16/+0
* Use SPDX license identifiersLucie Gérard2022-05-16164-8039/+331
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+34
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+1
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+20
* Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS definesJoerg Bornemann2022-03-291-0/+5
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-262-2/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-256-21/+31
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-181-2/+7
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-043-0/+52
* Add documentation for qt_finalize_project commandAlexey Edelev2022-02-021-0/+13
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-181-2/+2
* Doc: Make QListIterator snippets more robustKai Köhne2022-01-176-18/+22