summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1436-190/+644
|\
| * 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
* | | Add Q_DECL_UNUSED, marking functions or variables unusedThiago Macieira2013-02-121-0/+4
* | | Improve QRegularExpression captureCount / namedCaptureGroups docsGiuseppe D'Angelo2013-02-121-4/+23
* | | QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+8
* | | QRegularExpression: don't use study data when getting the pattern infoGiuseppe D'Angelo2013-02-121-1/+2
* | | Leave some Qt 6 remarks for QStringRefThiago Macieira2013-02-121-0/+4
* | | Remove overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-02-121-9/+0
* | | Use stub function rand_r for VxWorks DKM modePasi Petäjäjärvi2013-02-122-0/+4
* | | Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-122-5/+8
* | | Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-15/+17
* | | Remove dead code from QPointer.Stephen Kelly2013-02-111-40/+0
* | | Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-094-6/+109
* | | QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-092-6200/+9685
* | | qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-082-18/+18
* | | Fix crash-on-exit with some plugin systems (e.g. sensors)Thiago Macieira2013-02-071-8/+9
* | | Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-072-0/+38
* | | Add note about QT_{BEGIN,END}_HEADER removal for Qt 6Sergio Ahumada2013-02-061-0/+1
* | | Add QT_{BEGIN,END}_HEADER definition backSergio Ahumada2013-02-051-0/+3
* | | Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-053-0/+170
* | | QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-052-0/+50
* | | Provide better error if min (or max) is defined in QDateTimeThorbjørn Martsum2013-02-021-0/+3