summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets/code
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in documentationJędrzej Nowacki2013-09-101-1/+1
* Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-101-17/+0
* doc: Build fix to QSettings documentation snippets.Robin Burchell2013-07-041-3/+3
* Document Q_REVISION macro betterAlan Alpert2013-04-011-0/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+10
|\
| * Add snippet for QT_VERSION_CHECK.Mitch Curtis2013-02-271-0/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-145-37/+65
|\|
| * QThread documentation: do not discourage the reimplementation of QThreadOlivier Goffart2013-02-041-26/+53
| * Optimize code sample of QObject::isSignalConnectedOlivier Goffart2013-02-021-1/+2
| * Merge branch 'release' into stableSergio Ahumada2013-01-313-10/+10
| |\
| | * Fix documented signature for QtMessageHandlerKai Koehne2013-01-281-1/+1
| | * Fix some more old references and links to NokiaSergio Ahumada2013-01-282-9/+9
* | | Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-051-0/+63
* | | Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-301-0/+34
* | | Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-261-0/+14
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2282-82/+82
|\| |
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-1882-82/+82
| |/
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-191-2/+19
* | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-151-0/+7
|/
* Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-031-1/+15
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-1/+1
* QSettings docs: replace Q_WS_MAC with Q_OS_MACDebao Zhang2012-12-141-1/+1
* Automatically import plugins in all applications with static QtMiikka Heikkinen2012-12-112-18/+9
* Fixed leading tabRobert Loehning2012-12-111-1/+1
* Add QT_DEFAULT_QPA_PLUGIN to generated qconfig.priMiikka Heikkinen2012-12-101-0/+3
* More changes from Nokia to DigiaSergio Ahumada2012-11-301-1/+1
* Improve / fix QRegularExpression* docsGiuseppe D'Angelo2012-11-011-35/+89
* Review of documentation.Michele Caini2012-10-191-1/+1
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-081-9/+31
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-281-0/+53
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-281-0/+50
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-281-0/+64
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-281-0/+75
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2280-478/+478
* Fix QRegularExpression* docsGiuseppe D'Angelo2012-09-071-2/+2
* Clarify QDateTime documentation re timeSpec conversion.Mitch Curtis2012-09-031-1/+36
* Use QThread instead of QPushButton as an example in the docsLars Knoll2012-08-201-1/+1
* Clarify how days are counted in QDateTime::daysTo documentation.Mitch Curtis2012-08-081-0/+13
* Add missing const qualifier to snippet in QIdentityProxyModel doc.Mitch Curtis2012-08-061-1/+1
* Introduce QTypeInfoMerger.Jędrzej Nowacki2012-07-271-0/+14
* Fixup the plugin documentationLars Knoll2012-07-263-0/+177
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-202-2/+13
* Update of the plugin documentationLars Knoll2012-06-061-1/+4
* Clarify QByteArray::size() documentation.Mitch Curtis2012-05-261-0/+19
* Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-092-0/+119
* Fix typos in bcd477e0bc48bDavid Faure2012-05-061-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-5/+6
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+8
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-2/+2