summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-2910-554/+209
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-36/+17
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-202-77/+1
* Document QPromise APIAndrei Golubev2020-06-181-1/+2
* Document that Q_INIT_RESOURCE is not necessary for CMake-based projectsJoerg Bornemann2020-06-161-2/+6
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-4/+2
* Long live std::pair!Giuseppe D'Angelo2020-06-102-77/+0
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-049-0/+0
* Doc: Document Qt 6 changes for QHash, QMultiHash, QSetKai Koehne2020-05-261-0/+47
* Add 'Qt Core Changes in Qt 6'Kai Koehne2020-05-262-0/+46
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* 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
* Remove QRegExp support from QString and StringListLars Knoll2020-05-142-75/+0
* Document the string converter classesLars Knoll2020-05-141-0/+83
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-1/+1
* Document Qt for Python usage of the resource systemFriedemann Kleint2020-05-131-0/+15
* Doc: fix QRandomGenerator code snippetsTasuku Suzuki2020-05-121-4/+4
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-1/+1
* CMake: Document versionless commandsKai Koehne2020-05-068-79/+522
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-3/+3
|\
| * Improve QTranslator documentation code snippetKai Koehne2020-05-051-3/+3
* | Doc: Small fixes in qt5_wrap_cpp documentationKai Koehne2020-05-031-2/+2
* | 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
* | Remove two leftover references to QRegExp in the docsLars Knoll2020-04-151-1/+0
* | Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-151-2/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-8/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-5/+10
|\|
| * Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-071-0/+5
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-5/+5
| |\
| | * Fix QVarLengthArray documentationGiuseppe D'Angelo2020-03-121-5/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-112-5/+16
|\| |
| * | Doc: Fix documentation for class qfloat16Topi Reinio2020-03-101-1/+1
| * | Doc: Mention .qrc compression attributes in resource compiler docsTopi Reinio2020-03-101-4/+15
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-7/+7
|\| |
| * | Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-7/+7
* | | QDebug::toString(): use nospace()Mitch Curtis2020-02-281-0/+2
* | | Add QDebug::toString()Mitch Curtis2020-02-222-0/+12