summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QVariant docs refer to QMetaType::Type.Mitch Curtis2013-03-191-115/+165
* Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
* Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
* Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
* Fix static builds with ICUKai Koehne2013-03-121-2/+13
* Correct QLocale(const QString &) documentation.Mitch Curtis2013-03-071-2/+2
* Add snippet for QT_VERSION_CHECK.Mitch Curtis2013-02-272-0/+14
* Doc: Added the missing example snippetsVenugopal Shivashankar2013-02-266-10/+333
* Add qcore_mac_p.h to the list of headers.Thiago Macieira2013-02-211-0/+2
* Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-212-8/+8
* Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
* Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-2/+1
* Document the qintptr for public usageLaszlo Papp2013-02-201-2/+20
* Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-191-1/+2
* Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-161-2/+5
* Don't calculate the install prefix again in the extra cmake files.Stephen Kelly2013-02-132-9/+7
* Don't duplicate the 'top-level' include dir in all modules.Stephen Kelly2013-02-092-2/+14
* QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
* Update documentation for QIODevice::readData().Christian Strømme2013-02-071-2/+2
* Allow x86intrin.h with ICC 13.1Thiago Macieira2013-02-061-1/+1
* Fix copy-paste errors in QtPrivate::ConnectionTypesOlivier Goffart2013-02-061-3/+3
* export QT_CONFIG only in Qt5Core.pcOswald Buddenhagen2013-02-061-1/+4
* Fix broken IANA link in QTextCodec documentation.Mitch Curtis2013-02-061-1/+6
* Fix typo in QString documentation.Mitch Curtis2013-02-061-1/+1
* Clean up whitespaceJan Arve Saether2013-02-062-58/+58
* Spell "Qt" correctlyPaul Olav Tvete2013-02-061-1/+1
* Replace nokia in example by Qt ProjectFrederik Gladhorn2013-02-051-2/+2
* Do not use the non-existent state() method referenceLaszlo Papp2013-02-051-8/+8
* fix doc page urlsOswald Buddenhagen2013-02-041-1/+1
* QThread documentation: do not discourage the reimplementation of QThreadOlivier Goffart2013-02-043-65/+82
* Add the missing "\since 5.0" reference for the QTimer methodLaszlo Papp2013-02-041-0/+1
* Optimize code sample of QObject::isSignalConnectedOlivier Goffart2013-02-021-1/+2
* Bump Qt version to 5.0.2Sergio Ahumada2013-02-011-2/+2
* Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-02-0112-20/+435
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-3112-20/+435
| |\
| | * Fix documented signature for QtMessageHandlerKai Koehne2013-01-281-1/+1
| | * Doc: Fixing snippets and input file for a Qt Core article.Jerome Pasion2013-01-285-5/+420
| | * Fix some more old references and links to NokiaSergio Ahumada2013-01-286-14/+14
* | | substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-011-5/+5
* | | Let ICC 13 build Qt again if the system compiler is GCC 4.7.Thiago Macieira2013-02-011-1/+2
|/ /
* | Doc: Fix references to Qt TestSze Howe Koh2013-01-301-1/+1
* | Doc: Fix description about Qt::UniqueConnectionSze Howe Koh2013-01-291-5/+5
* | Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* | Doc: Fix broken \keyword linkSze Howe Koh2013-01-283-3/+3
* | Don't use the union trick to do unlawful castsThiago Macieira2013-01-281-18/+6
* | Doc: Fix module name formatSze Howe Koh2013-01-2511-20/+20
* | Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-1/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-221-1/+1
|\|
| * Doc: added path to qtcore.qdocconfNico Vertriest2013-01-211-1/+1
* | Fix QTextCodec race.David Faure2013-01-221-2/+5