summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | QRegularExpression: fix wrong argument type for pcre_fullinfoGiuseppe D'Angelo2013-01-201-1/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-18708-711/+711
* | Store inode numbers in decimal notationThiago Macieira2013-01-181-1/+1
* | Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Frederik Gladhorn2013-01-153-6/+6
|\ \
| * | Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-153-6/+6
| |\|
| | * Change all shmget calls to user-only memoryThiago Macieira2013-01-152-5/+5
| | * set pkg-config host_bins directly to install dirOswald Buddenhagen2013-01-111-1/+1
* | | Fix renaming of files that differ only in case.Friedemann Kleint2013-01-154-1/+106
|/ /
* | Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-141-2/+9
* | Split QQNXLocaleData::readPPSLocale()Rafael Roquetto2013-01-142-6/+26
* | Doc: corrected typo "the the"Nico Vertriest2013-01-111-1/+1
* | Fix accidental obsolation of Qt::InputMethodQueryPekka Vuorela2013-01-111-1/+1
* | Ignore WasDeclaredAsMetaType flag during binary check.Jędrzej Nowacki2013-01-101-5/+31
* | Doc: cleanPath also normalizes separatorsLeena Miettinen2013-01-101-2/+2
* | Protect Q_UNREACHABLE and Q_ASSUME by Q_ASSERT.Jędrzej Nowacki2013-01-102-12/+29
|/
* Define Q_COMPILER_AUTO_FUNCTION for MVSCThiago Macieira2013-01-081-0/+1
* Fix compile when QT_EVAL is definedAndy Shaw2013-01-081-3/+3
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-0827-65/+65
* Fix warning about cast from ASCII.Friedemann Kleint2013-01-071-1/+1
* Disable Q_COMPILER_RVALUE_REFS on QNXRafael Roquetto2013-01-041-0/+3
* remove unused member from QSystemLocalePrivateJoerg Bornemann2013-01-041-3/+0
* Remove redundant Q_OS_BLACKBERRY define check.Rafael Roquetto2013-01-041-2/+2
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-041-0/+2
* BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-041-10/+21
* Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-032-1/+27
* Fix copy-pasto in QMetaObject::methodCount docs.Stephen Kelly2013-01-031-1/+1
* Declare the QMetaType::WasDeclaredAsMetaType enum as privateThiago Macieira2013-01-031-0/+1
* Make these headers includable directly, on all systemsThiago Macieira2013-01-012-6/+6
* Speed up and fix QByteArray::setNum()hjk2012-12-302-14/+36
* Don't use MPProcessorsScheduled on Mac OS XThiago Macieira2012-12-281-5/+2
* Removed an unnecessary forward declarationThorbjørn Lindeijer2012-12-281-2/+0
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-3/+2
* Fix Clang warning about memcpy a class with vtablesThiago Macieira2012-12-231-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-2/+1
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-212-7/+7
* Use the new QUrlPrivate::validateComponent validator in the main parserThiago Macieira2012-12-211-54/+11