summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets
Commit message (Expand)AuthorAgeFilesLines
* CMake: fix typo in qt_finalize_executable snippetAssam Boudjelthia2021-02-101-1/+1
* Doc: Add partial documentation for CMake API (tech preview)Craig Scott2021-01-111-0/+15
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-281-0/+10
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-171-0/+70
* QString: update documentationIvan Solovev2020-12-171-3/+3
* Add sections about std containers and algorithmsOle-Morten Duesund2020-12-171-0/+21
* QByteArray: update documentationIvan Solovev2020-12-051-13/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-1/+1
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-011-1/+1
* Doc: Document BINDABLE attribute for Q_PROPERTY macroTopi Reinio2020-11-301-0/+1
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-271-6/+0
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-112-13/+13
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* Remove documentation for removed qHash overloadVolker Hilsheimer2020-10-291-4/+0
* Doc: Scrub QByteArray/QByteArrayView documentationKarsten Heimrich2020-10-291-7/+7
* Fix QList snippets to use qsizetype instead of intAndrei Golubev2020-10-281-3/+3
* Store std::exception_ptr in QUnhandledExceptionSona Kurazyan2020-10-261-0/+16
* doc: fix description in doc_src_containers.cppHiweed Mandriva2020-10-251-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-191-17/+0
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-091-3/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-076-7/+7
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+9
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-251-2/+0
* Doc: Update CMake snippets to Qt 6Kai Koehne2020-09-251-2/+2
* Fix some qdoc warnings from QByteArrayVolker Hilsheimer2020-09-231-1/+1
* Documentation: purge QSet and QHash members that no longer existVolker Hilsheimer2020-09-231-9/+0
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-183-11/+2
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-7/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-3/+3
* Doc: clean up the QProcess::setChildProcessModifier exampleThiago Macieira2020-09-101-3/+3
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-20/+14
* Clean up the QByteArray API and implementationLars Knoll2020-09-031-1/+1
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+45
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-312-0/+118
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-247-723/+0
* QLocale: Fix double conversion snippetAndre Hartmann2020-08-241-19/+19
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-241-0/+4
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-5/+0
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-29/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-062-0/+393
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-041-2/+12
* Fix syntax error in containers documentation codeSander Visser2020-07-161-1/+0
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-141-20/+0
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-131-243/+0
* Introduce QByteArrayViewSona Kurazyan2020-07-082-2/+69
* Small fixes to the QList documentationLars Knoll2020-07-061-1/+1
* Doc: Fix connect syntax in snippetPaul Wicking2020-07-041-1/+1