summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
Commit message (Expand)AuthorAgeFilesLines
* QString: Fix snippet explaining "non-spaced numbered place markers"Andre Hartmann2018-09-061-1/+1
* Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-031-2/+13
* doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1612-22/+22
* Doc: Update signals and slots introduction pagePaul Wicking2018-07-311-22/+26
* Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
* improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-251-8/+8
* Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-232-9/+15
* Doc: Fix typo in The Property System sectionKai Koehne2018-04-121-1/+1
* doc: Improve QByteArray::fromRawData snippetSamuel Gaist2018-03-291-3/+3
* Revert "JSON doc: update the RFC we link to"Thiago Macieira2018-02-211-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-4/+5
|\
| * Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-3/+4
| * QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* | Documentation: don't suggest abort() in qInstallMessageHandler()Thiago Macieira2018-02-111-1/+1
* | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+0
|\|
| * QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-131-1/+0
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-0/+3
|\ \
| * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+3
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-0/+12
|\ \ \ | |/ / |/| / | |/
| * [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-291-0/+12
* | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-5/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-1/+1
|\|
| * doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
* | Fix documentation code snippet of QString::arg(QStringView)Friedemann Kleint2017-09-151-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-1/+1
|\|
| * Doc: Fix snippet for QUrl::isValid() documentationKai Koehne2017-07-181-1/+1
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-3/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
|\|
| * JSON doc: update the RFC we link toThiago Macieira2017-06-121-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+9
|\|
| * QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-161-0/+9
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-2/+2
* | QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-081-0/+8
* | QString: add QStringView/QLatin1String overload of (non-multi) arg()Marc Mutz2017-04-061-0/+11
* | QStringIterator: port to QStringViewMarc Mutz2017-04-031-3/+2
* | QLocale: add QStringView overload of number parsing functionsMarc Mutz2017-03-291-0/+17
* | Long live qCompareStrings()!Marc Mutz2017-03-291-0/+6
* | Deprecate QSignalMapperOlivier Goffart2017-03-143-134/+21
|/
* Replace outdated BSD license textKai Koehne2017-03-032-2/+22
* Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-011-3/+0
* Doc: Use canonical contact URL in license headerKai Koehne2017-02-282-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-2/+2
|\
| * Doc: Fix minor typos in QRectFAaron Linville2017-02-231-2/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-8/+8
|\|
| * Fix indentation of source code example in docsFrederik Schwarzer2017-02-151-8/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-302-3/+3
|\|
| * Doc: updated QString::fromRawData documentation to QRegularExpressionSamuel Gaist2017-01-231-2/+2
| * Doc: update QStringList doc with missing QRegularExpression referenceSamuel Gaist2017-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
|\|