summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets/code
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-297-470/+125
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-36/+17
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-75/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-101-75/+0
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-049-0/+0
* Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-151-0/+32
* Add support of connecting signals to QFutureSona Kurazyan2020-05-151-0/+45
* Document the string converter classesLars Knoll2020-05-141-0/+83
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-1/+1
* Doc: fix QRandomGenerator code snippetsTasuku Suzuki2020-05-121-4/+4
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-1/+1
* QStringIterator: port from uint to char32_tMarc Mutz2020-04-261-5/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-8/+16
|\
| * Docs: show more relevant and correct way of using Q_FLAGVolker Hilsheimer2020-04-161-8/+16
* | Move larger code examples in QFuture docs into snippetsSona Kurazyan2020-04-171-0/+76
* | Add an example of error handling of QFuture without using exceptionsSona Kurazyan2020-04-171-0/+27
* | Move the QRegExp porting docs into the QRegExp class documentationLars Knoll2020-04-152-9/+9
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-8/+8
* | Add QDebug::toString()Mitch Curtis2020-02-221-0/+5
* | Remove QLinkedListSona Kurazyan2020-02-194-297/+12
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-132-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-042-3/+3
| |\
| | * Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-302-3/+3
* | | QVector: implement methods for adding new elements constructed in placeVitaly Fanaskov2020-02-101-0/+23
* | | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-285-9/+10
|\| |
| * | Doc/QtCore: use new signal/slot signature in snippetsChristian Ehrlicher2020-01-264-9/+9
| * | Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-8/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-8/+8
| |\|
| | * QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-8/+8
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-16/+0
|\| |
| * | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-121-16/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-1/+14
|\| |
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-0/+13
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+1
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-0/+1
| |/
* / Remove redundant overloads in QByteArrayFrederik Gladhorn2019-11-061-8/+2
|/
* QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-241-0/+8